Changeset 1675836
- Timestamp:
- 06/11/2017 08:39:36 AM (9 years ago)
- Location:
- ws-redirect-wp
- Files:
-
- 7 added
- 2 deleted
- 3 edited
- 7 copied
-
tags/1.0.1 (added)
-
tags/1.0.1/README.md (copied) (copied from ws-redirect-wp/trunk/README.md)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/index.php (copied) (copied from ws-redirect-wp/trunk/admin/index.php)
-
tags/1.0.1/admin/ws-redirect-wp-admin.php (copied) (copied from ws-redirect-wp/trunk/admin/ws-redirect-wp-admin.php) (1 diff)
-
tags/1.0.1/index.php (copied) (copied from ws-redirect-wp/trunk/index.php)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/ws-redirect-wp-et.mo (added)
-
tags/1.0.1/languages/ws-redirect-wp-et.po (added)
-
tags/1.0.1/readme.txt (copied) (copied from ws-redirect-wp/trunk/readme.txt) (2 diffs)
-
tags/1.0.1/uninstall.php (copied) (copied from ws-redirect-wp/trunk/uninstall.php)
-
tags/1.0.1/ws-redirect-wp.php (copied) (copied from ws-redirect-wp/trunk/ws-redirect-wp.php) (1 diff)
-
trunk/admin/ws-redirect-wp-admin.php (modified) (1 diff)
-
trunk/languages/ws-force-login-page-et.mo (deleted)
-
trunk/languages/ws-force-login-page-et.po (deleted)
-
trunk/languages/ws-redirect-wp-et.mo (added)
-
trunk/languages/ws-redirect-wp-et.po (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ws-redirect-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ws-redirect-wp/tags/1.0.1/admin/ws-redirect-wp-admin.php
r1675795 r1675836 34 34 <td> 35 35 <select id="active_options" name="wsredirect-wp-active-option"> 36 <option value="0"<?php if (get_option('wsredirect-wp-active-option') == '0') { echo ' selected'; } ?> >Deactivated</option>37 <option value="1"<?php if (get_option('wsredirect-wp-active-option') == '1') { echo ' selected'; } ?>> Activated</option>36 <option value="0"<?php if (get_option('wsredirect-wp-active-option') == '0') { echo ' selected'; } ?><?php _e('Deactivated') ?></option> 37 <option value="1"<?php if (get_option('wsredirect-wp-active-option') == '1') { echo ' selected'; } ?>><?php _e('Activated') ?></option> 38 38 </select> 39 39 </td> -
ws-redirect-wp/tags/1.0.1/readme.txt
r1675795 r1675836 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8 6 Stable tag: 2.4.66 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 1.0.1 = 37 38 Estonian translation added 39 36 40 = 1.0 = 37 41 -
ws-redirect-wp/tags/1.0.1/ws-redirect-wp.php
r1675795 r1675836 4 4 * Plugin URI: http://www.silvermuru.ee/en/wordpress/plugins/ws-redirect-wp/ 5 5 * Description: Redirecting web page visitor to external page 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: WebShark 8 8 * Author URI: https://www.webshark.ee/ -
ws-redirect-wp/trunk/admin/ws-redirect-wp-admin.php
r1675795 r1675836 34 34 <td> 35 35 <select id="active_options" name="wsredirect-wp-active-option"> 36 <option value="0"<?php if (get_option('wsredirect-wp-active-option') == '0') { echo ' selected'; } ?> >Deactivated</option>37 <option value="1"<?php if (get_option('wsredirect-wp-active-option') == '1') { echo ' selected'; } ?>> Activated</option>36 <option value="0"<?php if (get_option('wsredirect-wp-active-option') == '0') { echo ' selected'; } ?><?php _e('Deactivated') ?></option> 37 <option value="1"<?php if (get_option('wsredirect-wp-active-option') == '1') { echo ' selected'; } ?>><?php _e('Activated') ?></option> 38 38 </select> 39 39 </td> -
ws-redirect-wp/trunk/readme.txt
r1675795 r1675836 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8 6 Stable tag: 2.4.66 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 1.0.1 = 37 38 Estonian translation added 39 36 40 = 1.0 = 37 41 -
ws-redirect-wp/trunk/ws-redirect-wp.php
r1675795 r1675836 4 4 * Plugin URI: http://www.silvermuru.ee/en/wordpress/plugins/ws-redirect-wp/ 5 5 * Description: Redirecting web page visitor to external page 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: WebShark 8 8 * Author URI: https://www.webshark.ee/
Note: See TracChangeset
for help on using the changeset viewer.