Skip to content

Commit 354ce92

Browse files
committed
Version bump (1.3.2)
1 parent d5a3485 commit 354ce92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

includes/class-tinymce-clear-float.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Tinymce_Clear_Float {
6767
public function __construct() {
6868

6969
$this->plugin_name = 'tinymce-clear-float';
70-
$this->version = '1.3.1';
70+
$this->version = '1.3.2';
7171

7272
$this->load_dependencies();
7373
$this->define_admin_hooks();

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: clear, clear floats, formatting, tinymce, wordpress editor, wysiwyg
55
Requires at least: 4.6
66
Tested up to: 4.9
7-
Stable tag: 1.3.1
7+
Stable tag: 1.3.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

tinymce-clear-buttons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: TinyMCE Clear Float
1616
* Plugin URI: https://wordpress.org/plugins/tinymce-clear-buttons/
1717
* Description: Adds a button to the WordPress TinyMCE editor to clear floats.
18-
* Version: 1.3.1
18+
* Version: 1.3.2
1919
* Author: Philipp Bammes
2020
* Author URI: https://profiles.wordpress.org/tyrannous/
2121
* License: GPL-2.0+

0 commit comments

Comments
 (0)