Skip to content

Releases: dereuromark/cakephp-tools

Third release

10 Jul 18:34
Compare
Choose a tag to compare

Rewrite to a more modern approach for some modules like GeocodeLib or Passwordable Behavior.
Some 3.x shims for 2.x usage already.
So you can, for example, directly use the new PHP5.5 password_hash() functionality in PHP5.3/PHP5.4 now.

Also:
FontIcons for FormatHelper.
Late Static Binding (PHP5.3+).
Lots of cleanup.

This release is for CakePHP2.5+ applications. It is best to upgrade if you didn't do that yet.

Sidenote: A new branch for Cake3 has been added. Feel free to help porting some of the key features to the new CakePHP3 version. Some functionality we can also move into own plugins/namespaces. Just contact me if you are interested in helping out.

Second release

12 Apr 14:43
Compare
Choose a tag to compare

Some major bugs have been fixed and it is more thoroughly tested and stable now.

Also see the Wiki for a more detailed documentation on some parts.

It still needs more test coverage and some rewriting/cleanup.
See the open ticket regarding this.
Feel free to join in.

First release

16 Sep 23:27
Compare
Choose a tag to compare

First official release of the Tools plugin.

It still needs more test coverage and cleanup. Feel free to help out.
But it should be quite stable by now.