Skip to content

Commit

Permalink
version bump 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jun 28, 2022
1 parent 0e9665c commit 645ef63
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/dist/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'd55c9f5509b98b249e418a78ca5825a7');
<?php return array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '102c5bd05c574e9ce598');
4 changes: 2 additions & 2 deletions js/dist/index.js

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

5 changes: 2 additions & 3 deletions js/radiotax.min.js

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

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.2\n"
"Project-Id-Version: Radio Buttons for Taxonomies 2.4.4\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/Radio-Buttons-for-Taxonomies\n"
"POT-Creation-Date: 2022-01-06 23:36:56+00:00\n"
"POT-Creation-Date: 2022-06-28 17:01:53+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.3",
"version": "2.4.4",
"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.3
* Version: 2.4.4
* 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.3';
public static $version = '2.4.4';

/* @var array $options - The plugin's options. */
public $options = array();
Expand Down
8 changes: 7 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.0.0
**Stable tag:** 2.4.3
**Stable tag:** 2.4.4
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

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

## Changelog ##

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

- 2022.06.15 - Version 2.4.3 =
* Fix: Fatal error when deleting plugin. uninstall callback must be static. Closes #104.

- 2022.01.06 - Version 2.4.2 =
* Fix: Conflict with default term, multiple checked terms (term plus default term). Closes #103.

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

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

== Changelog ==

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

- 2022.06.15 - Version 2.4.3 =
* Fix: Fatal error when deleting plugin. uninstall callback must be static. Closes #104.

- 2022.01.06 - Version 2.4.2 =
* Fix: Conflict with default term, multiple checked terms (term plus default term). Closes #103.

Expand Down

0 comments on commit 645ef63

Please sign in to comment.