Skip to content

Commit

Permalink
Release 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Mar 2, 2021
1 parent f847a62 commit c272ae2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 8 additions & 6 deletions languages/acf-customizer.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
Expand All @@ -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 ""
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-customizer",
"version": "0.2.12",
"version": "0.2.13",
"description": "Use ACF Fields in customizer.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -106,4 +106,4 @@
"browserify-shim": {
"jquery": "global:jQuery"
}
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c272ae2

Please sign in to comment.