Version Description
Download this release
Release Info
| Developer | ultimatemember |
| Plugin | |
| Version | 1.0.81 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.80 to 1.0.81
- admin/assets/css/um-admin-dashboard.css +11 -0
- admin/core/um-admin-dashboard.php +6 -0
- admin/templates/extensions.php +90 -0
- index.php +1 -1
- readme.txt +18 -1
admin/assets/css/um-admin-dashboard.css
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
#um-metaboxes-general.wrap h2 {
|
| 2 |
font-size: 23px;
|
| 3 |
font-weight: 400;
|
| 1 |
+
#um-extensions-wrap a.plugin-image,
|
| 2 |
+
#um-extensions-wrap a.plugin-image img {
|
| 3 |
+
max-width: 100%;
|
| 4 |
+
display: block;
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
#um-extensions-wrap .plugin-card .name,
|
| 8 |
+
#um-extensions-wrap .plugin-card .desc {
|
| 9 |
+
margin-left: 0;
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
#um-metaboxes-general.wrap h2 {
|
| 13 |
font-size: 23px;
|
| 14 |
font-weight: 400;
|
admin/core/um-admin-dashboard.php
CHANGED
|
@@ -43,6 +43,8 @@ class UM_Admin_Dashboard {
|
|
| 43 |
}
|
| 44 |
|
| 45 |
do_action('um_extend_admin_menu');
|
|
|
|
|
|
|
| 46 |
|
| 47 |
}
|
| 48 |
|
|
@@ -196,6 +198,10 @@ class UM_Admin_Dashboard {
|
|
| 196 |
|
| 197 |
<?php
|
| 198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
} else if ( strstr( $page, 'ultimatemember-' ) ) {
|
| 200 |
|
| 201 |
$template = str_replace('ultimatemember-','',$page);
|
| 43 |
}
|
| 44 |
|
| 45 |
do_action('um_extend_admin_menu');
|
| 46 |
+
|
| 47 |
+
add_submenu_page( $this->slug, __('Extensions', $this->slug), '<span style="color: #3bc2f7">' .__('Extensions', $this->slug) . '</span>', 'manage_options', $this->slug . '-extensions', array(&$this, 'admin_page') );
|
| 48 |
|
| 49 |
}
|
| 50 |
|
| 198 |
|
| 199 |
<?php
|
| 200 |
|
| 201 |
+
} else if ( $page == 'ultimatemember-extensions' ) {
|
| 202 |
+
|
| 203 |
+
include_once um_path . 'admin/templates/extensions.php';
|
| 204 |
+
|
| 205 |
} else if ( strstr( $page, 'ultimatemember-' ) ) {
|
| 206 |
|
| 207 |
$template = str_replace('ultimatemember-','',$page);
|
admin/templates/extensions.php
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div id="um-extensions-wrap" class="wrap">
|
| 2 |
+
|
| 3 |
+
<h2>Ultimate Member - Extensions</h2>
|
| 4 |
+
|
| 5 |
+
<div class="wp-filter">
|
| 6 |
+
<p>Our free & paid extensions help you extend the functionality of your community powered by Ultimate Member.</p>
|
| 7 |
+
</div>
|
| 8 |
+
|
| 9 |
+
<div class="wp-list-table widefat plugin-install">
|
| 10 |
+
<div id="the-list">
|
| 11 |
+
|
| 12 |
+
<div class="plugin-card">
|
| 13 |
+
<a href="https://ultimatemember.com/extensions/mailchimp/" class="plugin-image"><img src="https://ultimatemember.com/wp-content/uploads/2015/02/mailchimp-01-copy.png" /></a>
|
| 14 |
+
<div class="plugin-card-top">
|
| 15 |
+
<div class="name column-name">
|
| 16 |
+
<h4><a href="https://ultimatemember.com/extensions/mailchimp/">MailChimp</a></h4>
|
| 17 |
+
</div>
|
| 18 |
+
<div class="action-links">
|
| 19 |
+
<ul class="plugin-action-buttons"><li><a class="install-now button" href="https://ultimatemember.com/extensions/mailchimp/">Buy Now</a></li>
|
| 20 |
+
<li><a href="https://ultimatemember.com/extensions/mailchimp/">More Details</a></li></ul> </div>
|
| 21 |
+
<div class="desc column-description">
|
| 22 |
+
<p>This extension integrates MailChimp with Ultimate Member and allows users to subscribe to your mailing lists when they register on your site.</p>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
<div class="plugin-card">
|
| 28 |
+
<a href="https://ultimatemember.com/extensions/social-login/" class="plugin-image"><img src="https://ultimatemember.com/wp-content/uploads/2015/02/sociallogin.png" /></a>
|
| 29 |
+
<div class="plugin-card-top">
|
| 30 |
+
<div class="name column-name">
|
| 31 |
+
<h4><a href="https://ultimatemember.com/extensions/social-login/">Social Login</a></h4>
|
| 32 |
+
</div>
|
| 33 |
+
<div class="action-links">
|
| 34 |
+
<ul class="plugin-action-buttons"><li><a class="install-now button" href="https://ultimatemember.com/extensions/social-login/">Buy Now</a></li>
|
| 35 |
+
<li><a href="https://ultimatemember.com/extensions/social-login/">More Details</a></li></ul> </div>
|
| 36 |
+
<div class="desc column-description">
|
| 37 |
+
<p>The social login extension allows users to easily register/login to your site using their social network accounts (Facebook, Twitter, Google+, LinkedIn)</p>
|
| 38 |
+
</div>
|
| 39 |
+
</div>
|
| 40 |
+
</div>
|
| 41 |
+
|
| 42 |
+
<div class="plugin-card">
|
| 43 |
+
<a href="https://ultimatemember.com/extensions/bbpress/" class="plugin-image"><img src="https://ultimatemember.com/wp-content/uploads/2015/02/bbpress-copy.png" /></a>
|
| 44 |
+
<div class="plugin-card-top">
|
| 45 |
+
<div class="name column-name">
|
| 46 |
+
<h4><a href="https://ultimatemember.com/extensions/bbpress/">bbPress</a></h4>
|
| 47 |
+
</div>
|
| 48 |
+
<div class="action-links">
|
| 49 |
+
<ul class="plugin-action-buttons"><li><a class="install-now button" href="https://ultimatemember.com/extensions/bbpress/">Buy Now</a></li>
|
| 50 |
+
<li><a href="https://ultimatemember.com/extensions/bbpress/">More Details</a></li></ul> </div>
|
| 51 |
+
<div class="desc column-description">
|
| 52 |
+
<p>Integrates the popular forums plugin bbPress with Ultimate Member.</p>
|
| 53 |
+
</div>
|
| 54 |
+
</div>
|
| 55 |
+
</div>
|
| 56 |
+
|
| 57 |
+
<div class="plugin-card">
|
| 58 |
+
<a href="https://ultimatemember.com/extensions/mycred/" class="plugin-image"><img src="https://ultimatemember.com/wp-content/uploads/2015/02/mycred1.png" /></a>
|
| 59 |
+
<div class="plugin-card-top">
|
| 60 |
+
<div class="name column-name">
|
| 61 |
+
<h4><a href="https://ultimatemember.com/extensions/mycred/">myCRED</a></h4>
|
| 62 |
+
</div>
|
| 63 |
+
<div class="action-links">
|
| 64 |
+
<ul class="plugin-action-buttons"><li><a class="install-now button" href="https://ultimatemember.com/extensions/mycred/">Buy Now</a></li>
|
| 65 |
+
<li><a href="https://ultimatemember.com/extensions/mycred/">More Details</a></li></ul> </div>
|
| 66 |
+
<div class="desc column-description">
|
| 67 |
+
<p>With our myCRED extension, reward or charge your users for using Ultimate Member features and doing profile updates and show their rank and badges beautifully in their user profile.</p>
|
| 68 |
+
</div>
|
| 69 |
+
</div>
|
| 70 |
+
</div>
|
| 71 |
+
|
| 72 |
+
<div class="plugin-card">
|
| 73 |
+
<a href="https://ultimatemember.com/extensions/google-recaptcha/" class="plugin-image"><img src="https://ultimatemember.com/wp-content/uploads/2015/02/recaptcha-01-copy.png" /></a>
|
| 74 |
+
<div class="plugin-card-top">
|
| 75 |
+
<div class="name column-name">
|
| 76 |
+
<h4><a href="https://ultimatemember.com/extensions/google-recaptcha/">Google reCAPTCHA</a></h4>
|
| 77 |
+
</div>
|
| 78 |
+
<div class="action-links">
|
| 79 |
+
<ul class="plugin-action-buttons"><li><a class="install-now button" href="https://ultimatemember.com/extensions/google-recaptcha/">Download</a></li>
|
| 80 |
+
<li><a href="https://ultimatemember.com/extensions/google-recaptcha/">More Details</a></li></ul> </div>
|
| 81 |
+
<div class="desc column-description">
|
| 82 |
+
<p>With our free Google reCAPTCHA extension, you can stop spam registrations on your site easily.</p>
|
| 83 |
+
</div>
|
| 84 |
+
</div>
|
| 85 |
+
</div>
|
| 86 |
+
|
| 87 |
+
</div>
|
| 88 |
+
</div>
|
| 89 |
+
|
| 90 |
+
</div><div class="um-admin-clear"></div>
|
index.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: Ultimate Member
|
| 4 |
Plugin URI: http://ultimatemember.com/
|
| 5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
| 6 |
-
Version: 1.0.
|
| 7 |
Author: Ultimate Member
|
| 8 |
Author URI: http://ultimatemember.com/
|
| 9 |
*/
|
| 3 |
Plugin Name: Ultimate Member
|
| 4 |
Plugin URI: http://ultimatemember.com/
|
| 5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
| 6 |
+
Version: 1.0.81
|
| 7 |
Author: Ultimate Member
|
| 8 |
Author URI: http://ultimatemember.com/
|
| 9 |
*/
|
readme.txt
CHANGED
|
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
|
|
| 7 |
Requires at least: 4.1
|
| 8 |
Tested up to: 4.1.1
|
| 9 |
|
| 10 |
-
Stable Tag: 1.0.
|
| 11 |
|
| 12 |
License: GNU Version 2 or Any Later Version
|
| 13 |
|
|
@@ -42,6 +42,19 @@ Features of the plugin include:
|
|
| 42 |
* Multi-site compatibility
|
| 43 |
* Mandrill compatibility
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
**Front-end registration**
|
| 46 |
|
| 47 |
Ultimate Member allows visitors to your site to register and become members. You can decide whether users can register automatically; require them to active account via email link or you an admin can manually approve/reject user registrations after reviewing details.
|
|
@@ -189,6 +202,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
| 189 |
|
| 190 |
== Changelog ==
|
| 191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
= 1.0.80: March 10, 2015 =
|
| 193 |
|
| 194 |
* Tweak: added licensing support to plugin core
|
| 7 |
Requires at least: 4.1
|
| 8 |
Tested up to: 4.1.1
|
| 9 |
|
| 10 |
+
Stable Tag: 1.0.81
|
| 11 |
|
| 12 |
License: GNU Version 2 or Any Later Version
|
| 13 |
|
| 42 |
* Multi-site compatibility
|
| 43 |
* Mandrill compatibility
|
| 44 |
|
| 45 |
+
** Paid Extensions **
|
| 46 |
+
|
| 47 |
+
You can extend the power of Ultimate Member with one of our premium extensions:
|
| 48 |
+
|
| 49 |
+
* [Social Login](https://ultimatemember.com/extensions/social-login/)
|
| 50 |
+
* [MailChimp](https://ultimatemember.com/extensions/mailchimp/)
|
| 51 |
+
* [bbPress](https://ultimatemember.com/extensions/bbpress/)
|
| 52 |
+
* [myCRED](https://ultimatemember.com/extensions/mycred/)
|
| 53 |
+
|
| 54 |
+
** Free Extensions **
|
| 55 |
+
|
| 56 |
+
* [Google reCAPTCHA](https://ultimatemember.com/extensions/google-recaptcha/)
|
| 57 |
+
|
| 58 |
**Front-end registration**
|
| 59 |
|
| 60 |
Ultimate Member allows visitors to your site to register and become members. You can decide whether users can register automatically; require them to active account via email link or you an admin can manually approve/reject user registrations after reviewing details.
|
| 202 |
|
| 203 |
== Changelog ==
|
| 204 |
|
| 205 |
+
= 1.0.81: March 11, 2015 =
|
| 206 |
+
|
| 207 |
+
* New: official support for plugin extensions released
|
| 208 |
+
|
| 209 |
= 1.0.80: March 10, 2015 =
|
| 210 |
|
| 211 |
* Tweak: added licensing support to plugin core
|
