From 6a9ee011c5148104f9d0860bb730f8578510557a Mon Sep 17 00:00:00 2001 From: Miika Arponen Date: Wed, 16 Dec 2020 11:40:08 +0200 Subject: [PATCH] Version 1.35.0 --- CHANGELOG.md | 2 +- composer.json | 2 +- plugin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01b720..7d88ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.35.0-beta] - 2020-11-16 +## [1.35.0] - 2020-11-16 ### Added - The ability to use fields from ACF Blocks as queryable fields or search fields in RediPress. diff --git a/composer.json b/composer.json index 0aafea7..74e46a0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "conflict": { - "devgeniem/redipress": "<1.7" + "devgeniem/redipress": "<1.9" }, "autoload": { "psr-4": {"Geniem\\ACF\\": "src/"} diff --git a/plugin.php b/plugin.php index cd140ef..0948726 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ Plugin Name: ACF Codifier Plugin URI: https://github.com/devgeniem/acf-codifier Description: A helper class to make defining ACF field groups and fields easier in the code. -Version: 1.34.1 +Version: 1.35.0 Author: Miika Arponen / Geniem Oy Author URI: https://geniem.fi License: GPL-3.0