Skip to content

Commit

Permalink
Release 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Feb 13, 2022
1 parent 24b0936 commit 7a3af09
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.1.9";
<?php return "3.1.10";
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.1.9
Version: 3.1.10
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,16 +2,16 @@
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: ACF QuickEdit Fields 3.1.9\n"
"Project-Id-Version: ACF QuickEdit Fields 3.1.10\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: 2022-01-25T12:05:27+00:00\n"
"POT-Creation-Date: 2022-02-13T14:53:40+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.1-alpha-0d94e07\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: acf-quickedit-fields\n"

#. Plugin Name of the plugin
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-quickedit-fields",
"version": "3.1.9",
"version": "3.1.10",
"description": "Enter description here.",
"main": "js/acf-qef-field-group.min.js",
"scripts": {
Expand Down
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.9
Requires PHP: 5.6
Stable tag: 3.1.9
Stable tag: 3.1.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 7a3af09

Please sign in to comment.