Changeset 1924072
- Timestamp:
- 08/13/2018 12:35:34 PM (8 years ago)
- Location:
- subway
- Files:
-
- 43 added
- 4 deleted
- 7 edited
-
tags/2.1.3 (added)
-
tags/2.1.3/.sensiolabs.yml (added)
-
tags/2.1.3/README.md (added)
-
tags/2.1.3/admin-settings.php (added)
-
tags/2.1.3/assets (added)
-
tags/2.1.3/assets/css (added)
-
tags/2.1.3/assets/css/settings.css (added)
-
tags/2.1.3/assets/css/subway.css (added)
-
tags/2.1.3/assets/js (added)
-
tags/2.1.3/assets/js/settings.js (added)
-
tags/2.1.3/assets/js/subway.js (added)
-
tags/2.1.3/classes (added)
-
tags/2.1.3/classes/subway-auth-redirect.php (added)
-
tags/2.1.3/classes/subway-enqueue.php (added)
-
tags/2.1.3/classes/subway-helpers.php (added)
-
tags/2.1.3/classes/subway-metabox.php (added)
-
tags/2.1.3/classes/subway-options.php (added)
-
tags/2.1.3/classes/subway-page-redirect.php (added)
-
tags/2.1.3/i18.php (added)
-
tags/2.1.3/languages (added)
-
tags/2.1.3/languages/subway-en_US.mo (added)
-
tags/2.1.3/languages/subway-en_US.po (added)
-
tags/2.1.3/languages/subway-fr_FR.mo (added)
-
tags/2.1.3/languages/subway-fr_FR.po (added)
-
tags/2.1.3/languages/subway-tl_PH.mo (added)
-
tags/2.1.3/languages/subway-tl_PH.po (added)
-
tags/2.1.3/languages/subway.pot (added)
-
tags/2.1.3/readme.txt (added)
-
tags/2.1.3/screenshot-1.jpg (added)
-
tags/2.1.3/screenshot-2.jpg (added)
-
tags/2.1.3/screenshot-3.jpg (added)
-
tags/2.1.3/settings-fields (added)
-
tags/2.1.3/settings-fields/field-subway-is-public-form.php (added)
-
tags/2.1.3/settings-fields/field-subway-lock-wp-admin.php (added)
-
tags/2.1.3/settings-fields/field-subway-login-page-form.php (added)
-
tags/2.1.3/settings-fields/field-subway-public-post.php (added)
-
tags/2.1.3/settings-fields/field-subway-redirect-option-form.php (added)
-
tags/2.1.3/shortcodes (added)
-
tags/2.1.3/shortcodes/subway-shortcodes.php (added)
-
tags/2.1.3/subway.php (added)
-
tags/2.1.3/templates (added)
-
tags/2.1.3/templates/login-form-lost-password.php (added)
-
tags/2.1.3/templates/login-form.php (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/admin-settings.php (modified) (2 diffs)
-
trunk/assets/js/settings.js (modified) (2 diffs)
-
trunk/classes/subway-metabox.php (modified) (1 diff)
-
trunk/languages/en_US.mo (deleted)
-
trunk/languages/en_US.po (deleted)
-
trunk/languages/fr_FR.mo (deleted)
-
trunk/languages/fr_FR.po (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/settings-fields/field-subway-lock-wp-admin.php (modified) (1 diff)
-
trunk/subway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subway/trunk/README.md
r1906793 r1924072 13 13 The 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. 14 14 15 <strong>Current Version: 2.1. 2</strong>15 <strong>Current Version: 2.1.3</strong> 16 16 17 17 <h4><strong>Screenshots</strong></h4> -
subway/trunk/admin-settings.php
r1897930 r1924072 139 139 'args' => array( 140 140 'label_for' => 'subway_redirect_type', 141 'class' => 'subway_redirect_type-option ' . $hidden_class,141 'class' => 'subway_redirect_type-option ', 142 142 ), 143 143 ), … … 150 150 'args' => array( 151 151 'label_for' => 'subway_redirect_wp_admin', 152 'class' => 'subway_redirect_wp_admin-option ' . $hidden_class,152 'class' => 'subway_redirect_wp_admin-option ', 153 153 ), 154 154 ), -
subway/trunk/assets/js/settings.js
r1898183 r1924072 19 19 20 20 var $elements_affected = [ 21 '.subway_redirect_options_title',22 21 '.subway_public_post_deprecated-option', 23 '.subway_redirect_type-option',24 '.subway_redirect_wp_admin-option'25 22 ]; 26 23 … … 44 41 45 42 function subway_toggle_use_default() { 46 43 47 44 if( $('#subway_use_default').is(':checked')) { 48 45 -
subway/trunk/classes/subway-metabox.php
r1906793 r1924072 169 169 </div> 170 170 <script> 171 jQuery(document).ready(function( ){171 jQuery(document).ready(function($){ 172 172 'use strict'; 173 173 if ( $('#subway-visibility-private').is(':checked') ) { -
subway/trunk/readme.txt
r1906793 r1924072 5 5 Requires at least: 4.0 6 6 Tested up to: 5.0 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
subway/trunk/settings-fields/field-subway-lock-wp-admin.php
r1897930 r1924072 19 19 <p class="description"> 20 20 <?php 21 echo sprintf( __( "In case ,you were locked out. Use the link below to bypass the log-in page and go directly21 echo sprintf( __( "In case you were locked out. Use the link below to bypass the log-in page and go directly 22 22 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' ) ); 23 23 ?> -
subway/trunk/subway.php
r1906793 r1924072 3 3 * Plugin Name: Subway 4 4 * 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. 25 * Version: 2.1.3 6 6 * Author: Dunhakdis 7 7 * Author URI: http://dunhakdis.com
Note: See TracChangeset
for help on using the changeset viewer.