Skip to content

Commit 1b640b4

Browse files
committed
chore(release): deploy v1.0.0
1 parent 6f8f6bd commit 1b640b4

File tree

2 files changed

+151
-2
lines changed

2 files changed

+151
-2
lines changed
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
# Copyright (C) 2025 runthingsdev
2+
# This file is distributed under the GPLv3 or later.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: Taxonomy Tags to Checkboxes 1.0.0\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/runthings-taxonomy-tags-to-checkboxes\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <[email protected]>\n"
9+
"MIME-Version: 1.0\n"
10+
"Content-Type: text/plain; charset=UTF-8\n"
11+
"Content-Transfer-Encoding: 8bit\n"
12+
"POT-Creation-Date: 2025-04-01T19:42:52+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.11.0\n"
15+
"X-Domain: runthings-taxonomy-tags-to-checkboxes\n"
16+
17+
#. Plugin Name of the plugin
18+
#: runthings-taxonomy-tags-to-checkboxes.php
19+
msgid "Taxonomy Tags to Checkboxes"
20+
msgstr ""
21+
22+
#. Plugin URI of the plugin
23+
#: runthings-taxonomy-tags-to-checkboxes.php
24+
msgid "https://runthings.dev/wordpress-plugins/taxonomy-tags-to-checkboxes/"
25+
msgstr ""
26+
27+
#. Description of the plugin
28+
#: runthings-taxonomy-tags-to-checkboxes.php
29+
msgid "Convert taxonomy tags to checkboxes in the WordPress admin."
30+
msgstr ""
31+
32+
#. Author of the plugin
33+
#: runthings-taxonomy-tags-to-checkboxes.php
34+
msgid "runthingsdev"
35+
msgstr ""
36+
37+
#. Author URI of the plugin
38+
#: runthings-taxonomy-tags-to-checkboxes.php
39+
msgid "https://runthings.dev/"
40+
msgstr ""
41+
42+
#: lib/admin-options.php:29
43+
#: lib/admin-options.php:30
44+
msgid "Taxonomies"
45+
msgstr ""
46+
47+
#: lib/admin-options.php:48
48+
msgid "Save Changes"
49+
msgstr ""
50+
51+
#: lib/admin-options.php:80
52+
msgid "Taxonomy Settings"
53+
msgstr ""
54+
55+
#: lib/admin-options.php:87
56+
msgid "Select Taxonomies"
57+
msgstr ""
58+
59+
#: lib/admin-options.php:212
60+
msgid "Select which taxonomies should use checkboxes instead of tags UI."
61+
msgstr ""
62+
63+
#: lib/admin-options.php:217
64+
msgid "Show system taxonomies"
65+
msgstr ""
66+
67+
#: lib/admin-options.php:227
68+
#: lib/admin-options.php:380
69+
msgid "Select All"
70+
msgstr ""
71+
72+
#: lib/admin-options.php:231
73+
#: lib/admin-options.php:384
74+
msgid "Name"
75+
msgstr ""
76+
77+
#: lib/admin-options.php:240
78+
#: lib/admin-options.php:393
79+
msgid "Post Types"
80+
msgstr ""
81+
82+
#: lib/admin-options.php:249
83+
#: lib/admin-options.php:402
84+
msgid "Type"
85+
msgstr ""
86+
87+
#: lib/admin-options.php:257
88+
#: lib/admin-options.php:410
89+
msgid "Height"
90+
msgstr ""
91+
92+
#: lib/admin-options.php:260
93+
#: lib/admin-options.php:413
94+
msgid "Show Edit Link"
95+
msgstr ""
96+
97+
#: lib/admin-options.php:271
98+
msgid "No taxonomies found."
99+
msgstr ""
100+
101+
#: lib/admin-options.php:273
102+
msgid "System taxonomies are currently hidden. Enable \"Show system taxonomies\" to see more options."
103+
msgstr ""
104+
105+
#: lib/admin-options.php:290
106+
#: lib/admin-options.php:298
107+
msgid "Already uses checkboxes"
108+
msgstr ""
109+
110+
#: lib/admin-options.php:291
111+
msgid "Hierarchical"
112+
msgstr ""
113+
114+
#: lib/admin-options.php:293
115+
msgid "Uses tags interface by default"
116+
msgstr ""
117+
118+
#: lib/admin-options.php:294
119+
msgid "Non-hierarchical"
120+
msgstr ""
121+
122+
#: lib/admin-options.php:362
123+
msgid "Auto"
124+
msgstr ""
125+
126+
#: lib/admin-options.php:363
127+
msgid "Full"
128+
msgstr ""
129+
130+
#: lib/admin-options.php:364
131+
msgid "Custom"
132+
msgstr ""
133+
134+
#: lib/admin-options.php:478
135+
msgid "Settings"
136+
msgstr ""
137+
138+
#: lib/replace-tags.php:130
139+
msgid "No terms available."
140+
msgstr ""
141+
142+
#. translators: %s: Taxonomy label
143+
#: lib/replace-tags.php:195
144+
msgid "+ Add / Edit %s"
145+
msgstr ""
146+
147+
#: runthings-taxonomy-tags-to-checkboxes.php:70
148+
msgid "GitHub"
149+
msgstr ""

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: 0.1.0
7+
* Version: 1.0.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', '0.1.0' );
40+
define( 'RUNTHINGS_TTC_VERSION', '1.0.0' );
4141

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

0 commit comments

Comments
 (0)