From 76fc240c1285962792cc041be3b2ae3c104482ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Bell=C3=AAtre?= Date: Thu, 18 Jan 2024 12:02:33 +0100 Subject: [PATCH] Update version --- acf-rrule.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/acf-rrule.php b/acf-rrule.php index 1635072..8e9cb15 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.4.0 +Version: 1.4.1 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.4.0', + 'version' => '1.4.1', 'url' => plugin_dir_url(__FILE__), 'path' => plugin_dir_path(__FILE__), ]; diff --git a/readme.txt b/readme.txt index 38452bf..a2eac68 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: acf, rrule, recurrence, date, calendar Requires at least: 4.7 Tested up to: 6.3 Requires PHP: 7.2 -Stable tag: 1.4.0 +Stable tag: 1.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -31,6 +31,9 @@ This plugin requires ACF or ACF Pro to work. == Changelog == += 1.4.1 = +* Update translation files + = 1.4.0 = * Add `first_date` and `last_date` attributes to the return value