Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into release/2.0.30

This commit is contained in:
nikitozzzzzzz
2018-10-18 10:09:40 +03:00
2 changed files with 19 additions and 1 deletions
+15 -1
View File
@@ -117,7 +117,21 @@ $premium['private-content'] = array(
'url' => 'https://ultimatemember.com/extensions/private-content/',
'image' => 'https://ultimatemember.com/wp-content/uploads/bb-plugin/cache/private-content-page-circle.png',
'name' => 'Private Content',
'desc' => 'With the private content extension you can provide logged in users with content that only they can access and view',
'desc' => 'Display private content to logged in users that only they can access',
);
$premium['groups'] = array(
'url' => 'https://ultimatemember.com/extensions/groups/',
'image' => 'https://ultimatemember.com/wp-content/uploads/edd/2018/10/groupimage.png',
'name' => 'Groups',
'desc' => 'Allow users to create and join groups around shared topics, interests etc.',
);
$premium['user-photos'] = array(
'url' => 'https://ultimatemember.com/extensions/user-photos/',
'image' => 'https://ultimatemember.com/wp-content/uploads/edd/2018/06/User-Photos.png',
'name' => 'User Photos',
'desc' => 'Allow users to upload photos to their profile',
);
+4
View File
@@ -67,6 +67,10 @@ Ultimate Member has a range of extensions that allow you to extend the power of
* [Google reCAPTCHA](https://ultimatemember.com/extensions/google-recaptcha/) - Stop bots on your registration & login forms with Google reCAPTCHA
* [Online Users](https://ultimatemember.com/extensions/online-users/) - Display what users are online with this extension
= Theme =
Our official [theme](https://ultimatemember.com/theme/) is purpose built for websites that have logged in and out users. The [theme](https://ultimatemember.com/theme/) has deep integration with Ultimate Member plugin and the extensions, different header designs for logged-in/out users and works alongside the Beaver Builder and Elementor page builders.
= Development * Translations =
If you're a developer and would like to contribute to the source code of the plugin you can do so via our [GitHub Repository](https://github.com/ultimatemember/ultimatemember).