Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.2.8 #12

Merged
merged 23 commits into from
Nov 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b35cd9a
Code Formatiing
UmeshSingla Jun 27, 2015
e87d669
Updated changelog
UmeshSingla Jun 27, 2015
bee7bdb
Delete user from tag list when a user is deleted
UmeshSingla Jun 27, 2015
22ece48
Template: Allow overriding template from Parent / child theme
UmeshSingla Jun 27, 2015
b850a6a
Filter user list on taxonomy basis
UmeshSingla Aug 11, 2015
c37ed7c
Commit all changes
UmeshSingla Jun 10, 2018
4a650be
Fixed: Updated filter name; Fixed: Taxonomy template not returned on …
UmeshSingla Jan 18, 2020
5088dc2
Updated git readme
UmeshSingla Jan 18, 2020
7259ef0
Added heading for taxonomies section in profile
UmeshSingla Jan 18, 2020
672ef79
Updated translation function _e(), __() to esc_html_e(), esc_html__()…
UmeshSingla Jan 18, 2020
d852244
Move UserTags class to a separate file; Follow WordPress codinng stan…
UmeshSingla Aug 23, 2020
b9b450e
Code standard
UmeshSingla Aug 23, 2020
2874eec
Deprecate old filter; phpcs auto fixes
UmeshSingla Sep 18, 2020
9a85cdd
Code standard fixes
UmeshSingla Sep 18, 2020
4f92487
Move URL prefix to a function
UmeshSingla Sep 19, 2020
37b9070
Store plugin version in DB; Rename class; Fixed file inclusion path
UmeshSingla Sep 21, 2020
a21a271
Copy changes
UmeshSingla Sep 21, 2020
30973cf
Fix: Taxonomy description was nopt being saved; Fixed tag holder styl…
UmeshSingla Sep 22, 2020
e35145e
Fixed: Delete tags doesn't work in user profile page.
UmeshSingla Sep 22, 2020
44ee525
User profile page: Fixed Ajax suggestion not working; fixed tag not a…
UmeshSingla Oct 2, 2020
9b72572
Fixed template content: Users appear twice
UmeshSingla Nov 26, 2020
8e24a03
Removed unused global variables
UmeshSingla Nov 26, 2020
a4634fa
Remove user filter feature from 1.8
UmeshSingla Nov 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
======
User Tags
======
Tags: taxonomy, user taxonomy, user tags
Tested up to: 3.9.1
Stable tag: trunk

Allows creating and managing User Taxonomies from Backend
Allows creating and managing User Taxonomy from WordPress admin.

Description
======
Expand All @@ -17,15 +14,15 @@ Ref: [Justin Tadlock](http://justintadlock.com/archives/2011/10/20/custom-user-t
Installation
======

1. Upload the `wp-user-taxonomies` folder to the `/wp-content/plugins/` directory
1. Upload the `user-tags` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Taxonomies under Users option to create taxonomies for User
3. Go to Taxonomy under Users option to create taxonomy for User


Filters Available
======
1. 'ut_template_heading' => Can be used to modify Template Page Heading
2. 'ut_tepmplate_content' => Can be used to modify users list style,
2. 'ut_template_content' => Can be used to modify users list style,
args => 1 , $users => List of Users
3. 'ut_template_content_empty' => Display custom message, if there are no users for term
4. 'ut_tag_cloud_heading', Allow to modify Tag cloud heading
Expand Down
Loading