diff --git a/includes/admin/templates/extensions.php b/includes/admin/templates/extensions.php index e0da08cb..c3755722 100644 --- a/includes/admin/templates/extensions.php +++ b/includes/admin/templates/extensions.php @@ -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', ); diff --git a/readme.txt b/readme.txt index cb13cb8f..26d3bbc9 100644 --- a/readme.txt +++ b/readme.txt @@ -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).