From d215a5ace0e82adb35cd7805d24484dda6181f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Bell=C3=AAtre?= Date: Tue, 17 Oct 2023 17:49:21 +0200 Subject: [PATCH] Update plugin version --- acf-rrule.php | 4 ++-- readme.txt | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/acf-rrule.php b/acf-rrule.php index dc13649..fa8a0c9 100755 --- a/acf-rrule.php +++ b/acf-rrule.php @@ -4,7 +4,7 @@ Plugin Name: ACF RRule Field Plugin URI: https://github.com/marcbelletre/acf-rrule Description: Create recurring rules with a single ACF field -Version: 1.2.5 +Version: 1.3.0 Author: Marc BellĂȘtre Author URI: https://pixelparfait.fr License: MIT @@ -44,7 +44,7 @@ public function __construct() // Settings // - these will be passed into the field class. $this->settings = [ - 'version' => '1.2.5', + 'version' => '1.3.0', 'url' => plugin_dir_url(__FILE__), 'path' => plugin_dir_path(__FILE__), ]; diff --git a/readme.txt b/readme.txt index 0bdf5cf..071633b 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: marcbelletre, pedromendonca Tags: acf, rrule, recurrence, date, calendar Requires at least: 4.7 -Tested up to: 6.1 +Tested up to: 6.3 Requires PHP: 5.6 -Stable tag: 1.2.5 +Stable tag: 1.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -31,6 +31,11 @@ This plugin requires ACF or ACF Pro to work. == Changelog == += 1.3.0 = +* Add time picker options +* Fix compatibility with ACF Extended plugin +* Fix selection not being reflected in the calendar + = 1.2.5 = * Bug fix