mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Adding user tags extension to extension list
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<?php
|
||||
|
||||
$premium['user-tags'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/user-tags/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/12/user-tags-copy.jpg',
|
||||
'name' => 'User Tags',
|
||||
'desc' => 'Add a user tag system to your site and allow users to associate tags with their profile and enable users to find other users easily with the same tag.',
|
||||
);
|
||||
|
||||
$premium['verified-users'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/verified-users/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/2015/09/image.png',
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Plugin Name: Ultimate Member
|
||||
Plugin URI: http://ultimatemember.com/
|
||||
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
||||
Version: 1.3.35
|
||||
Version: 1.3.36
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
*/
|
||||
|
||||
+2
-1
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
|
||||
Requires at least: 4.1
|
||||
Tested up to: 4.4
|
||||
|
||||
Stable Tag: 1.3.35
|
||||
Stable Tag: 1.3.36
|
||||
|
||||
License: GNU Version 2 or Any Later Version
|
||||
|
||||
@@ -44,6 +44,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem
|
||||
|
||||
Ultimate Member has a range of extensions that allow you to extend the power of the plugin
|
||||
|
||||
* [User Tags](https://ultimatemember.com/extensions/user-tags/) - Lets you add a user tag system to your website
|
||||
* [Social Activity](https://ultimatemember.com/extensions/social-activity/) - Let users create public wall posts & see the activity of other users
|
||||
* [WooCommerce](https://ultimatemember.com/extensions/woocommerce/) - Allow you to integrate WooCommerce with Ultimate Member
|
||||
* [Private Messages](https://ultimatemember.com/extensions/private-messages/) - Add a private messaging system to your site & allow users to message each other
|
||||
|
||||
Reference in New Issue
Block a user