Changeset 2802466
- Timestamp:
- 10/21/2022 01:32:17 PM (3 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 8 edited
- 1 copied
-
tags/4.19.0 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.19.0/CHANGELOG.md (modified) (1 diff)
-
tags/4.19.0/README.md (modified) (1 diff)
-
tags/4.19.0/readme.txt (modified) (1 diff)
-
tags/4.19.0/wp-graphql-yoast-seo.php (modified) (3 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-graphql-yoast-seo.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.19.0/CHANGELOG.md
r2740469 r2802466 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.19.0] - 2022-10-21 9 10 ### Added 11 12 - Added "Other" Soical Profiles after Yoast change 7 13 8 14 ## [4.18.0] - 2022-06-10 -
add-wpgraphql-seo/tags/4.19.0/README.md
r2740469 r2802466 318 318 url 319 319 } 320 otherSocials 320 321 } 321 322 openGraph { -
add-wpgraphql-seo/tags/4.19.0/readme.txt
r2741712 r2802466 3 3 Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 4 Requires at least: 5.0 5 Tested up to: 5.75 Tested up to: 6 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 8.17 Stable tag: 4.19.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/tags/4.19.0/wp-graphql-yoast-seo.php
r2741712 r2802466 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 8.111 * Version: 4.19.0 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 446 446 'youTube' => ['type' => 'SEOSocialYoutube'], 447 447 'wikipedia' => ['type' => 'SEOSocialWikipedia'], 448 'otherSocials' => [ 449 'type' => [ 450 'list_of' => 'String', 451 ], 452 ], 448 453 ], 449 454 ]); … … 642 647 'url' => wp_gql_seo_format_string($all['wikipedia_url']), 643 648 ], 649 'otherSocials' => !empty($all['other_social_urls']) ? $all['other_social_urls'] : [], 644 650 ], 645 651 'breadcrumbs' => [ -
add-wpgraphql-seo/trunk/CHANGELOG.md
r2740469 r2802466 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.19.0] - 2022-10-21 9 10 ### Added 11 12 - Added "Other" Soical Profiles after Yoast change 7 13 8 14 ## [4.18.0] - 2022-06-10 -
add-wpgraphql-seo/trunk/README.md
r2740469 r2802466 318 318 url 319 319 } 320 otherSocials 320 321 } 321 322 openGraph { -
add-wpgraphql-seo/trunk/readme.txt
r2741712 r2802466 3 3 Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 4 Requires at least: 5.0 5 Tested up to: 5.75 Tested up to: 6 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 8.17 Stable tag: 4.19.0 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
r2741712 r2802466 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 8.111 * Version: 4.19.0 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 446 446 'youTube' => ['type' => 'SEOSocialYoutube'], 447 447 'wikipedia' => ['type' => 'SEOSocialWikipedia'], 448 'otherSocials' => [ 449 'type' => [ 450 'list_of' => 'String', 451 ], 452 ], 448 453 ], 449 454 ]); … … 642 647 'url' => wp_gql_seo_format_string($all['wikipedia_url']), 643 648 ], 649 'otherSocials' => !empty($all['other_social_urls']) ? $all['other_social_urls'] : [], 644 650 ], 645 651 'breadcrumbs' => [
Note: See TracChangeset
for help on using the changeset viewer.