Releases: ibelar/atk-wordpress
Releases · ibelar/atk-wordpress
Release 1.5.0
Release 1.4.0
Release 1.3.0
New in this release:
- Will now generate url for a regular admin page or an ajax request via AtkWpApp::getUrl() or AtkWpApp::getJSUrl()
- Update to semantic-ui release 2.3.0
- Use of jsSearch as default for grid and table search field.
- Update to the latest Atk4\ui release 1.4.3
Update atk-wordpress to Agile Toolkit UI 1.4
This release fix compatibilities issue with Atk4\UI v1.4
- fix URL generation;
- fix css issue with button in Wordpress panel;
- add new method AtkWP::setAppUiPersistence($pers) to better manage UI persistence in plugin;
Fix Error 500 on Ajax call
When running ajax using empty component configuration would cause a PHP error, which will end up in a 500 server error.
This fix will ensure the ajax call is properly handle when using empty component configuration file.
1.1.1: initial commit
Minor fix.
- fix bad location for needed css file for panel.
1.1.0: release 1.1
Minor refactoring