Releases: amostajo/wordpress-plugin
Release Version 1.0.6
Version 1.0.6
Change Log
- Updated to support latest version of core package.
Update from version 1.0.5
- Replace file
boot/autoload.php
for new bootstrap fileboot/bootstrap.php
. This should be the new bootstrap file. - Update file
plugin.php
to only require the new bootstrap file. Like this line.
Release v1.0.5
Version 1.0.5
Change log:
- Logger
Logger
Support for Core 1.0.7 Log class.
Release v1.0.4
Version 1.0.4
Change log:
- Cache support
- Linux case sensitivity
- Migration from 1.0.3
Cache support
Cache support from Core 1.0.5.
Linux case sensitivity
Foldes named with caps to prevent issues on Linux based servers.
Migration from 1.0.3
Copy the cache setting from this version and paste it in your config file.
Release v1.0.3
Version 1.0.3
Migrate from version 1.0.2
Follow these steps to migrate to version 1.0.3:
Step 1: autoload.php
Modify these following lines on boot\autoload.php file:
https://github.com/amostajo/wordpress-plugin/blob/053cebcea47ca23bcbdb64221fd9ddbbe7f926f5/boot/autoload.php#L20-L27
And make them look like these:
https://github.com/amostajo/wordpress-plugin/blob/bcae9c85dec3c148636687dde5d2f3b2e9cf8cfd/boot/autoload.php#L20-L27
Step 2: config/plugin.php
Add the following setting to your config file:
'addons' => [],
Change Log
- Add-ons support
- Global functions
Add-ons support
New core update comes with add-ons support.
Global functions
New core update comes with some global functions.
Release v1.0.2
Version 1.0.2
Change log:
- PHP 5.4.0
PHP 5.4.0
Because of traits PHP is locked to 5.4.0
http://php.net/manual/en/language.oop5.traits.php