Skip to content

Commit

Permalink
Release 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Jul 2, 2024
1 parent ff8000c commit bd88526
Showing 7 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .wp-release-info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "https://github.com/mcguffin/acf-quickedit-fields/raw/master/.wp-release-info.json",
"slug": "acf-quickedit-fields",
"version": "3.3.6",
"version": "3.3.7",
"url": "https://github.com/mcguffin/acf-quickedit-fields",
"package": "https://github.com/mcguffin/acf-quickedit-fields/releases/download/3.3.6/acf-quickedit-fields.zip",
"package": "https://github.com/mcguffin/acf-quickedit-fields/releases/download/3.3.7/acf-quickedit-fields.zip",
"tested": "6.5",
"requires_php": "7.2"
}
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return "3.3.6";
<?php return "3.3.7";
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
Plugin URI: https://github.com/mcguffin/acf-quickedit-fields
Description: Show Advanced Custom Fields in post list table. Edit field values in Quick Edit and / or Bulk edit.
Author: Jörn Lund
Version: 3.3.6
Version: 3.3.7
Author URI: https://github.com/mcguffin
License: GPL3
Requires WP: 4.8
6 changes: 3 additions & 3 deletions languages/acf-quickedit-fields.pot
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: ACF QuickEdit Fields 3.3.6\n"
"Project-Id-Version: ACF QuickEdit Fields 3.3.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quickedit-fields\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: 2024-06-15T15:04:05+00:00\n"
"POT-Creation-Date: 2024-07-02T12:36:51+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: acf-quickedit-fields\n"
@@ -298,6 +298,6 @@ msgstr ""
msgid "Add Choice"
msgstr ""

#: include/ACFQuickEdit/Fields/Traits/InputSelect.php:50
#: include/ACFQuickEdit/Fields/Traits/InputSelect.php:52
msgid "— Select —"
msgstr ""
4 changes: 2 additions & 2 deletions 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-quickedit-fields",
"version": "3.3.6",
"version": "3.3.7",
"description": "Enter description here.",
"main": "js/acf-qef-field-group.min.js",
"scripts": {
@@ -120,4 +120,4 @@
"svn": "https://plugins.svn.wordpress.org/acf-quickedit-fields/"
}
}
}
}
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Tags: acf, quickedit, columns, bulk edit
Requires at least: 4.7
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 3.3.6
Stable tag: 3.3.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

@@ -105,6 +105,9 @@ Version 3.2.4 contains a security fix. Registered users who are able to edit pos

== Changelog ==

= 3.3.7 =
- Fix: Ajax loading broken with select fields on ACF 6.3.2+

= 3.3.6 =
- Fix: PHP warning
- Fix: Post object column shows garbage

0 comments on commit bd88526

Please sign in to comment.