Plugin Directory


Ignore:
Timestamp:
03/31/2017 03:02:54 PM (9 years ago)
Author:
briKou
Message:

0.1.4 - 03/31/2017

  • Tested on WP 4.7.3 with success!
  • Fix broken links in plugins meta
Location:
re-add-underline-justify/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • re-add-underline-justify/trunk/re-add-underline-justify.php

    r1574588 r1626758  
    55 * Description: This very simple plugin re-adds the Editor text underline, text justify and rearrange buttons as they were before WordPress 4.7.
    66 * Author: Brice Capobianco
    7  * Version: 0.1.3
     7 * Version: 0.1.4
    88 * Author URI: https://www.b-website.com/
    99 * Domain Path: /langs
     
    4444   
    4545    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="http:// b-website.com/category/plugins" target="_blank" title="' . __( 'More b*web Plugins', 'simple-revisions-delete' ) . '">'. __( 'More b*web Plugins', 'simple-revisions-delete' ) .'</a>';
     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>';
    4848        $links[] = '<a href="' . $paypalDonate . '" target="_blank" title="' . __( 'Donate to this plugin &#187;' ) . '"><strong>' . __( 'Donate to this plugin &#187;' ) . '</strong></a>';
    4949    }
  • re-add-underline-justify/trunk/readme.txt

    r1574588 r1626758  
    44Tags: mce, editor, underline, justify, tinyMCE, 4.7, wysiwyg, visual editor
    55Requires at least: 4.7
    6 Tested up to: 4.7
    7 Stable tag: 0.1.3
     6Tested up to: 4.7.3
     7Stable tag: 0.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 0.1.4 - 03/31/2017 =
     65* Tested on WP 4.7.3 with success!
     66* Fix broken links in plugins meta
     67
    6468= 0.1.3 - 01/14/2016 =
    6569* Added the fourth option to only re-add justify button (push methode)
Note: See TracChangeset for help on using the changeset viewer.