diff --git a/acf-restrict-color-picker.php b/acf-restrict-color-picker.php index 5eb2b1d..e4fe2b7 100755 --- a/acf-restrict-color-picker.php +++ b/acf-restrict-color-picker.php @@ -3,7 +3,7 @@ Plugin Name: Advanced Custom Fields: Restrict Color Picker Options Plugin URI: Description: Restrict ACF's color picker field to a specific subset of custom colors. - Version: 1.1 + Version: 1.2 Author: Vital Author URI: http://vtldesign.com Text Domain: vitaldesign diff --git a/readme.txt b/readme.txt index 0a36404..3d4de54 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: adamwalter,seanseansean Tags: custom fields, acf, color Requires at least: 4.0 -Tested up to: 4.4.2 -Stable tag: 1.1 +Tested up to: 5.0.3 +Stable tag: 1.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -35,3 +35,6 @@ Leave your question in the support tab and we'll respond! = 1.1 = * Change the plugin name to better match similar plugins in the ACF world. + += 1.2 = +* Finally fixes long standing issue with multiple instances of color pickers.