Skip to content

Commit b503334

Browse files
committed
chore(release): deploy v1.2.0
1 parent cbe545b commit b503334

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

languages/runthings-taxonomy-tags-to-checkboxes.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPLv3 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Taxonomy Tags to Checkboxes 1.1.1\n"
5+
"Project-Id-Version: Taxonomy Tags to Checkboxes 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-taxonomy-tags-to-checkboxes\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-02-07T11:51:06+00:00\n"
12+
"POT-Creation-Date: 2026-02-14T15:01:15+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: runthings-taxonomy-tags-to-checkboxes\n"
@@ -126,7 +126,7 @@ msgid "Convert"
126126
msgstr ""
127127

128128
#: lib/admin-options.php:362
129-
msgid "Auto"
129+
msgid "Default"
130130
msgstr ""
131131

132132
#: lib/admin-options.php:363
@@ -141,12 +141,12 @@ msgstr ""
141141
msgid "Settings"
142142
msgstr ""
143143

144-
#: lib/replace-tags.php:163
144+
#: lib/replace-tags.php:175
145145
msgid "No terms available."
146146
msgstr ""
147147

148148
#. translators: %s: Taxonomy label
149-
#: lib/replace-tags.php:228
149+
#: lib/replace-tags.php:239
150150
#, php-format
151151
msgid "+ Add / Edit %s"
152152
msgstr ""

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: runthingsdev
33
Tags: taxonomy, checkboxes, tags, UI, admin
44
Requires at least: 6.4
55
Tested up to: 6.9
6-
Stable tag: 1.1.1
6+
Stable tag: 1.2.0
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

runthings-taxonomy-tags-to-checkboxes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Taxonomy Tags to Checkboxes
55
* Plugin URI: https://runthings.dev/wordpress-plugins/taxonomy-tags-to-checkboxes/
66
* Description: Convert taxonomy tags to checkboxes in the WordPress admin.
7-
* Version: 1.1.1
7+
* Version: 1.2.0
88
* Author: runthingsdev
99
* Author URI: https://runthings.dev/
1010
* License: GPLv3 or later
@@ -37,7 +37,7 @@
3737
exit;
3838
}
3939

40-
define( 'RUNTHINGS_TTC_VERSION', '1.1.1' );
40+
define( 'RUNTHINGS_TTC_VERSION', '1.2.0' );
4141

4242
define( 'RUNTHINGS_TTC_BASENAME', plugin_basename( __FILE__ ) );
4343
define( 'RUNTHINGS_TTC_DIR', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)