Skip to content

Commit

Permalink
Release 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Feb 1, 2020
1 parent 344d2d4 commit 7932bf7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return "3.0.7";
<?php return "3.0.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.0.7
Version: 3.0.8
Author URI: https://github.com/mcguffin
License: GPL3
Requires WP: 4.8
Expand Down
12 changes: 6 additions & 6 deletions languages/acf-quickedit-fields.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2019 Jörn Lund
# Copyright (C) 2020 Jörn Lund
# This file is distributed under the same license as the ACF QuickEdit Fields plugin.
msgid ""
msgstr ""
"Project-Id-Version: ACF QuickEdit Fields 3.0.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quickedit-fields\n"
"Project-Id-Version: ACF QuickEdit Fields 3.0.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-quick-edit-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: 2019-12-12T06:49:34+00:00\n"
"POT-Creation-Date: 2020-02-01T09:57:15+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: acf-quickedit-fields\n"
Expand All @@ -35,8 +35,8 @@ msgid "https://github.com/mcguffin"
msgstr ""

#. Translators: 1: ACF Pro URL, 2: plugins page url
#: include/ACFQuickEdit/Admin/Admin.php:193
msgid "The <strong>ACF QuickEdit Fields</strong> plugin requires <a href=\"%1$s\">ACF version 5.6 or later</a>. You can disable and uninstall it on the <a href=\"%2$s\">plugins page</a>."
#: include/ACFQuickEdit/Admin/Admin.php:194
msgid "The <strong>ACF QuickEdit Fields</strong> plugin requires <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">ACF version 5.6 or later</a>. You can disable and uninstall it on the <a href=\"%2$s\">plugins page</a>."
msgstr ""

#: include/ACFQuickEdit/Admin/FieldGroup.php:52
Expand Down
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.

5 changes: 3 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.0.7",
"version": "3.0.8",
"description": "Enter description here.",
"main": "js/acf-qef-field-group.min.js",
"scripts": {
Expand Down Expand Up @@ -105,6 +105,7 @@
],
"type": "plugin",
"build": {
"versionedFiles": null,
"prebuild": [
"wp i18n make-pot . languages/acf-quickedit-fields.pot --domain=acf-quickedit-fields --exclude=tmp"
],
Expand All @@ -122,4 +123,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: 5.3
Requires PHP: 5.6
Stable tag: 3.0.7
Stable tag: 3.0.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 7932bf7

Please sign in to comment.