Plugin Directory

Changeset 2465737


Ignore:
Timestamp:
01/31/2021 04:05:02 AM (5 years ago)
Author:
themexa
Message:

v2.9.1 - Advanced Pro Features Display Added

Location:
secure-file-manager/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • secure-file-manager/trunk/includes/admin.php

    r2465565 r2465737  
    2121    $sfm_file_manager = add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );
    2222
    23     global $sfm_settings;
    24     $sfm_settings = add_submenu_page(
     23    global $sfm_access_control;
     24    $sfm_access_control = add_submenu_page(
    2525        $menu_slug,
    2626        __( 'Settings', 'secure-file-manager' ),
    2727        __( 'Settings', 'secure-file-manager' ),
    2828        'administrator',
     29        'sfm_access_control',
     30        'sfm_access_control_display'
     31    );
     32
     33    global $sfm_settings;
     34    $sfm_settings = add_submenu_page(
     35        $menu_slug,
     36        __( 'Advanced Settings', 'secure-file-manager' ),
     37        __( 'Advanced Settings', 'secure-file-manager' ),
     38        'administrator',
    2939        'sfm_settings',
    3040        'sfm_settings_display'
    3141    );
    32 
    33     global $sfm_access_control;
    34     $sfm_access_control = add_submenu_page(
    35         $menu_slug,
    36         __( 'Access Control', 'secure-file-manager' ),
    37         __( 'Access Control', 'secure-file-manager' ),
    38         'administrator',
    39         'sfm_access_control',
    40         'sfm_access_control_display'
    41     );
    4242}
    4343
     
    4545function secure_file_manager_settings_link( $actions ){
    4646
    47     array_unshift( $actions, '<a href="'. esc_url( get_admin_url(null, 'admin.php?page=sfm_settings') ) .'">Settings</a>' );
     47    array_unshift( $actions, '<a href="'. esc_url( get_admin_url(null, 'admin.php?page=sfm_access_control') ) .'">Settings</a>' );
    4848    array_unshift( $actions, '<b><a href="'. esc_url( 'https://themexa.com/secure-file-manager-pro') .'" target="_blank">Get Pro</a></b>' );
    4949    return $actions;
     
    108108                    <div class="jumbotron" style="background-image: url( <?php echo plugin_dir_url( dirname( __FILE__ ) ); ?>assets/images/tinypixi_pluginman_head.png ); ">
    109109                        <h1 class="display-3"><?php _e( 'Secure File Manager', 'secure-file-manager' ); ?></h1>
    110                         <p class="lead"><?php _e( 'Access Control', 'bwpse' ); ?></p>
     110                        <p class="lead"><?php _e( 'Settings', 'bwpse' ); ?></p>
    111111                    </div>
    112112                </div>
     
    189189                    <div class="jumbotron" style="background-image: url( <?php echo plugin_dir_url( dirname( __FILE__ ) ); ?>assets/images/tinypixi_pluginman_head.png ); ">
    190190                        <h1 class="display-3"><?php _e( 'Secure File Manager', 'secure-file-manager' ); ?></h1>
    191                         <p class="lead"><?php _e( 'Settings', 'bwpse' ); ?></p>
     191                        <p class="lead"><?php _e( 'Advanced Pro Settings', 'bwpse' ); ?></p>
    192192                    </div>
    193193                </div>
     
    195195            <div class="row alert alert-success mb-4">
    196196                <div class="col-10 text-center pt-2">
    197                     <h5>This is a demo screenshot of the pro features. To get the pro features, get Secure File Manager Pro.</h5>
    198                 </div>
    199                 <div class="col-2">
     197                    <h5>This is a screenshot of the Advanced Pro features. To get the Advanced Pro features, get <br><a href="https://themexa.com/secure-file-manager-pro" target="_blank">"Secure File Manager Pro"</a></h5>
     198                </div>
     199                <div class="col-2 pt-3">
    200200                    <a href="https://themexa.com/secure-file-manager-pro" target="_blank">
    201201                        <button type="button" class="btn btn-primary">Get Pro</button>
     
    211211            <div class="row alert alert-success mb-4">
    212212                <div class="col-10 text-center pt-2">
    213                     <h5>This is a demo screenshot of the pro features. To get the pro features, get Secure File Manager Pro.</h5>
    214                 </div>
    215                 <div class="col-2">
     213                    <h5>This is a screenshot of the Advanced Pro features. To get the Advanced Pro features, get <br><a href="https://themexa.com/secure-file-manager-pro" target="_blank">"Secure File Manager Pro"</a></h5>
     214                </div>
     215                <div class="col-2 pt-3">
    216216                    <a href="https://themexa.com/secure-file-manager-pro" target="_blank">
    217217                        <button type="button" class="btn btn-primary">Get Pro</button>
     
    227227            <div class="row alert alert-success mb-4">
    228228                <div class="col-10 text-center pt-2">
    229                     <h5>This is a demo screenshot of the pro features. To get the pro features, get Secure File Manager Pro.</h5>
    230                 </div>
    231                 <div class="col-2">
     229                    <h5>This is a screenshot of the Advanced Pro features. To get the Advanced Pro features, get <br><a href="https://themexa.com/secure-file-manager-pro" target="_blank">"Secure File Manager Pro"</a></h5>
     230                </div>
     231                <div class="col-2 pt-3">
    232232                    <a href="https://themexa.com/secure-file-manager-pro" target="_blank">
    233233                        <button type="button" class="btn btn-primary">Get Pro</button>
     
    243243            <div class="row alert alert-success mb-4">
    244244                <div class="col-10 text-center pt-2">
    245                     <h5>This is a demo screenshot of the pro features. To get the pro features, get Secure File Manager Pro.</h5>
    246                 </div>
    247                 <div class="col-2">
     245                    <h5>This is a screenshot of the Advanced Pro features. To get the Advanced Pro features, get <br><a href="https://themexa.com/secure-file-manager-pro" target="_blank">"Secure File Manager Pro"</a></h5>
     246                </div>
     247                <div class="col-2 pt-3">
    248248                    <a href="https://themexa.com/secure-file-manager-pro" target="_blank">
    249249                        <button type="button" class="btn btn-primary">Get Pro</button>
  • secure-file-manager/trunk/readme.txt

    r2465565 r2465737  
    66Tested up to: 5.6
    77Requires PHP: 7.1
    8 Stable tag: 2.9
     8Stable tag: 2.9.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    162162* Settings and Other Plugin Links Added
    163163
     164= 2.9.1 =
     165* Advanced Pro Features Display Added
     166
    164167== Upgrade Notice ==
    165168= 1.0 =
  • secure-file-manager/trunk/secure-file-manager.php

    r2465565 r2465737  
    33/**
    44 * @package Secure File Manager
    5  * @version 2.9
     5 * @version 2.9.1
    66 */
    77
     
    1111Description: Most Beautiful and Secure WordPress File Manager
    1212Author: Themexa
    13 Version: 2.9
     13Version: 2.9.1
    1414Author URI: https://www.themexa.com
    1515License: GPL2
     
    2525 * Current plugin version.
    2626 */
    27 define( 'secure-file-manager', '2.9' );
     27define( 'secure-file-manager', '2.9.1' );
    2828
    2929/**
Note: See TracChangeset for help on using the changeset viewer.