Skip to content

Commit

Permalink
version bump 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Feb 13, 2023
1 parent 553420f commit e604ce9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/radiotax.min.js

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

14 changes: 7 additions & 7 deletions languages/radio-buttons-for-taxonomies.pot
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Copyright (C) 2022 helgatheviking
# Copyright (C) 2023 helgatheviking
# This file is distributed under the same license as the Radio Buttons for Taxonomies package.
msgid ""
msgstr ""
"Project-Id-Version: Radio Buttons for Taxonomies 2.4.4\n"
"Project-Id-Version: Radio Buttons for Taxonomies 2.4.5\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/Radio-Buttons-for-Taxonomies\n"
"POT-Creation-Date: 2022-06-28 17:01:53+00:00\n"
"https://wordpress.org/support/plugin/radio-buttons-for-taxonomies\n"
"POT-Creation-Date: 2023-02-13 23:31:53+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#: inc/class-wordpress-radio-taxonomy.php:187
#: inc/class-wordpress-radio-taxonomy.php:188
#. translators: %s: add new taxonomy label
msgid "+ %s"
msgstr ""

#: inc/class-wordpress-radio-taxonomy.php:345
#: inc/class-wordpress-radio-taxonomy.php:346
msgid "No %s"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radio-buttons-for-taxonomies",
"author": "helgatheviking",
"version": "2.4.4",
"version": "2.4.5",
"description": "Use radio buttons for any taxonomy so users can only select 1 term at a time",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions radio-buttons-for-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Radio Buttons for Taxonomies
* Plugin URI: http://www.kathyisawesome.com/441/radio-buttons-for-taxonomies
* Description: Use radio buttons for any taxonomy so users can only select 1 term at a time
* Version: 2.4.4
* Version: 2.4.5
* Author: helgatheviking
* Author URI: https://www.kathyisawesome.com
* Requires at least: 4.5.0
Expand Down Expand Up @@ -46,7 +46,7 @@ class Radio_Buttons_For_Taxonomies {
protected static $_instance = null;

/* @var str $version */
public static $version = '2.4.4';
public static $version = '2.4.5';

/* @var array $options - The plugin's options. */
public $options = array();
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Donate link:** https://www.paypal.com/fundraiser/charity/1451316
**Tags:** taxonomy, admin, interface, ui, post, radio, terms, metabox
**Requires at least:** 4.5.0
**Tested up to:** 6.0.0
**Stable tag:** 2.4.4
**Tested up to:** 6.1.0
**Stable tag:** 2.4.5
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -53,6 +53,9 @@ So for example, to disabled the "No term" option on a taxonomy called "genre" yo

## Changelog ##

- 2022.02.13 - Version 2.4.5 =
* Fix: Reload non-hierarchical terms as forced-hierarchical after quick edit save. Closes #109.

- 2022.06.28 - Version 2.4.4 =
* Fix: Bulk edit removes terms (set to default) when not editing the term. Closes #105.

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/fundraiser/charity/1451316
Tags: taxonomy, admin, interface, ui, post, radio, terms, metabox
Requires at least: 4.5.0
Tested up to: 6.1.0
Stable tag: 2.4.4
Stable tag: 2.4.5
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit e604ce9

Please sign in to comment.