Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hube2 committed Jul 29, 2018
1 parent a8183bf commit 14b4c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions acf-medium-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: ACF Medium Editor Field
Plugin URI: https://wordpress.org/plugins/acf-medium-editor-field/
Description: Medium Editor Field for ACF 5
Version: 2.4.3
Version: 2.4.4
Author: John A. Huebner II
Text Domain: acf-medium-editor
Author URI: https://github.com/Hube2
Expand Down Expand Up @@ -39,7 +39,7 @@ function __construct() {

// vars
$this->settings = array(
'version' => '2.4.3',
'version' => '2.4.4',
'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 @@ -3,7 +3,7 @@ Contributors: Hube2
Tags: acf, add on, inline wysywig, medium editor, configurable
Requires at least: 4.0.0
Tested up to: 4.9
Stable tag: 2.4.3
Stable tag: 2.4.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -205,6 +205,9 @@ add_filter('acf/medium-editor-field/buttons', 'my_buttons', 10, 2);

== Changelog ==

= 2.4.4 =
* Corrected issues with ACF>=5.7.0

= 2.4.3 =
* moved parenthesis to be part of string to be translated and added filter to allow changing the additional field instructions

Expand Down

0 comments on commit 14b4c93

Please sign in to comment.