josegonzalez / cakephp-version

CakePHP3: plugin that facilitates versioned database entities
MIT License
51 stars 22 forks source link

deprecation warnings #33

Closed arilia closed 6 years ago

arilia commented 6 years ago

After upgrading to cake 3.6.0 i get many deprecation warning coming from this plugin

just an example

alias() is deprecated. Use setAlias()/getAlias() instead. - /var/www/myapplication/vendor/josegonzalez/cakephp-version/src/Model/Behavior/VersionBehavior.php, line: 406 [CORE/src/Core/functions.php, line 305]

josegonzalez commented 6 years ago

Ah neat. Would you be interested in submitting pull requests for these? I'm quite tied up at work with non-cake stuff, but would be happy to review/merge/release if you can do that :)

reloxx13 commented 6 years ago

im on 3.6 and no warnings for now, gj :+1: