Skip to content

Commit

Permalink
version bump 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jan 27, 2018
1 parent 904ba0f commit b1d0759
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
27 changes: 14 additions & 13 deletions languages/radio-buttons-for-taxonomies.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Copyright (C) 2015 Radio Buttons for Taxonomies
# This file is distributed under the same license as the Radio Buttons for Taxonomies package.
# Copyright (C) 2018 Kathy Darling
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: Radio Buttons for Taxonomies 1.7.7\n"
"Project-Id-Version: Radio Buttons for Taxonomies 1.8.0\n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/radio-buttons-for-taxonomies\n"
"POT-Creation-Date: 2015-12-09 00:34:52+00:00\n"
"https://wordpress.org/support/plugin/radio-buttons-for-taxonomies\n"
"POT-Creation-Date: 2018-01-27 20:59:03+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n1.0.1\n"

#: inc/class.WordPress_Radio_Taxonomy.php:133
msgid "Most Used"
Expand All @@ -22,10 +23,6 @@ msgstr ""
msgid "+ %s"
msgstr ""

#: inc/class.WordPress_Radio_Taxonomy.php:261
msgid "No %s"
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Radio Buttons for Taxonomies"
msgstr ""
Expand All @@ -46,18 +43,22 @@ msgstr ""
msgid "Save Changes"
msgstr ""

#: radio-buttons-for-taxonomies.php:90 radio-buttons-for-taxonomies.php:99
#: radio-buttons-for-taxonomies.php:96 radio-buttons-for-taxonomies.php:105
msgid "Cheatin&#8217; huh?"
msgstr ""

#: radio-buttons-for-taxonomies.php:202
#: radio-buttons-for-taxonomies.php:211
msgid "Radio Buttons for Taxonomies Options Page"
msgstr ""

#: radio-buttons-for-taxonomies.php:266
#: radio-buttons-for-taxonomies.php:274
msgid "Settings"
msgstr ""

#: radio-buttons-for-taxonomies.php:290
msgid "Donate"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "http://www.kathyisawesome.com/441/radio-buttons-for-taxonomies"
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": "1.7.7",
"version": "1.8.0",
"description": "Use radio buttons for any taxonomy so users can only select 1 term at a time",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.7.7
Version: 1.8.0
Text Domain: radio-buttons-for-taxonomies
Author: Kathy Darling
Author URI: http://www.kathyisawesome.com
Expand Down
2 changes: 1 addition & 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:** 3.8
**Tested up to:** 4.7.0
**Stable tag:** 1.7.7
**Stable tag:** 1.8.0
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.youcaring.com/wnt-residency
Tags: taxonomy, admin, interface, ui, post, radio, terms, metabox
Requires at least: 4.5.0
Tested up to: 4.9.2
Stable tag: 1.7.7
Stable tag: 1.8.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.7.9 =
= 1.8.0 =
* Compatibility with WordPress 4.9.2
* Update donation link
* Add radio_buttons_for_taxonomies_no_term_selected_text filter to allow for custom "No Genre" texts. props @hokoo
* Add radio_buttons_for_taxonomies_no_term_selected_text filter to allow for custom "No Genre" texts. props @hokoo
* Convert switch_terms_filter() to get and setter
* Rename radio-buttons-for-taxonomies-no-term-$taxonomy filter to radio_buttons_for_taxonomies_no_term_$taxonomy to disable the "No term" feature

= 1.7.8 =
* Compatibility with WordPress 4.8.3
Expand Down

0 comments on commit b1d0759

Please sign in to comment.