Releases: elboletaire/twbs-cake-plugin
Upgraded packages
This release basically upgrades required packages + bootstrap (to version 3.3.7, revision 0b9c4a4).
Upgraded twitter bootstrap to version 3.3.5 (rev. 94b4076)
v3.4.0 Upgraded bootstrap to version 3.3.5 (rev. 94b4076)
Using BootstrapUI helpers
When I started this plugin (a long time ago...) I created my own Helpers and Components because there wasn't any good alternative for CakePHP 3 that could do what I expected from my plugin.
Recently the guys at FriendsOfCake started maintaining the BootstrapUI plugin and since then they're doing a very good job with it. So good that it currently has a bunch more of features than my classes, and that's why since this version the custom classes included in this plugin are dropped and you'll need to use the BootstrapUI classes instead.
Take a look to the readme for more details please :)
Bootstrap updated to version 3.3.4 (rev. 2f3076f2)
Twitter Bootstrap files were updated to its latest version available in git.
About versioning
This project started using the same versioning as CakePHP 3.X during its
development stage. For this reason, I'll continue using this but reserving the
last version number for my versions.
This means that any version of this plugin with 3.0.X
version number should
be compatible with any CakePHP 3.0
version.
Stable version for CakePHP 3.0
Less plugin has been updated and it has a very interesting new method named fetch
. Take a look at what it does here.
The Less plugin had an issue using as a required dependency CakePHP version 3.0-dev which has also been fixed.
Bootstrap has been updated to 3.3.2.
License has been changed to MIT.
Stable version for CakePHP 3.0-rc2
The less
parsing logic has been splited into a separated plugin.
https://github.com/elboletaire/less-cake-plugin
I've also changed the license to MIT, as it's a bit more open than Apache-2.0.
Stable version for CakePHP 3.0-rc1
v3.0.0-rc1 Updated version
Improved stable version for CakePHP dev-master
BootstrapComponent
has been renamed toFlashComponent
(refactoring it).- The
@import
issue has been fixed. Now you can work without any problem under subpaths using both less.js and less.php parsers.
Stable version for CakePHP 3.0-beta2
Apart from updating less.js and bootstrap less files, this version also has bake templates and the ability to set the default inputs and buttons class.