Skip to content

Releases: wearenolte/wp-acf

Add PHP 8.0 support

16 Dec 18:35
Compare
Choose a tag to compare
  • Update composer and PHP libraries
  • Require PHP >=7.4 or >=8.0

Fix bug with dynamic fields

20 Jan 18:17
Compare
Choose a tag to compare

Fields generated via code are not reached via the WP_Query function. So instead we query based on the key of the group.

Fix bug with wrong title name

19 Jan 21:21
Compare
Choose a tag to compare

In some cases the ACF was getting a parent that was not part of the ACF layout
due the fact that was using a wrong parameter to get the correct ACF by ID.

Insted of using get_posts we changed to use WP_Query in order to be more releiable
and update the list of parameters required.

#30

Fix group naming with new versions of ACF

18 Oct 20:22
Compare
Choose a tag to compare
Merge pull request #29 from moxie-lean/acf-update

Acf update

Fix on data grouping

23 Jun 19:10
Compare
Choose a tag to compare
Merge pull request #28 from moxie-lean/fix-groupping

Fix grouping issue

Fix issue of undefined function.

07 Jun 14:28
Compare
Choose a tag to compare

REST API Support

31 May 15:21
Compare
Choose a tag to compare
Merge pull request #23 from moxie-lean/rest-api

Rest api

Update namespaces

25 Apr 00:08
Compare
Choose a tag to compare

Update from leean to lean namespace and package.

Backwards compatibly

05 Apr 00:52
Compare
Choose a tag to compare

Prevent warnings.

Fix groupings by ACF group for local groups

31 Mar 16:58
Compare
Choose a tag to compare
Merge pull request #12 from moxie-leean/local-group-fix

Fix for local groups