Version Description
- Test on WordPress 5.0.
Download this release
Release Info
Developer | parallelit |
Plugin | Re-Add Text Justify Button |
Version | 0.1.3 |
Comparing to | |
See all releases |
Code changes from version 0.1.2 to 0.1.3
- re-add-text-justify-button.php +1 -1
- readme.txt +5 -2
re-add-text-justify-button.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://github.com/salvatorecordiano/re-add-text-justify-button/
|
5 |
* Description: The most simple plugin to re-add text justify button in the WYSIWYG on WordPress 4.7+
|
6 |
* Author: Salvatore Cordiano
|
7 |
-
* Version: 0.1.
|
8 |
* Author URI: https://www.salvatorecordiano.it/
|
9 |
*/
|
10 |
|
4 |
* Plugin URI: https://github.com/salvatorecordiano/re-add-text-justify-button/
|
5 |
* Description: The most simple plugin to re-add text justify button in the WYSIWYG on WordPress 4.7+
|
6 |
* Author: Salvatore Cordiano
|
7 |
+
* Version: 0.1.3
|
8 |
* Author URI: https://www.salvatorecordiano.it/
|
9 |
*/
|
10 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: parallelit
|
3 |
Tags: justify, mce, tiny mce, wysiwyg
|
4 |
Requires at least: 4.7
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 0.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -23,6 +23,9 @@ This section describes how to install the plugin and get it working.
|
|
23 |
|
24 |
== Changelog ==
|
25 |
|
|
|
|
|
|
|
26 |
= 0.1.2 =
|
27 |
* Test on WordPress 4.9.
|
28 |
|
2 |
Contributors: parallelit
|
3 |
Tags: justify, mce, tiny mce, wysiwyg
|
4 |
Requires at least: 4.7
|
5 |
+
Tested up to: 5.0
|
6 |
+
Stable tag: 0.1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
23 |
|
24 |
== Changelog ==
|
25 |
|
26 |
+
= 0.1.3 =
|
27 |
+
* Test on WordPress 5.0.
|
28 |
+
|
29 |
= 0.1.2 =
|
30 |
* Test on WordPress 4.9.
|
31 |
|