diff --git a/index.php b/index.php index 779dec3..7bfa6e6 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.12 +Version: 0.2.13 Tested up to: 5.5 Requires PHP: 5.6 Author URI: https://github.com/mcguffin diff --git a/languages/acf-customizer.pot b/languages/acf-customizer.pot index 22fddb9..44b1a89 100644 --- a/languages/acf-customizer.pot +++ b/languages/acf-customizer.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2020 Jörn Lund +# Copyright (C) 2021 Jörn Lund # This file is distributed under the same license as the ACF Customizer plugin. msgid "" msgstr "" -"Project-Id-Version: ACF Customizer 0.2.12\n" +"Project-Id-Version: ACF Customizer 0.2.13\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-11-25T19:01:51+00:00\n" +"POT-Creation-Date: 2021-03-02T17:48:35+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" @@ -34,12 +34,14 @@ msgstr "" msgid "https://github.com/mcguffin" msgstr "" -#: include/ACFCustomizer/Compat/ACF/FieldgroupControl.php:46 -#: include/ACFCustomizer~/Compat/ACF/FieldgroupControl.php:43 +#: include/ACFCustomizer/Compat/ACF/FieldgroupControl.php:44 +msgid "Nonce missing." +msgstr "" + +#: include/ACFCustomizer/Compat/ACF/FieldgroupControl.php:50 msgid "Bad Nonce." msgstr "" #: include/ACFCustomizer/Compat/ACF/Location/Customizer.php:33 -#: include/ACFCustomizer~/Compat/ACF/Location/Customizer.php:33 msgid "Customizer" msgstr "" diff --git a/package-lock.json b/package-lock.json index ad97d97..608c415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "acf-customizer", - "version": "0.2.12", + "version": "0.2.13", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 85c60a6..475cd3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acf-customizer", - "version": "0.2.12", + "version": "0.2.13", "description": "Use ACF Fields in customizer.", "private": true, "scripts": { @@ -106,4 +106,4 @@ "browserify-shim": { "jquery": "global:jQuery" } -} +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index ffbc0e8..57af809 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: #### donate link #### Requires at least: 3.8 Tested up to: 5.5 Requires PHP: 7.0 -Stable tag: 0.2.12 +Stable tag: 0.2.13 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html