Version Description
- 03/31/2017 =
- Tested on WP 4.7.3 with success!
- Fix broken links in plugins meta
Download this release
Release Info
Developer | briKou |
Plugin | Re-add text underline and justify |
Version | 0.1.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.3 to 0.1.4
- re-add-underline-justify.php +3 -3
- readme.txt +6 -2
re-add-underline-justify.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://www.b-website.com/re-add-text-underline-and-justify
|
5 |
* Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7.
|
6 |
* Author: Brice Capobianco
|
7 |
-
* Version: 0.1.
|
8 |
* Author URI: https://www.b-website.com/
|
9 |
* Domain Path: /langs
|
10 |
* Text Domain: re-add-underline-justify
|
@@ -43,8 +43,8 @@ if ( !defined( 'ABSPATH' ) ) {
|
|
43 |
function ratb_meta_links( $links, $file ) {
|
44 |
|
45 |
if ( $file === 're-add-underline-justify/re-add-underline-justify.php' ) {
|
46 |
-
$paypalDonate = 'https://
|
47 |
-
$links[] = '<a href="
|
48 |
$links[] = '<a href="' . $paypalDonate . '" target="_blank" title="' . __( 'Donate to this plugin »' ) . '"><strong>' . __( 'Donate to this plugin »' ) . '</strong></a>';
|
49 |
}
|
50 |
return $links;
|
4 |
* Plugin URI: https://www.b-website.com/re-add-text-underline-and-justify
|
5 |
* Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7.
|
6 |
* Author: Brice Capobianco
|
7 |
+
* Version: 0.1.4
|
8 |
* Author URI: https://www.b-website.com/
|
9 |
* Domain Path: /langs
|
10 |
* Text Domain: re-add-underline-justify
|
43 |
function ratb_meta_links( $links, $file ) {
|
44 |
|
45 |
if ( $file === 're-add-underline-justify/re-add-underline-justify.php' ) {
|
46 |
+
$paypalDonate = 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8';
|
47 |
+
$links[] = '<a href="https://www.b-website.com/category/plugins" target="_blank" title="' . __( 'More b*web Plugins', 'simple-revisions-delete' ) . '">'. __( 'More b*web Plugins', 'simple-revisions-delete' ) .'</a>';
|
48 |
$links[] = '<a href="' . $paypalDonate . '" target="_blank" title="' . __( 'Donate to this plugin »' ) . '"><strong>' . __( 'Donate to this plugin »' ) . '</strong></a>';
|
49 |
}
|
50 |
return $links;
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: briKou
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8
|
4 |
Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor
|
5 |
Requires at least: 4.7
|
6 |
-
Tested up to: 4.7
|
7 |
-
Stable tag: 0.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -61,6 +61,10 @@ Just go to Settings -> Writing and select the option you want under "Editor styl
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
|
|
64 |
= 0.1.3 - 01/14/2016 =
|
65 |
* Added the fourth option to only re-add justify button (push methode)
|
66 |
* Push non standard button to the end of the buttons lines for the third option. This prevent from removing extra buttons added by other plugins.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7Z6YVM63739Y8
|
4 |
Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor
|
5 |
Requires at least: 4.7
|
6 |
+
Tested up to: 4.7.3
|
7 |
+
Stable tag: 0.1.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 0.1.4 - 03/31/2017 =
|
65 |
+
* Tested on WP 4.7.3 with success!
|
66 |
+
* Fix broken links in plugins meta
|
67 |
+
|
68 |
= 0.1.3 - 01/14/2016 =
|
69 |
* Added the fourth option to only re-add justify button (push methode)
|
70 |
* Push non standard button to the end of the buttons lines for the third option. This prevent from removing extra buttons added by other plugins.
|