Skip to content

Releases: devgeniem/acf-codifier

[1.38.1]

23 Jan 12:06
Compare
Choose a tag to compare

Fixed

  • Parameter order for PHP 8.1

1.38.0

13 Jan 12:41
Compare
Choose a tag to compare

[1.38.0]

Changed

  • Google Maps field to be queryable to RediPress.
  • All mainline versions from now on require RediPress 2.0 if the integration is used.

1.37.2

11 Nov 17:50
41d556d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.37.1...1.37.2

1.37.1

07 Apr 12:55
Compare
Choose a tag to compare

[1.37.1] - 2022-04-07

Fixed

  • Fix Polylang incompatibility with multisite fields.

1.37.0

30 Nov 11:06
Compare
Choose a tag to compare

[1.37.0] - 2021-11-30

Changed

  • Readonly trait to ReadonlyTrait to avoid PHP 8.1 reserved word readonly.

1.36.1

24 Sep 11:07
Compare
Choose a tag to compare

[1.36.1] - 2021-09-24

Added

  • RediPress field type Numeric for the Number field.
  • Added min-max trait to Flexible Content Layout

1.36.0

24 Feb 07:34
Compare
Choose a tag to compare

[1.36.0] - 2021-02-24

Added

  • Added set_return_format and get_return_format methods to Checkbox.

Fixed

  • A bug where RediPress queryable fields with array values may not have worked properly.

1.35.1

27 Jan 10:16
Compare
Choose a tag to compare

[1.35.1] - 2021-01-27

Changed

  • redipress_get_fields() has_blocks check to use $item->post_content for custom posts to work.

Fixed

  • The redipress_include_search_filter() to pass integer values.
  • A typo in the code that prevented the plugin from working with PHP 8.0.

1.35.0

16 Dec 09:41
Compare
Choose a tag to compare

[1.35.0] - 2020-11-16

Added

  • The ability to use fields from ACF Blocks as queryable fields or search fields in RediPress.

Fixed

  • A bug with RediPress queryable filter functionality.

1.34.0

09 Nov 08:27
Compare
Choose a tag to compare

[1.34.0] - 2020-11-09

Changed

  • RediPress search include to be suitable also for field types returning other types of values than string.

Fixed

  • The use of redipress_queryable_callback changed the return value of a field in some cases.