Plugin Directory

Changeset 1090874


Ignore:
Timestamp:
02/16/2015 01:53:22 AM (11 years ago)
Author:
grabimo
Message:

fixed quick tag

Location:
wp-paywall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-paywall/trunk/readme.txt

    r1004011 r1090874  
    55Requires at least: 3.0.1
    66Tested up to: 3.8
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 1.0.1 =
     70* Fixed quick tag
     71
    6972= 1.0.0 =
    7073* Initial release
  • wp-paywall/trunk/wp-paywall-redaction.php

    r1000711 r1090874  
    2020
    2121function paywall_tinymce_addplugin( $plugin_array ) {
    22     $plugin_array ['paywall'] = plugins_url ( 'tinymce/plugins/paywall/editor_plugin.js' );
     22    $plugin_array ['paywall'] = plugins_url ( 'wp-paywall/tinymce/plugins/paywall/editor_plugin.js' );
    2323    return $plugin_array;
    2424}
  • wp-paywall/trunk/wp-paywall.php

    r1000711 r1090874  
    88 * Description: The plugin allows you to setup a paywall for your valuable posts. Contents can be redacted and only fully accessible to paid viewers.
    99
    10  * Version: 1.0.0
     10 * Version: 1.0.1
    1111
    1212 * Author: Grabimo
Note: See TracChangeset for help on using the changeset viewer.