Changeset 490655
- Timestamp:
- 01/16/2012 05:05:07 PM (14 years ago)
- Location:
- stop-sopa
- Files:
-
- 12 added
- 2 edited
-
tags/1.05 (added)
-
tags/1.05/arrow_down.png (added)
-
tags/1.05/arrow_left.png (added)
-
tags/1.05/arrow_right.png (added)
-
tags/1.05/arrow_up.png (added)
-
tags/1.05/blackout.png (added)
-
tags/1.05/close.png (added)
-
tags/1.05/readme.txt (added)
-
tags/1.05/stop-sopa.php (added)
-
tags/1.05/stopsopa-v.png (added)
-
tags/1.05/stopsopa.png (added)
-
tags/1.05/style.css (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/stop-sopa.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stop-sopa/trunk/readme.txt
r490263 r490655 7 7 Requires at least: 3.0 8 8 Tested up to: 3.3.1 9 Stable tag: 1.0 49 Stable tag: 1.05 10 10 11 11 This plugin adds small protest box to your website and switch it to "Blackout Day" mode. … … 13 13 == Description == 14 14 15 The plugin adds small protest box to your website. By default it's collapsed, but once clicked, the box appears.15 The plugin adds small protest box to your website. By default it's collapsed, but once clicked, the "Stop SOPA" box appears. 16 16 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.17 On settings page you can specify the position of the protest box: either at the right bottom corner or at the middle right edge. 18 18 You 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). 19 19 … … 37 37 == Changelog == 38 38 39 = 1.0 4=39 = 1.05 = 40 40 * Typos fixed 41 * Default settings changed 41 42 42 43 = 1.01 = … … 50 51 == Upgrade Notice == 51 52 52 = 1.0 4=53 = 1.05 = 53 54 As usually! 54 55 -
stop-sopa/trunk/stop-sopa.php
r490135 r490655 4 4 Description: SOPA breaks our internet freedom! Stop SOPA! 5 5 Plugin URI: http://www.icprojects.net/stop-sopa.html 6 Version: 1.0 46 Version: 1.05 7 7 Author: Ivan Churakov 8 8 Author URI: http://www.freelancer.com/affiliates/ichurakov/ 9 9 */ 10 10 wp_enqueue_script("jquery"); 11 define('PD_VERSION', 1.0 4);11 define('PD_VERSION', 1.05); 12 12 13 13 class stopsopa_class … … 36 36 "version" => PD_VERSION, 37 37 "enable_blackout" => "on", 38 "protest_position" => " bottom-right"38 "protest_position" => "middle-right" 39 39 ); 40 40
Note: See TracChangeset
for help on using the changeset viewer.