Skip to content

Commit

Permalink
Version bump 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Feb 16, 2023
1 parent 1b1dd8d commit 1608733
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions languages/radio-buttons-for-taxonomies.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# 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.5\n"
"Project-Id-Version: Radio Buttons for Taxonomies 2.4.6\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/radio-buttons-for-taxonomies\n"
"POT-Creation-Date: 2023-02-13 23:31:53+00:00\n"
"POT-Creation-Date: 2023-02-16 00:19:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
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.5",
"version": "2.4.6",
"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.5
* Version: 2.4.6
* 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.5';
public static $version = '2.4.6';

/* @var array $options - The plugin's options. */
public $options = array();
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**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.5
**Stable tag:** 2.4.6
**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.15 - Version 2.4.6 =
* Fix: Typo from 2.4.5 patch. Closes #111.

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

Expand Down
5 changes: 4 additions & 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.5
Stable tag: 2.4.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -53,6 +53,9 @@ add_filter( 'radio_buttons_for_taxonomies_no_term_genre', '__return_FALSE' );

== Changelog ==

- 2022.02.15 - Version 2.4.6 =
* Fix: Typo from 2.4.5 patch. Closes #111.

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

Expand Down

0 comments on commit 1608733

Please sign in to comment.