Plugin Directory

Changeset 994534


Ignore:
Timestamp:
09/22/2014 07:45:24 AM (12 years ago)
Author:
matthias.s
Message:

Prevent Direct Access of PlugIn-File

Location:
tinymce-page-break-button
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • tinymce-page-break-button/trunk/readme.txt

    r993217 r994534  
    1 === TinyMCE Page Break Button ===
     1=== TinyMCE Page Break Button ===
    22Contributors: matthias.s
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SNSKHB5DWBNW2
     
    55Requires at least: 3.6
    66Tested up to: 4.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
    49 = 1.0 =
     49= 1.0.1 =Update: September 20, 2014
     50
     51* Prevent Direct Access of PlugIn-File.
     52
     53= 1.0.0 =
    5054Release Date: September 19, 2014
    5155
     
    5458== Upgrade Notice ==
    5559
    56 = 1.0 =
     60
     61= 1.0.1 =Update: September 20, 2014
     62
     63* Prevent Direct Access of PlugIn-File.
     64
     65= 1.0.0 =
    5766Release Date: September 19, 2014
    5867
  • tinymce-page-break-button/trunk/tinymce-page-break-button.php

    r993122 r994534  
    44     * Plugin URI: http://wordpress.org/plugins/tinymce-page-break-button/
    55     * Description: This Plugin adds a Page Break Button to TinyMCE Menu for using the Nextpage-Tag in posts
    6      * Version: 1.0.0
     6     * Version: 1.0.1
    77     * Author: Matthias Siebler
    88     * Author URI: http://www.serdev.net
     
    2727
    2828
     29    // Prevent Direct Access of this file
     30    if ( ! defined( 'ABSPATH' ) ) exit; // Exit if this file is accessed directly
     31
     32
    2933    //Add the Page Break Button to TinyMCE Menu after the More Button
    3034    function mce_page_break($mce_buttons) {
Note: See TracChangeset for help on using the changeset viewer.