Plugin Directory

Changeset 490655


Ignore:
Timestamp:
01/16/2012 05:05:07 PM (14 years ago)
Author:
ichurakov
Message:
 
Location:
stop-sopa
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • stop-sopa/trunk/readme.txt

    r490263 r490655  
    77Requires at least: 3.0
    88Tested up to: 3.3.1
    9 Stable tag: 1.04
     9Stable tag: 1.05
    1010
    1111This plugin adds small protest box to your website and switch it to "Blackout Day" mode.
     
    1313== Description ==
    1414
    15 The plugin adds small protest box to your website. By default it's collapsed, but once clicked, the box appears.
     15The plugin adds small protest box to your website. By default it's collapsed, but once clicked, the "Stop SOPA" box appears.
    1616
    17 On settings page you can specify the position of the protest box: either at the right bottom corner or at the middle right side.
     17On settings page you can specify the position of the protest box: either at the right bottom corner or at the middle right edge.
    1818You also can turn on/off "Blackout Day" option. In this case website will show black screen (click demo link below to view the screenshot) and return 503 status (no problems with search engines) on 18th January 2012, 8:00AM - 8:00PM (server time).
    1919
     
    3737== Changelog ==
    3838
    39 = 1.04 =
     39= 1.05 =
    4040* Typos fixed
     41* Default settings changed
    4142
    4243= 1.01 =
     
    5051== Upgrade Notice ==
    5152
    52 = 1.04 =
     53= 1.05 =
    5354As usually!
    5455
  • stop-sopa/trunk/stop-sopa.php

    r490135 r490655  
    44Description: SOPA breaks our internet freedom! Stop SOPA!
    55Plugin URI: http://www.icprojects.net/stop-sopa.html
    6 Version: 1.04
     6Version: 1.05
    77Author: Ivan Churakov
    88Author URI: http://www.freelancer.com/affiliates/ichurakov/
    99*/
    1010wp_enqueue_script("jquery");
    11 define('PD_VERSION', 1.04);
     11define('PD_VERSION', 1.05);
    1212
    1313class stopsopa_class
     
    3636            "version" => PD_VERSION,
    3737            "enable_blackout" => "on",
    38             "protest_position" => "bottom-right"
     38            "protest_position" => "middle-right"
    3939        );
    4040
Note: See TracChangeset for help on using the changeset viewer.