Changeset 1858363
- Timestamp:
- 04/14/2018 06:01:21 PM (8 years ago)
- Location:
- profile-tabs-for-ultimate-member
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from profile-tabs-for-ultimate-member/trunk)
-
tags/2.0.1/pp-tabs.php (modified) (2 diffs)
-
tags/2.0.1/readme.txt (modified) (3 diffs)
-
trunk/pp-tabs.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
profile-tabs-for-ultimate-member/tags/2.0.1/pp-tabs.php
r1858191 r1858363 5 5 * Description: Add custom profile tabs to your Ultimate Member site with content area and privacy settings. 6 6 * Author: PlusPlugins 7 * Version: 2.0. 07 * Version: 2.0.1 8 8 * Author URI: https://www.plusplugins.com 9 9 * Text Domain: profile-tabs-for-ultimate-member … … 13 13 define( 'PP_TABS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 14 14 define( 'PP_TABS_PLUGIN_URI', plugin_dir_url( __FILE__ ) ); 15 define( 'PP_TABS_REQUIRES', '2.0. 0' );15 define( 'PP_TABS_REQUIRES', '2.0.4' ); 16 16 17 17 require_once PP_TABS_PLUGIN_DIR . 'init.php'; -
profile-tabs-for-ultimate-member/tags/2.0.1/readme.txt
r1858192 r1858363 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TY7RLMFUCPVE4 4 4 Tags: ultimate member, ultimatemember, user profiles, tabs, profile tabs, custom tabs, user tabs, member tabs, reorder tabs, sort tabs, membership tabs, extra tabs 5 Requires at least: 4.1 6 Tested up to: 4.9.5 7 Stable tag: 2.0.0 5 Requires at least: 4.1, Ultimate Member: 2.0.4 6 Tested up to: 4.9.5, Ultimate Member: 2.0.8 7 Requires PHP: 5.6 8 Stable tag: 2.0.1 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 14 == Description == 14 15 15 **Features:** 16 Easily add custom profile tabs to your Ultimate Member user profiles. 17 18 This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) plugin. 19 20 = Features = 16 21 17 22 For each custom tab you can: 18 23 19 -Set the name and icon of the tab20 -Set the position of tab21 -Control which user roles have the tab22 -Control which user roles can see the tab23 -Make the tab private (only visible to profile owner)24 -Make the profile nav bar button redirect to a custom URL25 -Create subnavs24 * Set the name and icon of the tab 25 * Set the position of tab 26 * Control which user roles have the tab 27 * Control which user roles can see the tab 28 * Make the tab private (only visible to profile owner) 29 * Make the profile nav bar button redirect to a custom URL 30 * Create subnavs 26 31 27 32 You can also output any field that a member has added to their profile using the following shortcode: … … 33 38 `[pp-tabs field=meta_key label=1]` 34 39 35 **Pro Version** 40 = Pro Version = 36 41 37 42 Need to integrate a UM form in your custom tab? Take a look at [Ultimate Member Tabs Pro](https://plusplugins.com/downloads/ultimate-member-tabs-pro/). Split your monolithic UM profile form into neat, easy-to-navigate tabs! 38 43 39 **More UM extensions** 44 = More UM extensions = 40 45 41 46 Want to extend your Ultimate Member site even more? Visit [PlusPlugins](https://plusplugins.com) for more Ultimate Member extensions. 47 48 = Important: Upgrade Notice for 2.0.0 = 49 50 This is an overhaul of changes *without* backwards compliance to make this plugin compatible with the "Ultimate Member – User Profile & Membership Plugin version 2.0.4". Please take **backup** measures before upgrading. 51 52 = Feedback & Support = 53 54 If you like this plugin, please [rate and/or review](https://wordpress.org/support/plugin/profile-tabs-for-ultimate-member/reviews/) it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the [Support Forum](https://wordpress.org/support/plugin/profile-tabs-for-ultimate-member/) or in the [GitHub repository](https://github.com/plusplugins/profile-tabs-for-ultimate-member/issues). 42 55 43 56 == Installation == -
profile-tabs-for-ultimate-member/trunk/pp-tabs.php
r1858191 r1858363 5 5 * Description: Add custom profile tabs to your Ultimate Member site with content area and privacy settings. 6 6 * Author: PlusPlugins 7 * Version: 2.0. 07 * Version: 2.0.1 8 8 * Author URI: https://www.plusplugins.com 9 9 * Text Domain: profile-tabs-for-ultimate-member … … 13 13 define( 'PP_TABS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 14 14 define( 'PP_TABS_PLUGIN_URI', plugin_dir_url( __FILE__ ) ); 15 define( 'PP_TABS_REQUIRES', '2.0. 0' );15 define( 'PP_TABS_REQUIRES', '2.0.4' ); 16 16 17 17 require_once PP_TABS_PLUGIN_DIR . 'init.php'; -
profile-tabs-for-ultimate-member/trunk/readme.txt
r1858192 r1858363 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TY7RLMFUCPVE4 4 4 Tags: ultimate member, ultimatemember, user profiles, tabs, profile tabs, custom tabs, user tabs, member tabs, reorder tabs, sort tabs, membership tabs, extra tabs 5 Requires at least: 4.1 6 Tested up to: 4.9.5 7 Stable tag: 2.0.0 5 Requires at least: 4.1, Ultimate Member: 2.0.4 6 Tested up to: 4.9.5, Ultimate Member: 2.0.8 7 Requires PHP: 5.6 8 Stable tag: 2.0.1 8 9 License: GPLv2 or later 9 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 14 == Description == 14 15 15 **Features:** 16 Easily add custom profile tabs to your Ultimate Member user profiles. 17 18 This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) plugin. 19 20 = Features = 16 21 17 22 For each custom tab you can: 18 23 19 -Set the name and icon of the tab20 -Set the position of tab21 -Control which user roles have the tab22 -Control which user roles can see the tab23 -Make the tab private (only visible to profile owner)24 -Make the profile nav bar button redirect to a custom URL25 -Create subnavs24 * Set the name and icon of the tab 25 * Set the position of tab 26 * Control which user roles have the tab 27 * Control which user roles can see the tab 28 * Make the tab private (only visible to profile owner) 29 * Make the profile nav bar button redirect to a custom URL 30 * Create subnavs 26 31 27 32 You can also output any field that a member has added to their profile using the following shortcode: … … 33 38 `[pp-tabs field=meta_key label=1]` 34 39 35 **Pro Version** 40 = Pro Version = 36 41 37 42 Need to integrate a UM form in your custom tab? Take a look at [Ultimate Member Tabs Pro](https://plusplugins.com/downloads/ultimate-member-tabs-pro/). Split your monolithic UM profile form into neat, easy-to-navigate tabs! 38 43 39 **More UM extensions** 44 = More UM extensions = 40 45 41 46 Want to extend your Ultimate Member site even more? Visit [PlusPlugins](https://plusplugins.com) for more Ultimate Member extensions. 47 48 = Important: Upgrade Notice for 2.0.0 = 49 50 This is an overhaul of changes *without* backwards compliance to make this plugin compatible with the "Ultimate Member – User Profile & Membership Plugin version 2.0.4". Please take **backup** measures before upgrading. 51 52 = Feedback & Support = 53 54 If you like this plugin, please [rate and/or review](https://wordpress.org/support/plugin/profile-tabs-for-ultimate-member/reviews/) it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the [Support Forum](https://wordpress.org/support/plugin/profile-tabs-for-ultimate-member/) or in the [GitHub repository](https://github.com/plusplugins/profile-tabs-for-ultimate-member/issues). 42 55 43 56 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.