Skip to content

Tags: lorenzo/audit-stash

Tags

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #87 from QoboLtd/flexible-events

Move change event creation to a protected function

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #86 from QoboLtd/sensitive-fields

Add support for sensitive fields

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #83 from cnizzardini/bug/fix-double-save-event

Fix double-save when save type is afterSave

3.2.1

Toggle 3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement __serialize to avoid deprecation warning on php 8.2 (#80)

* Implement __serialize to avoid deprecation warning on php 8.2

* Fix unserialize

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from cnizzardini/add-after-save-option

Adds option to utilize afterSave instead of afterCommit - cake 4.x

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
4.next cake5 (#64)

* Fixed php 8.1 deprecations

* removed deprecations

* initial migration to CakePHP 5

* upgrade-cakephp5: updated typehints

* upgrade-cakephp5: updated composer.json, updated dependencies, updated code

* upgrade-cakephp5: updated gitignore

* upgrade-cakephp5: reorganized composer dependencies

* upgrade-cakephp5: upgraded code that depends on `cakephp/elastic-search` and `friendsofcake/crud`

* updated phpunit dependency to v10

* cc, removed deprecated code

* removed deprecated code, updated composer.json

* cc

* fixing issues reported by phpcs

* fixing issues reported by phpstan

* refactored rabbitmq connection

* cc

* fixed issues reported by phpstan

* fixed tests, updated README.md, cc

* dropped RabbitMQ support

* dropped ElasticMappingCommand.php

* cc

* fixed serialization

* updated README.md, updated git push workflow, fixed test

* updated README.md

---------

Co-authored-by: Marcelo Rocha <[email protected]>

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.1 while maintaining PHP 7.2 & 7.3 compatibility (#61)

* PHP 8.1 while maintaining PHP 7.2 & 7.3 compatibility

* remove duplicated code

* cakephp/migrations >= 3.7.0

2.2

Toggle 2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.1 while maintaining PHP 7.2 & 7.3 compatibility (#61)

* PHP 8.1 while maintaining PHP 7.2 & 7.3 compatibility

* remove duplicated code

* cakephp/migrations >= 3.7.0

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixing #51 (#52)

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Persist original values when record is deleted (#50)

* Fix: Declaring fixtures in underscored format in TestCase:: is deprecated error

* Persist original values when record is deleted

* Fix: Warning: Declaration of AuditStash\Test\Persister\TablePersisterTest::getMockForModel

* Add test