Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed Nov 14, 2019
1 parent 96d5f28 commit 87fc631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: widget, widget subtitle, subtitle, subtitles, sub title, sidebar
Requires at least: 3.0
Tested up to: 5.3
Requires PHP: 5.2.4
Stable tag: 1.2
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
7 changes: 4 additions & 3 deletions widget-subtitles.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* @author Jory Hogeveen <info@keraweb.nl>
* @package Widget_Subtitles
* @since 0.1.0
* @version 1.2.0
* @version 1.2.1
* @licence GPL-2.0+
* @link https://github.com/JoryHogeveen/widget-subtitles
*
* @wordpress-plugin
* Plugin Name: Widget Subtitles
* Plugin URI: https://wordpress.org/plugins/widget-subtitles/
* Description: Add a customizable subtitle to your widgets
* Version: 1.2
* Version: 1.2.1
* Author: Jory Hogeveen
* Author URI: http://www.keraweb.nl
* Text Domain: widget-subtitles
Expand Down Expand Up @@ -50,7 +50,7 @@
* @author Jory Hogeveen <info@keraweb.nl>
* @package Widget_Subtitles
* @since 0.1.0
* @version 1.2.0
* @version 1.2.1
*/
final class WS_Widget_Subtitles
{
Expand Down Expand Up @@ -297,6 +297,7 @@ public function action_in_widget_form( $widget, $return, $instance ) {
*
* @since 0.1.0
* @since 1.2.0 Add `filter_` prefix.
* @since 1.2.1 sanitize_text_field() to ensure same validation as default widget title.
* @access public
*
* @param array $instance
Expand Down

0 comments on commit 87fc631

Please sign in to comment.