Changeset 2393149
- Timestamp:
- 10/04/2020 01:13:30 PM (5 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 6 edited
- 1 copied
-
tags/4.7.1 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.7.1/CHANGELOG.md (modified) (1 diff)
-
tags/4.7.1/readme.txt (modified) (1 diff)
-
tags/4.7.1/wp-graphql-yoast-seo.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-graphql-yoast-seo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.7.1/CHANGELOG.md
r2392982 r2393149 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.7.1] - 2020-10-04 9 10 ### Changes 11 12 Fix categories 7 13 8 14 ## [4.7.0] - 2020-10-03 -
add-wpgraphql-seo/tags/4.7.1/readme.txt
r2392982 r2393149 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.1 7 Stable tag: 4.7. 07 Stable tag: 4.7.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/tags/4.7.1/wp-graphql-yoast-seo.php
r2392982 r2393149 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.7. 011 * Version: 4.7.1 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 462 462 463 463 // Loop each taxonomy to register on the edge if a category is the primary one. 464 $taxonomies = get_object_taxonomies($post_type, 'objects');465 466 foreach ($taxonomies as $tax) {464 $taxonomiesPostObj = get_object_taxonomies($post_type, 'objects'); 465 466 foreach ($taxonomiesPostObj as $tax) { 467 467 468 468 -
add-wpgraphql-seo/trunk/CHANGELOG.md
r2392982 r2393149 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.7.1] - 2020-10-04 9 10 ### Changes 11 12 Fix categories 7 13 8 14 ## [4.7.0] - 2020-10-03 -
add-wpgraphql-seo/trunk/readme.txt
r2392982 r2393149 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.1 7 Stable tag: 4.7. 07 Stable tag: 4.7.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php
r2392982 r2393149 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.7. 011 * Version: 4.7.1 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 462 462 463 463 // Loop each taxonomy to register on the edge if a category is the primary one. 464 $taxonomies = get_object_taxonomies($post_type, 'objects');465 466 foreach ($taxonomies as $tax) {464 $taxonomiesPostObj = get_object_taxonomies($post_type, 'objects'); 465 466 foreach ($taxonomiesPostObj as $tax) { 467 467 468 468
Note: See TracChangeset
for help on using the changeset viewer.