Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed May 10, 2020
1 parent 2e51928 commit 864f395
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.8";
<?php return "3.1.0";
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.8
Version: 3.1.0
Author URI: https://github.com/mcguffin
License: GPL3
Requires WP: 4.8
Expand Down
6 changes: 3 additions & 3 deletions languages/acf-quickedit-fields.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the ACF QuickEdit Fields plugin.
msgid ""
msgstr ""
"Project-Id-Version: ACF QuickEdit Fields 3.0.8\n"
"Project-Id-Version: ACF QuickEdit Fields 3.1.0\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: 2020-02-01T09:57:15+00:00\n"
"POT-Creation-Date: 2020-05-10T12:50:55+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 Down Expand Up @@ -148,6 +148,6 @@ msgid "— Select —"
msgstr ""

#: include/ACFQuickEdit/Fields/TaxonomyField.php:98
#: include/ACFQuickEdit/Fields/TaxonomyField.php:114
#: include/ACFQuickEdit/Fields/TaxonomyField.php:116
msgid "– No Selection –"
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.0.8",
"version": "3.1.0",
"description": "Enter description here.",
"main": "js/acf-qef-field-group.min.js",
"scripts": {
Expand Down Expand Up @@ -123,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.4
Requires PHP: 5.6
Stable tag: 3.0.8
Stable tag: 3.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 864f395

Please sign in to comment.