Changeset 1446857
- Timestamp:
- 06/30/2016 09:48:54 PM (10 years ago)
- Location:
- site-setup-wizard
- Files:
-
- 37 added
- 1 deleted
- 4 edited
-
tags/1.5.1 (added)
-
tags/1.5.1/admin (added)
-
tags/1.5.1/admin/create_new_site.php (added)
-
tags/1.5.1/admin/ssw_activate.php (added)
-
tags/1.5.1/admin/ssw_analytics_page.php (added)
-
tags/1.5.1/admin/ssw_breadcrumb_text.php (added)
-
tags/1.5.1/admin/ssw_cancel_skip_button.php (added)
-
tags/1.5.1/admin/ssw_default_options.php (added)
-
tags/1.5.1/admin/ssw_options_page.php (added)
-
tags/1.5.1/admin/ssw_save_options.php (added)
-
tags/1.5.1/admin/step1_process.php (added)
-
tags/1.5.1/admin/step2_process.php (added)
-
tags/1.5.1/admin/step3_process.php (added)
-
tags/1.5.1/admin/step4_process.php (added)
-
tags/1.5.1/admin/user_notification.php (added)
-
tags/1.5.1/css (added)
-
tags/1.5.1/css/ssw-media.css (added)
-
tags/1.5.1/css/ssw-style-admin.css (added)
-
tags/1.5.1/css/ssw-style.css (added)
-
tags/1.5.1/images (added)
-
tags/1.5.1/images/add_new_icon.png (added)
-
tags/1.5.1/images/add_new_icon@5x.png (added)
-
tags/1.5.1/images/icon.png (added)
-
tags/1.5.1/images/icon@5x.png (added)
-
tags/1.5.1/js (added)
-
tags/1.5.1/js/ssw-main.js (added)
-
tags/1.5.1/js/ssw-options.js (added)
-
tags/1.5.1/license.txt (added)
-
tags/1.5.1/readme.txt (added)
-
tags/1.5.1/site-setup-wizard.php (added)
-
tags/1.5.1/uninstall.php (added)
-
tags/1.5.1/wizard (added)
-
tags/1.5.1/wizard/finish.php (added)
-
tags/1.5.1/wizard/step1.php (added)
-
tags/1.5.1/wizard/step2.php (added)
-
tags/1.5.1/wizard/step3.php (added)
-
tags/1.5.1/wizard/step4.php (added)
-
trunk/README.md (deleted)
-
trunk/css/ssw-style.css (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/site-setup-wizard.php (modified) (2 diffs)
-
trunk/wizard/finish.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
site-setup-wizard/trunk/css/ssw-style.css
r1446127 r1446857 237 237 .ssw-themes-screenshot { 238 238 display: block; 239 max-width: 100%; 239 240 } 240 241 .ssw-themes-screenshot:hover { -
site-setup-wizard/trunk/readme.txt
r1446127 r1446857 1 1 === Site Setup Wizard === 2 2 Contributors: shahneel 3 Tags: plugin, multisite, site , setup,wizard, site registration, site creation, create site, wp-signup3 Tags: plugin, multisite, site setup wizard, site registration, site creation, create site, wp-signup 4 4 Requires at least: 4.0 5 5 Tested up to: 4.5.3 … … 41 41 * Allows super admins to configure text displayed on all steps 42 42 * Allows super admins to decide whether user should be able to select privacy or not 43 43 * Registers option 'nsd_ssw_site_type' with Site Type value for every site created 44 * Registers option 'nsd_ssw_user_role' with Admin's User Role value from main site in newly created site's option table 45 * Option to map wordpress user role with Site Setup Wizard user roles (Currently in beta) 44 46 45 47 = Coming soon = 46 48 * A step in wizard to Add New Users to their site while creating it 47 * Option to map wordpress user role with Site Setup Wizard user roles48 49 * Integrate with WPMU New Blog Template 49 * Register option with Site Type value on per site basis to display modify wordpress admin area based on their site type50 50 51 51 Please check Screenshots for more information. 52 53 52 54 53 == Installation == … … 74 73 == Upgrade Notice == 75 74 75 = 1.5.2 = 76 Added new feature. Fixed CSS issue on Theme page in Network Admin dashboard. 77 76 78 = 1.5.1 = 77 79 Bug fixes. … … 157 159 158 160 == Changelog == 161 = 1.5.2 = 162 * Added new feature to save admin's user role while creating new site. [Issue #28](https://github.com/neelakansha85/site-setup-wizard/issues/28) 163 * Fixes CSS issue for Theme page in Network Admin Dashboard.[Issue #29](https://github.com/neelakansha85/site-setup-wizard/issues/29) 164 159 165 = 1.5.1 = 160 166 * Fixes error message being displayed on Features page while returning from Themes page using Back button. -
site-setup-wizard/trunk/site-setup-wizard.php
r1446127 r1446857 7 7 * Author URI: http://neelshah.info 8 8 * License: GPL2 9 * Version: 1.5. 19 * Version: 1.5.2 10 10 */ 11 11 … … 26 26 define('SSW_THEMES_LIST_FOR_DATABASE', 'nsd_ssw_themes_list'); 27 27 define('SSW_SITE_TYPE_KEY', 'nsd_ssw_site_type'); 28 define('SSW_USER_ROLE_KEY', 'nsd_ssw_user_role'); 28 29 define('SSW_VERSION_KEY', 'nsd_ssw_version'); 29 define('SSW_VERSION_NUM', '1.5. 1');30 define('SSW_VERSION_NUM', '1.5.2'); 30 31 31 32 -
site-setup-wizard/trunk/wizard/finish.php
r1446127 r1446857 36 36 } 37 37 38 // Get admin's user role on main site 39 switch_to_blog(1); 40 $admin_info = get_userdata($admin_user_id); 41 restore_current_blog(); 42 38 43 // Check if there is there is any valid data for the site to be updated */ 39 44 if($new_blog_id != '') { … … 60 65 // Add new option for Site Type 61 66 update_option(SSW_SITE_TYPE_KEY, $site_type); 67 68 //Add new option for saving User Role 69 update_option(SSW_USER_ROLE_KEY, $admin_info->roles); 62 70 63 71 // Restore to original blog it came from before switch_to_blog()
Note: See TracChangeset
for help on using the changeset viewer.