Skip to content

Commit d0a95de

Browse files
committed
Release 0.3.2
1 parent 9f3a4e8 commit d0a95de

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.wp-release-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "https://github.com/mcguffin/acf-customizer/raw/master/.wp-release-info.json",
33
"slug": "acf-customizer",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"url": "https://github.com/mcguffin/acf-customizer",
6-
"package": "https://github.com/mcguffin/acf-customizer/releases/download/0.3.1/acf-customizer.zip",
6+
"package": "https://github.com/mcguffin/acf-customizer/releases/download/0.3.2/acf-customizer.zip",
77
"tested": "6.2",
88
"requires_php": "7.4"
99
}

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.3.1
9+
Version: 0.3.2
1010
Tested up to: 6.2
1111
Requires PHP: 7.4
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 GPL3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: ACF Customizer 0.3.1\n"
5+
"Project-Id-Version: ACF Customizer 0.3.2\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: 2023-05-05T08:37:18+00:00\n"
12+
"POT-Creation-Date: 2023-05-05T08:37:37+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: acf-customizer\n"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acf-customizer",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Use ACF Fields in customizer.",
55
"private": true,
66
"scripts": {

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: 5.0
66
Tested up to: 6.2
77
Requires PHP: 7.4
8-
Stable tag: 0.3.1
8+
Stable tag: 0.3.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)