Plugin Directory

Changeset 1675836


Ignore:
Timestamp:
06/11/2017 08:39:36 AM (9 years ago)
Author:
silvermuru
Message:

1.0.1 with Estonian translation added

Location:
ws-redirect-wp
Files:
7 added
2 deleted
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • ws-redirect-wp/tags/1.0.1/admin/ws-redirect-wp-admin.php

    r1675795 r1675836  
    3434                    <td>
    3535                        <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>
    3838                        </select>
    3939                    </td>
  • ws-redirect-wp/tags/1.0.1/readme.txt

    r1675795 r1675836  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 2.4.6
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 1.0.1 =
     37
     38Estonian translation added
     39
    3640= 1.0 =
    3741
  • ws-redirect-wp/tags/1.0.1/ws-redirect-wp.php

    r1675795 r1675836  
    44* Plugin URI: http://www.silvermuru.ee/en/wordpress/plugins/ws-redirect-wp/
    55* Description: Redirecting web page visitor to external page
    6 * Version: 1.0.0
     6* Version: 1.0.1
    77* Author: WebShark
    88* Author URI: https://www.webshark.ee/
  • ws-redirect-wp/trunk/admin/ws-redirect-wp-admin.php

    r1675795 r1675836  
    3434                    <td>
    3535                        <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>
    3838                        </select>
    3939                    </td>
  • ws-redirect-wp/trunk/readme.txt

    r1675795 r1675836  
    44Requires at least: 4.4
    55Tested up to: 4.8
    6 Stable tag: 2.4.6
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 1.0.1 =
     37
     38Estonian translation added
     39
    3640= 1.0 =
    3741
  • ws-redirect-wp/trunk/ws-redirect-wp.php

    r1675795 r1675836  
    44* Plugin URI: http://www.silvermuru.ee/en/wordpress/plugins/ws-redirect-wp/
    55* Description: Redirecting web page visitor to external page
    6 * Version: 1.0.0
     6* Version: 1.0.1
    77* Author: WebShark
    88* Author URI: https://www.webshark.ee/
Note: See TracChangeset for help on using the changeset viewer.