Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 20, 2023
2 parents c16429e + b96f611 commit db4a70f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,82 +6,82 @@ All notable changes to `laravel-settings` will be documented in this file

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
- Improve internal handling of the Context object on Settings service class
- Prevent decryption errors when checking if a value should be persisted or not on `set()`
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/rawilk/laravel-settings/pull/13
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in https://github.com/rawilk/laravel-settings/pull/10
- Improve internal handling of the Context object on Settings service class
- Prevent decryption errors when checking if a value should be persisted or not on `set()`

**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v2.2.0...v2.2.1

## v2.2.0 - 2022-12-07

### What's Changed

- Allow cache to be temporarily disabled (via `temporarilyDisableCache()`)
- Allow cache to be temporarily disabled (via `temporarilyDisableCache()`)

**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v2.1.1...v2.2.0

## v2.1.1 - 2022-12-06

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
- Prevent non-strings from being unserialized or decrypted
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/8
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rawilk/laravel-settings/pull/9
- Prevent non-strings from being unserialized or decrypted

**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v2.1.0...v2.1.1

## v2.1.0 - 2022-11-01

### Added

- Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7
- Feature: model settings by @rawilk in https://github.com/rawilk/laravel-settings/pull/7

### Changed

- Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
- Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
- Drop official PHP 8.0 support
- Composer: Update doctrine/dbal requirement from ^2.12 to ^3.5 by @dependabot in https://github.com/rawilk/laravel-settings/pull/5
- Bump creyD/prettier_action from 3.0 to 4.2 by @dependabot in https://github.com/rawilk/laravel-settings/pull/6
- Drop official PHP 8.0 support

**Full Changelog**: https://github.com/rawilk/laravel-settings/compare/v2.0.1...v2.1.0

## 2.0.1 - 2022-02-23

### Updated

- Add support for Laravel 9.*
- Add support for PHP 8.1
- Add support for Laravel 9.\*
- Add support for PHP 8.1

## 2.0.0 - 2020-12-01

### Breaking Changes

- Drop support for Laravel v6 and v7
- Drop support for php 7
- Drop support for Laravel v6 and v7
- Drop support for php 7

### Updated

- Add support for php 8
- Update some of code base to use php 8 features
- Add support for php 8
- Update some of code base to use php 8 features

## 1.0.3 - 2020-10-26

### Fixed

- Fix bug with context being reset when saving ([#3](https://github.com/rawilk/laravel-settings/issues/3))
- Fix bug with context being reset when saving ([#3](https://github.com/rawilk/laravel-settings/issues/3))

## 1.0.2 - 2020-10-09

### Fixed

- Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [#2](https://github.com/rawilk/laravel-settings/issues/2)
- Wrap decrypting values in a try/catch to help prevent decryption errors when caching is used - [#2](https://github.com/rawilk/laravel-settings/issues/2)

## 1.0.1 - 2020-09-09

### Added

- Add support for Laravel 8
- Add support for Laravel 8

## 1.0.0 - 2020-08-02

- initial release
- initial release
8 changes: 4 additions & 4 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ sort: 2
## Version Matrix

| Laravel | Minimum Version | Maximum Version |
| ------- |-----------------| --------------- |
| ------- | --------------- | --------------- |
| 6.0 | 1.0.0 | 1.0.3 |
| 7.0 | 1.0.0 | 1.0.3 |
| 8.0 | 1.0.1 | |
| 9.0 | 2.0.1 | |
| 10.0 | 2.2.2 | |
| 8.0 | 1.0.1 | |
| 9.0 | 2.0.1 | |
| 10.0 | 2.2.2 | |

0 comments on commit db4a70f

Please sign in to comment.