This project is mirrored from https://*****:*****@github.com/customd/eloquent-model-encrypt.git.
Pull mirroring updated .
- Nov 03, 2023
-
-
Craig Smith authored
-
Craig Smith authored
-
Robert Sinton authored
fix: Checks whether there are any encrypted fields changing in an update, and bypasses encryption if not.
-
- Mar 23, 2023
-
-
semantic-release-bot authored
## [3.1.6](v3.1.5...v3.1.6) (2023-03-23) ### Bug Fixes * criitial error hanlder needs use rid key ([d56fd36f](d56fd36f))
-
Snir Mory authored
-
semantic-release-bot authored
## [3.1.5](v3.1.4...v3.1.5) (2023-03-23) ### Bug Fixes * sentry wants a key based user object not an int ([ddc9d16f](ddc9d16f))
-
Snir Mory authored
-
- Mar 06, 2023
-
-
semantic-release-bot authored
## [3.1.4](v3.1.3...v3.1.4) (2023-03-05) ### Bug Fixes * Keystore id should be forcefilled ([770da6f1](770da6f1))
-
Craig Smith authored
-
- Mar 03, 2023
-
-
semantic-release-bot authored
## [3.1.3](v3.1.2...v3.1.3) (2023-03-02) ### Bug Fixes * laravel 10 ([e48fae19](e48fae19))
-
Craig Smith authored
-
Craig Smith authored
-
Craig Smith authored
-
- Dec 08, 2022
-
-
semantic-release-bot authored
## [3.1.2](v3.1.1...v3.1.2) (2022-12-08) ### Bug Fixes * bug where dirty was returning plain text instead of cypher text ([509accf5](509accf5))
-
Craig Smith authored
added new method getDirtyAsPlainText to get clear values
-
- Nov 10, 2022
-
-
semantic-release-bot authored
## [3.1.1](v3.1.0...v3.1.1) (2022-11-09) ### Bug Fixes * fixes type for getRole when not string ([854655c6](854655c6))
-
Craig Smith authored
-
semantic-release-bot authored
# [3.1.0](v3.0.5...v3.1.0) (2022-11-09) ### Features * allows role key to be assigned to multiple roles ([e513ff8b](e513ff8b))
-
Craig Smith authored
-
- Oct 25, 2022
-
-
semantic-release-bot authored
## [3.0.5](v3.0.4...v3.0.5) (2022-10-24) ### Bug Fixes * **DB:** transaction across different connections ([b30d37cc](b30d37cc))
-
Craig Smith authored
-
- Oct 19, 2022
-
-
semantic-release-bot authored
## [3.0.4](v3.0.3...v3.0.4) (2022-10-18) ### Bug Fixes * restore encryption on non-default connection ([1fdb3e34](1fdb3e34))
-
Craig Smith authored
-
- Aug 15, 2022
-
-
semantic-release-bot authored
## [3.0.3](v3.0.2...v3.0.3) (2022-08-15) ### Bug Fixes * missing import DB ([5987b84c](5987b84c))
-
Craig Smith authored
-
semantic-release-bot authored
## [3.0.2](v3.0.1...v3.0.2) (2022-08-14) ### Bug Fixes * strpos null depraction message ([f30a61c3](f30a61c3))
-
Craig Smith authored
-
semantic-release-bot authored
## [3.0.1](v3.0.0...v3.0.1) (2022-08-14) ### Bug Fixes * fixed encryptable contract definistion ([eb90a176](eb90a176))
-
Craig Smith authored
-
- Aug 11, 2022
-
-
semantic-release-bot authored
# [3.0.0](v2.7.3...v3.0.0) (2022-08-11) ### Features * Release 3 ([3f80042f](3f80042f)) ### BREAKING CHANGES * Dropped support for php8 and other code improvements, see changelog and upgrade notice
-
Craig Smith authored
Breaking Change: Dropped support for php8 and other code improvements, see changelog and upgrade notice
-
Craig Smith authored
-
Craig Smith authored
-
- Dec 08, 2021
-
-
semantic-release-bot authored
## [2.7.3](v2.7.2...v2.7.3) (2021-12-07) ### Bug Fixes * only map through fields that are to be encrypted ([f9ca2880](f9ca2880))
-
Craig Smith authored
fix: only map through fields that are to be encypted See merge request !11
-
Craig Smith authored
-
- Dec 07, 2021
-
-
semantic-release-bot authored
## [2.7.2](v2.7.1...v2.7.2) (2021-12-07) ### Bug Fixes * encryption engine should expect an encryptable value ([f2c6ed85](f2c6ed85))
-
Craig Smith authored
-
semantic-release-bot authored
## [2.7.1](v2.7.0...v2.7.1) (2021-12-07) ### Bug Fixes * issue trying to case already encrypted attribute ([55dfc554](55dfc554))
-
Craig Smith authored
-