Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbelletre committed Jan 18, 2024
1 parent 20a6962 commit 76fc240
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acf-rrule.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__),
];
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 76fc240

Please sign in to comment.