Changeset 2818153
- Timestamp:
- 11/15/2022 10:08:43 AM (3 years ago)
- Location:
- taxonomy-filter/trunk
- Files:
-
- 5 edited
-
package-lock.json (modified) (19 diffs)
-
readme.txt (modified) (2 diffs)
-
taxonomy-filter-constants.php (modified) (1 diff)
-
taxonomy-filter-users.php (modified) (1 diff)
-
taxonomy-filter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
taxonomy-filter/trunk/package-lock.json
r2677161 r2818153 9 9 "license": "ISC", 10 10 "devDependencies": { 11 "grunt": ">=1. 3.0",11 "grunt": ">=1.5.3", 12 12 "grunt-contrib-clean": "^1.0.0", 13 13 "grunt-contrib-copy": "^1.0.0", … … 903 903 }, 904 904 "node_modules/grunt": { 905 "version": "1. 4.0",906 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1. 4.0.tgz",907 "integrity": "sha512- yRFc0GVCDu9yxqOFzpuXQ2pEdgtLDnFv5Qz54jfIcNnpJ8Z7B7P7kPkT4VMuRvm+N+QOsI8C4v/Q0DSaoj3LgQ==",905 "version": "1.5.3", 906 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz", 907 "integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==", 908 908 "dev": true, 909 909 "dependencies": { … … 913 913 "findup-sync": "~0.3.0", 914 914 "glob": "~7.1.6", 915 "grunt-cli": "~1.4. 2",916 "grunt-known-options": "~ 1.1.1",915 "grunt-cli": "~1.4.3", 916 "grunt-known-options": "~2.0.0", 917 917 "grunt-legacy-log": "~3.0.0", 918 918 "grunt-legacy-util": "~2.0.1", … … 932 932 }, 933 933 "node_modules/grunt-cli": { 934 "version": "1.4. 2",935 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4. 2.tgz",936 "integrity": "sha512- wsu6BZh7KCnfeaSkDrKIAvOlqGKxNRTZjc8xfZlvxCByQIqUfZ31kh5uHpPnhQ4NdVgvaWaVxa1LUbVU80nACw==",937 "dev": true, 938 "dependencies": { 939 "grunt-known-options": "~ 1.1.1",934 "version": "1.4.3", 935 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz", 936 "integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==", 937 "dev": true, 938 "dependencies": { 939 "grunt-known-options": "~2.0.0", 940 940 "interpret": "~1.1.0", 941 941 "liftup": "~3.0.1", … … 1024 1024 }, 1025 1025 "node_modules/grunt-known-options": { 1026 "version": " 1.1.1",1027 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options- 1.1.1.tgz",1028 "integrity": "sha512- cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",1026 "version": "2.0.0", 1027 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-2.0.0.tgz", 1028 "integrity": "sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA==", 1029 1029 "dev": true, 1030 1030 "engines": { … … 1596 1596 }, 1597 1597 "node_modules/liftup/node_modules/is-glob": { 1598 "version": "4.0. 1",1599 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0. 1.tgz",1600 "integrity": "sha512- 5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",1598 "version": "4.0.3", 1599 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 1600 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 1601 1601 "dev": true, 1602 1602 "dependencies": { … … 1617 1617 }, 1618 1618 "node_modules/liftup/node_modules/micromatch": { 1619 "version": "4.0. 4",1620 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0. 4.tgz",1621 "integrity": "sha512- pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",1622 "dev": true, 1623 "dependencies": { 1624 "braces": "^3.0. 1",1625 "picomatch": "^2. 2.3"1619 "version": "4.0.5", 1620 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 1621 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 1622 "dev": true, 1623 "dependencies": { 1624 "braces": "^3.0.2", 1625 "picomatch": "^2.3.1" 1626 1626 }, 1627 1627 "engines": { … … 2055 2055 }, 2056 2056 "node_modules/picomatch": { 2057 "version": "2. 2.3",2058 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2. 2.3.tgz",2059 "integrity": "sha512- KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",2057 "version": "2.3.1", 2058 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2059 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2060 2060 "dev": true, 2061 2061 "engines": { … … 2076 2076 }, 2077 2077 "node_modules/rechoir": { 2078 "version": "0.7. 0",2079 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7. 0.tgz",2080 "integrity": "sha512- ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q==",2078 "version": "0.7.1", 2079 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", 2080 "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", 2081 2081 "dev": true, 2082 2082 "dependencies": { … … 2734 2734 }, 2735 2735 "async": { 2736 "version": " 1.5.2",2737 "resolved": "https://registry.npmjs.org/async/-/async- 1.5.2.tgz",2736 "version": "3.2.2", 2737 "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", 2738 2738 "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", 2739 2739 "dev": true … … 3356 3356 }, 3357 3357 "grunt": { 3358 "version": "1. 4.0",3359 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1. 4.0.tgz",3360 "integrity": "sha512- yRFc0GVCDu9yxqOFzpuXQ2pEdgtLDnFv5Qz54jfIcNnpJ8Z7B7P7kPkT4VMuRvm+N+QOsI8C4v/Q0DSaoj3LgQ==",3358 "version": "1.5.3", 3359 "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz", 3360 "integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==", 3361 3361 "dev": true, 3362 3362 "requires": { … … 3366 3366 "findup-sync": "~0.3.0", 3367 3367 "glob": "~7.1.6", 3368 "grunt-cli": "~1.4. 2",3369 "grunt-known-options": "~ 1.1.1",3368 "grunt-cli": "~1.4.3", 3369 "grunt-known-options": "~2.0.0", 3370 3370 "grunt-legacy-log": "~3.0.0", 3371 3371 "grunt-legacy-util": "~2.0.1", … … 3390 3390 }, 3391 3391 "grunt-cli": { 3392 "version": "1.4. 2",3393 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4. 2.tgz",3394 "integrity": "sha512- wsu6BZh7KCnfeaSkDrKIAvOlqGKxNRTZjc8xfZlvxCByQIqUfZ31kh5uHpPnhQ4NdVgvaWaVxa1LUbVU80nACw==",3395 "dev": true, 3396 "requires": { 3397 "grunt-known-options": "~ 1.1.1",3392 "version": "1.4.3", 3393 "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz", 3394 "integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==", 3395 "dev": true, 3396 "requires": { 3397 "grunt-known-options": "~2.0.0", 3398 3398 "interpret": "~1.1.0", 3399 3399 "liftup": "~3.0.1", … … 3462 3462 }, 3463 3463 "grunt-known-options": { 3464 "version": " 1.1.1",3465 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options- 1.1.1.tgz",3466 "integrity": "sha512- cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",3464 "version": "2.0.0", 3465 "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-2.0.0.tgz", 3466 "integrity": "sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA==", 3467 3467 "dev": true 3468 3468 }, … … 3505 3505 "dependencies": { 3506 3506 "async": { 3507 "version": "3.2. 0",3508 "resolved": "https://registry.npmjs.org/async/-/async-3.2. 0.tgz",3507 "version": "3.2.2", 3508 "resolved": "https://registry.npmjs.org/async/-/async-3.2.2.tgz", 3509 3509 "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==", 3510 3510 "dev": true … … 3903 3903 }, 3904 3904 "is-glob": { 3905 "version": "4.0. 1",3906 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0. 1.tgz",3907 "integrity": "sha512- 5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",3905 "version": "4.0.3", 3906 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 3907 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 3908 3908 "dev": true, 3909 3909 "requires": { … … 3918 3918 }, 3919 3919 "micromatch": { 3920 "version": "4.0. 4",3921 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0. 4.tgz",3922 "integrity": "sha512- pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",3923 "dev": true, 3924 "requires": { 3925 "braces": "^3.0. 1",3926 "picomatch": "^2. 2.3"3920 "version": "4.0.5", 3921 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", 3922 "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", 3923 "dev": true, 3924 "requires": { 3925 "braces": "^3.0.2", 3926 "picomatch": "^2.3.1" 3927 3927 } 3928 3928 }, … … 4267 4267 }, 4268 4268 "picomatch": { 4269 "version": "2. 2.3",4270 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2. 2.3.tgz",4271 "integrity": "sha512- KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",4269 "version": "2.3.1", 4270 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4271 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4272 4272 "dev": true 4273 4273 }, … … 4279 4279 }, 4280 4280 "rechoir": { 4281 "version": "0.7. 0",4282 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7. 0.tgz",4283 "integrity": "sha512- ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q==",4281 "version": "0.7.1", 4282 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", 4283 "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", 4284 4284 "dev": true, 4285 4285 "requires": { -
taxonomy-filter/trunk/readme.txt
r2677161 r2818153 4 4 Requires at least: 4.0 5 5 Tested up to: 5.9 6 Stable tag: 2.2. 86 Stable tag: 2.2.9 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 78 78 == Changelog == 79 79 80 = 2.2.9 - 2022-11-15 = 81 * Added "taxonomy_filter_profile_table" for hiding user profile fields 82 80 83 = 2.2.8 - 2021-03-14 = 81 84 * Tested up with WordPress 5.7 release -
taxonomy-filter/trunk/taxonomy-filter-constants.php
r2495217 r2818153 4 4 ***************************************************/ 5 5 6 define( 'TFP_VERSION', '2.2. 8' );6 define( 'TFP_VERSION', '2.2.9' ); 7 7 define( 'TFP_PREFIX', 'taxonomy_filter' ); 8 8 define( 'TFP_OPTIONS', 'taxonomy_filter' ); -
taxonomy-filter/trunk/taxonomy-filter-users.php
r2407622 r2818153 8 8 if ( current_user_can( 'list_users' ) ) { 9 9 ?> 10 <h3 ><?php _e( 'Taxonomy Filters Management', TFP_PREFIX ) ?></h3>11 <div class=" description"><?php _e( 'Choose hidden taxonomy terms for the user. By default, all taxonomy terms are visible in the hierarchical term taxonomies sections inside admin pages. You can choose only from max 2 nested levels but all the children of a hidden term are automatically removed from admin pages. Keep in mind that the hidden terms are not searchable and filterable. Only taxonomies with at least one term are shown below.', TFP_PREFIX ) ?></div>12 <table class=" form-table">10 <h3 class="taxonomy_filter_profile_table"><?php _e( 'Taxonomy Filters Management', TFP_PREFIX ) ?></h3> 11 <div class="taxonomy_filter_profile_table description"><?php _e( 'Choose hidden taxonomy terms for the user. By default, all taxonomy terms are visible in the hierarchical term taxonomies sections inside admin pages. You can choose only from max 2 nested levels but all the children of a hidden term are automatically removed from admin pages. Keep in mind that the hidden terms are not searchable and filterable. Only taxonomies with at least one term are shown below.', TFP_PREFIX ) ?></div> 12 <table class="taxonomy_filter_profile_table form-table"> 13 13 <tr> 14 14 <th><label for="<?php echo TFP_META_HIDDEN_TAXONOMIES ?>"><?php _e( 'Hidden terms', TFP_PREFIX ) ?></label></th> -
taxonomy-filter/trunk/taxonomy-filter.php
r2495217 r2818153 7 7 Text Domain: taxonomy_filter 8 8 Domain Path: /languages/ 9 Version: 2.2. 89 Version: 2.2.9 10 10 License: GPL v3 11 11
Note: See TracChangeset
for help on using the changeset viewer.