Skip to content

Commit

Permalink
Release 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Jan 11, 2025
1 parent ac97d9f commit 62bfb6b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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.7",
"version": "3.3.8",
"url": "https://github.com/mcguffin/acf-quickedit-fields",
"package": "https://github.com/mcguffin/acf-quickedit-fields/releases/download/3.3.7/acf-quickedit-fields.zip",
"tested": "6.5",
"package": "https://github.com/mcguffin/acf-quickedit-fields/releases/download/3.3.8/acf-quickedit-fields.zip",
"tested": "6.7",
"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.7";
<?php return "3.3.8";
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
Version: 3.3.8
Author URI: https://github.com/mcguffin
License: GPL3
Requires WP: 4.8
Expand Down
2 changes: 1 addition & 1 deletion js/acf-quickedit.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions languages/acf-quickedit-fields.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2024 Jörn Lund
# Copyright (C) 2025 Jörn Lund
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: ACF QuickEdit Fields 3.3.7\n"
"Project-Id-Version: ACF QuickEdit Fields 3.3.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quickedit-fields\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-07-02T12:36:51+00:00\n"
"POT-Creation-Date: 2025-01-11T14:10:07+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: acf-quickedit-fields\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -280,13 +280,13 @@ msgid "(User not found)"
msgstr ""

#. translators: Term ID
#: include/ACFQuickEdit/Fields/Traits/ColumnLists.php:124
#: include/ACFQuickEdit/Fields/Traits/ColumnLists.php:123
msgid "(Term ID %d not found)"
msgstr ""

#. translators: acf field label
#: include/ACFQuickEdit/Fields/Traits/Filter.php:46
#: include/ACFQuickEdit/Fields/Traits/Filter.php:94
#: include/ACFQuickEdit/Fields/Traits/Filter.php:100
msgid "— %s —"
msgstr ""

Expand All @@ -298,6 +298,6 @@ msgstr ""
msgid "Add Choice"
msgstr ""

#: include/ACFQuickEdit/Fields/Traits/InputSelect.php:52
#: include/ACFQuickEdit/Fields/Traits/InputSelect.php:53
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.7",
"version": "3.3.8",
"description": "Enter description here.",
"main": "js/acf-qef-field-group.min.js",
"scripts": {
Expand Down Expand Up @@ -120,4 +120,4 @@
"svn": "https://plugins.svn.wordpress.org/acf-quickedit-fields/"
}
}
}
}
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: acf, quickedit, columns, bulk edit
Requires at least: 4.7
Tested up to: 6.7
Requires PHP: 7.2
Stable tag: 3.3.7
Stable tag: 3.3.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 62bfb6b

Please sign in to comment.