Skip to content

Commit 634dea0

Browse files
committed
Release 0.2.11
1 parent 02012e9 commit 634dea0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Github Plugin URI: mcguffin/acf-customizer
77
Description: Use ACF Fields in customizer.
88
Author: Jörn Lund
9-
Version: 0.2.10
9+
Version: 0.2.11
1010
Tested up to: 5.2
1111
Requires PHP: 5.6
1212
Author URI: https://github.com/mcguffin

languages/acf-customizer.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the ACF Customizer plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: ACF Customizer 0.2.10\n"
5+
"Project-Id-Version: ACF Customizer 0.2.11\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-customizer\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2020-08-04T09:47:10+00:00\n"
12+
"POT-Creation-Date: 2020-08-04T09:48:53+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.4.0\n"
1515
"X-Domain: acf-customizer\n"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acf-customizer",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "Use ACF Fields in customizer.",
55
"private": true,
66
"scripts": {
@@ -81,6 +81,7 @@
8181
],
8282
"type": "plugin",
8383
"build": {
84+
"versionedFiles": null,
8485
"prebuild": [
8586
"wp i18n make-pot . languages/acf-customizer.pot --domain=acf-customizer --exclude=tmp"
8687
],
@@ -102,4 +103,4 @@
102103
"browserify-shim": {
103104
"jquery": "global:jQuery"
104105
}
105-
}
106+
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: #### donate link ####
55
Requires at least: 3.8
66
Tested up to: 4.9.8
77
Requires PHP: 7.0
8-
Stable tag: 0.2.10
8+
Stable tag: 0.2.11
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)