Skip to content

Releases: ibelar/atk-wordpress

Release 1.5.0

19 Dec 14:40
Compare
Choose a tag to compare

What's new

  • Update atk4/ui dependency to 1.6 and higher;
  • Move from Semantic-ui to Fomantic-ui version 2.6.4
  • Update atkjs-ui package to version 1.6.0

Release 1.4.0

01 Oct 14:48
2bd66f7
Compare
Choose a tag to compare

New in this release:

  • Add page argument to url for jsUrls #13
  • Update atkui js version to 1.3.9 #14
  • Update semantic js version to 2.3.3 #14
  • Update composer for atk4/ui rel higher than 1.5 #14

Release 1.3.0

05 Mar 18:42
2a172af
Compare
Choose a tag to compare

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

30 Jan 19:10
Compare
Choose a tag to compare

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

20 Jan 17:04
d3fa9a1
Compare
Choose a tag to compare

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

16 Dec 19:13
Compare
Choose a tag to compare

Minor fix.

  • fix bad location for needed css file for panel.

1.1.0: release 1.1

16 Dec 17:40
Compare
Choose a tag to compare

Minor refactoring

1.0.4

15 Dec 19:53
Compare
Choose a tag to compare

Minor fix - Widget id naming.

1.0.3

15 Dec 18:40
Compare
Choose a tag to compare

Fix minor issue with Input field.
Change name of input field for Wp to WpInput

1.0.2

14 Dec 19:21
Compare
Choose a tag to compare

Minor fix and ReadMe update.

  • fix error when configuration value is not available and no default is provided.
  • fix template set file location for debug value.