Plugin Directory

Changeset 1842584


Ignore:
Timestamp:
03/19/2018 09:13:45 AM (8 years ago)
Author:
dc5ala
Message:

Compatibility test with newer version

Location:
lineunbreaker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lineunbreaker/trunk/isa-tinymce-lineunbreaker.php

    r768882 r1842584  
    22/*
    33Plugin Name: Lineunbreaker
    4 Plugin URI: http://wordpress.org/extend/plugins/lineunbreaker/ 
     4Plugin URI: http://wordpress.org/extend/plugins/lineunbreaker/
    55Description: Removes line breaks from selected text in visual editor.
    6 Version: 1.1.1
     6Version: 1.2
    77Author: dc5ala
    88License: GPL2
    99*/
    1010
    11 /*  Copyright 2013  Andre Lohan  (email : dc5ala@darc.de)
     11/*  Copyright 2018  Andre Lohan  (email : dc5ala@darc.de)
    1212
    1313    This program is free software; you can redistribute it and/or modify
    14     it under the terms of the GNU General Public License, version 2, as 
     14    it under the terms of the GNU General Public License, version 2, as
    1515    published by the Free Software Foundation.
    1616
     
    4444        add_filter( 'mce_external_plugins', 'isa_tinymce_lineunbreaker_plugin', 999 );
    4545        add_filter( 'mce_buttons', 'isa_tinymce_lineunbreaker_buttons', 999 );
    46     }   
     46    }
    4747}
    4848add_action( 'init', 'isa_tinymce_lineunbreaker_init' );
     
    5353}
    5454add_action( 'admin_enqueue_scripts', 'isa_qtags_lineunbreaker_buttons' );
    55 
    56 ?>
  • lineunbreaker/trunk/readme.txt

    r768883 r1842584  
    11=== Lineunbreaker ===
    2 Contributors: dc5ala 
     2Contributors: dc5ala
    33Tags: tinymce, editor, newlines, linebreaks
    44Requires at least: 3.2
    5 Tested up to: 3.6
    6 Stable tag: 1.1.1
     5Tested up to: 3.9.4
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 When you copy and paste text from another source, e.g. a PDF document or the web you end up having lots of line breaks that 
    15 will mess up formatting. With this plugin you can remove those unwanted line breaks by selecting the paragraph you want to 
    16 clean in the text and click the new button "!br" in the editors toolbar. Continue doing this for each paragraph you want to 
     14When you copy and paste text from another source, e.g. a PDF document or the web you end up having lots of line breaks that
     15will mess up formatting. With this plugin you can remove those unwanted line breaks by selecting the paragraph you want to
     16clean in the text and click the new button "!br" in the editors toolbar. Continue doing this for each paragraph you want to
    1717clean.
    1818
Note: See TracChangeset for help on using the changeset viewer.