Plugin Directory

Changeset 1716192


Ignore:
Timestamp:
08/19/2017 07:03:34 AM (9 years ago)
Author:
userplus
Message:

commit message here

Location:
userplus
Files:
5 added
6 edited

Legend:

Unmodified
Added
Removed
  • userplus/trunk/admin/admin.php

    r1627779 r1716192  
    2020       
    2121        function add_admin_menu(){
    22             add_menu_page( __('UserPlus', $this->slug), __('UserPlus', $this->slug), 'manage_options', $this->slug, array(&$this, 'admin_page'), 'dashicons-admin-users', '9');
     22            add_menu_page( __('UserPlus', $this->slug), __('UserPlus', $this->slug), 'manage_options', $this->slug, array(&$this, 'admin_page'), 'dashicons-admin-users', '127');
    2323            add_submenu_page( $this->slug, __('Forms', $this->slug), __('Forms', $this->slug), 'manage_options', 'edit.php?post_type=userplus_form', '', '' );
    2424        }
     
    9494            $reset=new USERPLUSInitialSetup;
    9595            $reset->initial_setup($reset="1");
    96             echo '<div class="updated"><p><strong>'.sprintf(__('Reset form to default','userplus'), $i).'</strong></p></div>';
     96            echo '<div class="updated"><p><strong>'.sprintf(__('Reset form to default','userpro'), $i).'</strong></p></div>';
    9797
    9898            }
  • userplus/trunk/admin/dashboard/settings.php

    r1627779 r1716192  
    3232
    3333    <!--<tr valign="top">
    34         <th scope="row"><label><?php _e('Reset All Forms to Default','userplus'); ?></label></th>
     34        <th scope="row"><label><?php _e('Reset All Forms to Default','userpro'); ?></label></th>
    3535        <td>
    36             <a href="admin.php?page=userplus&userplus_action=reset_all_form" class="button"><?php _e('Clear Members Cache','userplus'); ?></a>
     36            <a href="admin.php?page=userplus&userplus_action=reset_all_form" class="button"><?php _e('Clear Members Cache','userpro'); ?></a>
    3737                       
    3838        </td>
  • userplus/trunk/functions/initial_setup.php

    r1627779 r1716192  
    1717
    1818
    19         $pages = get_option('userplus_pages');
     19        $pages = get_option('userpro_pages');
    2020       
    2121        /* Rebuild */
    2222        if ($reset) {
    2323       
    24             // delete existing pages for userplus
     24            // delete existing pages for userpro
    2525            if (isset($pages) && is_array($pages)){
    2626                foreach( $pages as $page_id ) {
     
    3030           
    3131            // delete from DB
    32             delete_option('userplus_pages');
     32            delete_option('userpro_pages');
    3333       
    3434        }
  • userplus/trunk/readme.txt

    r1627771 r1716192  
    1 ===  User registration & user profile -UserPlus ===
     1=== User registration & user profile – UserPlus ===
    22Contributors: UserPlus
    33Tags:login,  user registration, user registration form, user fields, extra user fields, edit profile, user custom fields, front-end login, front-end edit profile, front-end user registration, email confirmation, login form,profile builder,user, users, user fields, user profile, user-profile,form builder
    44
    55Requires at least: 3.3
    6 Tested up to: 4.7.3
     6Tested up to: 4.8.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104= Translations =
    105105* English
    106 
    107 
    108 
    109 = Screenshots =
    110 
    111 
    112 = Documentation =
    113 
    114 
    115 /li>
    116106</ul>
    117107
     
    127117
    128118== Screenshots ==
    129 
    130 1. screenshot-1.jpg
    131 2. screenshot-2.jpg
    132 3. screenshot-3.jpg
    133 4. screenshot-4.jpg
    134 5. screenshot-5.jpg
    135 6. screenshot-6.jpg
     1191. screenshot-1.png
     1202. screenshot-2.png
     1213. screenshot-3.png
     1224. screenshot-4.png
     1235. screenshot-5.png
    136124
    137125
     
    139127
    140128== Changelog ==
     129= 2.0 =
     130* Ui issue fixed
     131
    141132= 1.1 =
    142133* Fixed Bug
  • userplus/trunk/userplus.php

    r1627771 r1716192  
    44Plugin URI:
    55Description:The easiest way to create beautiful user profiles with WordPress
    6 Version: 1.1
     6Version: 2.0
    77Author:userplus
    88Author URI:
Note: See TracChangeset for help on using the changeset viewer.