Plugin Directory

Changeset 1924072


Ignore:
Timestamp:
08/13/2018 12:35:34 PM (8 years ago)
Author:
dunhakdis
Message:

Maintenance Update

Location:
subway
Files:
43 added
4 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • subway/trunk/README.md

    r1906793 r1924072  
    1313The plugin has settings inside the Administration Panel (‘Settings’ > 'Subway') that allows you to configure where you want the user to be taken after he/she has successfully logged in, this can be a page, a custom URL, or just the default behavior.
    1414
    15 <strong>Current Version: 2.1.2</strong>
     15<strong>Current Version: 2.1.3</strong>
    1616
    1717<h4><strong>Screenshots</strong></h4>
  • subway/trunk/admin-settings.php

    r1897930 r1924072  
    139139                'args'  => array(
    140140                    'label_for' => 'subway_redirect_type',
    141                     'class'     => 'subway_redirect_type-option ' . $hidden_class,
     141                    'class'     => 'subway_redirect_type-option ',
    142142                ),
    143143            ),
     
    150150                'args'  => array(
    151151                    'label_for' => 'subway_redirect_wp_admin',
    152                     'class'     => 'subway_redirect_wp_admin-option ' . $hidden_class,
     152                    'class'     => 'subway_redirect_wp_admin-option ',
    153153                ),
    154154            ),
  • subway/trunk/assets/js/settings.js

    r1898183 r1924072  
    1919
    2020    var $elements_affected = [
    21         '.subway_redirect_options_title',
    2221        '.subway_public_post_deprecated-option',
    23         '.subway_redirect_type-option',
    24         '.subway_redirect_wp_admin-option'
    2522    ];
    2623
     
    4441
    4542    function subway_toggle_use_default() {
    46 
     43       
    4744        if( $('#subway_use_default').is(':checked')) {
    4845
  • subway/trunk/classes/subway-metabox.php

    r1906793 r1924072  
    169169            </div>
    170170            <script>
    171                 jQuery(document).ready(function(){
     171                jQuery(document).ready(function($){
    172172                    'use strict';
    173173                    if ( $('#subway-visibility-private').is(':checked') ) {
  • subway/trunk/readme.txt

    r1906793 r1924072  
    55Requires at least: 4.0
    66Tested up to: 5.0
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPL
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • subway/trunk/settings-fields/field-subway-lock-wp-admin.php

    r1897930 r1924072  
    1919    <p class="description">
    2020        <?php
    21             echo sprintf( __( "In case, you were locked out. Use the link below to bypass the log-in page and go directly
     21            echo sprintf( __( "In case you were locked out. Use the link below to bypass the log-in page and go directly
    2222            to your website's wp-login URL (http://yoursiteurl.com/wp-login.php): <strong class='subway-settings-text-notice'>%s</strong>", 'subway' ), site_url( 'wp-login.php?no_redirect=true' ) );
    2323        ?>
  • subway/trunk/subway.php

    r1906793 r1924072  
    33 * Plugin Name: Subway
    44 * Description: Subway is a plugin for WordPress that allows you hide the content of your website to non-logged in visitors and only displays them to logged in users. This plugin redirects the users to the provided login page with a login form that allows them to type their username/email and password combination.
    5  * Version: 2.1.2
     5 * Version: 2.1.3
    66 * Author: Dunhakdis
    77 * Author URI: http://dunhakdis.com
Note: See TracChangeset for help on using the changeset viewer.