diff --git a/index.php b/index.php index 5c7f8f8..1d00674 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ Github Plugin URI: mcguffin/acf-customizer Description: Use ACF Fields in customizer. Author: Jörn Lund -Version: 0.2.10 +Version: 0.2.11 Tested up to: 5.2 Requires PHP: 5.6 Author URI: https://github.com/mcguffin diff --git a/languages/acf-customizer.pot b/languages/acf-customizer.pot index de352af..f8d27e6 100644 --- a/languages/acf-customizer.pot +++ b/languages/acf-customizer.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the ACF Customizer plugin. msgid "" msgstr "" -"Project-Id-Version: ACF Customizer 0.2.10\n" +"Project-Id-Version: ACF Customizer 0.2.11\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-customizer\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2020-08-04T09:47:10+00:00\n" +"POT-Creation-Date: 2020-08-04T09:48:53+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: acf-customizer\n" diff --git a/package-lock.json b/package-lock.json index e846435..797e285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "acf-customizer", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7586,4 +7586,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9f01581..b524887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acf-customizer", - "version": "0.2.10", + "version": "0.2.11", "description": "Use ACF Fields in customizer.", "private": true, "scripts": { @@ -81,6 +81,7 @@ ], "type": "plugin", "build": { + "versionedFiles": null, "prebuild": [ "wp i18n make-pot . languages/acf-customizer.pot --domain=acf-customizer --exclude=tmp" ], @@ -102,4 +103,4 @@ "browserify-shim": { "jquery": "global:jQuery" } -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index 8f9dd0d..6513f6b 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: #### donate link #### Requires at least: 3.8 Tested up to: 4.9.8 Requires PHP: 7.0 -Stable tag: 0.2.10 +Stable tag: 0.2.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html