Changeset 2565085
- Timestamp:
- 07/15/2021 12:35:59 PM (5 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 8 edited
- 1 copied
-
tags/4.15.0 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.15.0/CHANGELOG.md (modified) (1 diff)
-
tags/4.15.0/composer.lock (modified) (20 diffs)
-
tags/4.15.0/readme.txt (modified) (1 diff)
-
tags/4.15.0/wp-graphql-yoast-seo.php (modified) (6 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/composer.lock (modified) (20 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-graphql-yoast-seo.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.15.0/CHANGELOG.md
r2543468 r2565085 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.15.0] - 2021-07-15 9 10 ### Changed 11 12 - Update to support Yoast 16.7 7 13 8 14 ## [4.14.2] - 2021-06-07 -
add-wpgraphql-seo/tags/4.15.0/composer.lock
r2440985 r2565085 37 37 "type": "phpcodesniffer-standard", 38 38 "notification-url": "https://packagist.org/downloads/", 39 "license": ["LGPL-3.0-or-later"], 39 "license": [ 40 "LGPL-3.0-or-later" 41 ], 40 42 "authors": [ 41 43 { … … 56 58 "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", 57 59 "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", 58 "keywords": ["compatibility", "phpcs", "standards"], 60 "keywords": [ 61 "compatibility", 62 "phpcs", 63 "standards" 64 ], 65 "support": { 66 "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", 67 "source": "https://github.com/PHPCompatibility/PHPCompatibility" 68 }, 59 69 "time": "2019-12-27T09:44:58+00:00" 60 70 }, 61 71 { 62 72 "name": "phpcompatibility/phpcompatibility-paragonie", 63 "version": "1.3. 0",73 "version": "1.3.1", 64 74 "source": { 65 75 "type": "git", 66 76 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", 67 "reference": " b862bc32f7e860d0b164b199bd995e690b4b191c"68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ b862bc32f7e860d0b164b199bd995e690b4b191c",72 "reference": " b862bc32f7e860d0b164b199bd995e690b4b191c",77 "reference": "ddabec839cc003651f2ce695c938686d1086cf43" 78 }, 79 "dist": { 80 "type": "zip", 81 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43", 82 "reference": "ddabec839cc003651f2ce695c938686d1086cf43", 73 83 "shasum": "" 74 84 }, … … 77 87 }, 78 88 "require-dev": { 79 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5",89 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 80 90 "paragonie/random_compat": "dev-master", 81 91 "paragonie/sodium_compat": "dev-master" 82 92 }, 83 93 "suggest": { 84 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",94 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 85 95 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 86 96 }, 87 97 "type": "phpcodesniffer-standard", 88 98 "notification-url": "https://packagist.org/downloads/", 89 "license": ["LGPL-3.0-or-later"], 99 "license": [ 100 "LGPL-3.0-or-later" 101 ], 90 102 "authors": [ 91 103 { … … 107 119 "standards" 108 120 ], 109 "time": "2019-11-04T15:17:54+00:00" 121 "support": { 122 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", 123 "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" 124 }, 125 "time": "2021-02-15T10:24:51+00:00" 110 126 }, 111 127 { 112 128 "name": "phpcompatibility/phpcompatibility-wp", 113 "version": "2.1. 0",129 "version": "2.1.1", 114 130 "source": { 115 131 "type": "git", 116 132 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", 117 "reference": " 41bef18ba688af638b7310666db28e1ea9158b2f"118 }, 119 "dist": { 120 "type": "zip", 121 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/ 41bef18ba688af638b7310666db28e1ea9158b2f",122 "reference": " 41bef18ba688af638b7310666db28e1ea9158b2f",133 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e" 134 }, 135 "dist": { 136 "type": "zip", 137 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", 138 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", 123 139 "shasum": "" 124 140 }, … … 128 144 }, 129 145 "require-dev": { 130 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5"146 "dealerdirect/phpcodesniffer-composer-installer": "^0.7" 131 147 }, 132 148 "suggest": { 133 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",149 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 134 150 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 135 151 }, 136 152 "type": "phpcodesniffer-standard", 137 153 "notification-url": "https://packagist.org/downloads/", 138 "license": ["LGPL-3.0-or-later"], 154 "license": [ 155 "LGPL-3.0-or-later" 156 ], 139 157 "authors": [ 140 158 { … … 149 167 "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", 150 168 "homepage": "http://phpcompatibility.com/", 151 "keywords": ["compatibility", "phpcs", "standards", "wordpress"], 152 "time": "2019-08-28T14:22:28+00:00" 169 "keywords": [ 170 "compatibility", 171 "phpcs", 172 "standards", 173 "wordpress" 174 ], 175 "support": { 176 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", 177 "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" 178 }, 179 "time": "2021-02-15T12:58:46+00:00" 153 180 }, 154 181 { 155 182 "name": "squizlabs/php_codesniffer", 156 "version": "3. 5.8",183 "version": "3.6.0", 157 184 "source": { 158 185 "type": "git", 159 186 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 160 "reference": " 9d583721a7157ee997f235f327de038e7ea6dac4"161 }, 162 "dist": { 163 "type": "zip", 164 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ 9d583721a7157ee997f235f327de038e7ea6dac4",165 "reference": " 9d583721a7157ee997f235f327de038e7ea6dac4",187 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" 188 }, 189 "dist": { 190 "type": "zip", 191 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", 192 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", 166 193 "shasum": "" 167 194 }, … … 175 202 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 176 203 }, 177 "bin": ["bin/phpcs", "bin/phpcbf"], 204 "bin": [ 205 "bin/phpcs", 206 "bin/phpcbf" 207 ], 178 208 "type": "library", 179 209 "extra": { … … 183 213 }, 184 214 "notification-url": "https://packagist.org/downloads/", 185 "license": ["BSD-3-Clause"], 215 "license": [ 216 "BSD-3-Clause" 217 ], 186 218 "authors": [ 187 219 { … … 192 224 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 193 225 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", 194 "keywords": ["phpcs", "standards"], 195 "time": "2020-10-23T02:01:07+00:00" 226 "keywords": [ 227 "phpcs", 228 "standards" 229 ], 230 "support": { 231 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 232 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 233 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 234 }, 235 "time": "2021-04-09T00:54:41+00:00" 196 236 } 197 237 ], … … 199 239 { 200 240 "name": "automattic/vipwpcs", 201 "version": "2. 2.0",241 "version": "2.3.2", 202 242 "source": { 203 243 "type": "git", 204 244 "url": "https://github.com/Automattic/VIP-Coding-Standards.git", 205 "reference": "4d0612461232b313d06321f1501c3989bd6aecf9" 206 }, 207 "dist": { 208 "type": "zip", 209 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/4d0612461232b313d06321f1501c3989bd6aecf9", 210 "reference": "4d0612461232b313d06321f1501c3989bd6aecf9", 211 "shasum": "" 212 }, 213 "require": { 245 "reference": "efacebef421334d54b99afa92fb8fa645336a8a7" 246 }, 247 "dist": { 248 "type": "zip", 249 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/efacebef421334d54b99afa92fb8fa645336a8a7", 250 "reference": "efacebef421334d54b99afa92fb8fa645336a8a7", 251 "shasum": "" 252 }, 253 "require": { 254 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", 214 255 "php": ">=5.4", 215 256 "sirbrillig/phpcs-variable-analysis": "^2.8.3", … … 218 259 }, 219 260 "require-dev": { 220 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 261 "php-parallel-lint/php-console-highlighter": "^0.5", 262 "php-parallel-lint/php-parallel-lint": "^1.0", 221 263 "phpcompatibility/php-compatibility": "^9", 264 "phpcsstandards/phpcsdevtools": "^1.0", 222 265 "phpunit/phpunit": "^4 || ^5 || ^6 || ^7" 223 266 }, 224 "suggest": { 225 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will manage the PHPCS 'installed_paths' automatically." 226 }, 227 "type": "phpcodesniffer-standard", 228 "notification-url": "https://packagist.org/downloads/", 229 "license": ["MIT"], 267 "type": "phpcodesniffer-standard", 268 "notification-url": "https://packagist.org/downloads/", 269 "license": [ 270 "MIT" 271 ], 230 272 "authors": [ 231 273 { … … 235 277 ], 236 278 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", 237 "keywords": ["phpcs", "standards", "wordpress"], 238 "time": "2020-09-07T10:45:45+00:00" 279 "keywords": [ 280 "phpcs", 281 "standards", 282 "wordpress" 283 ], 284 "support": { 285 "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues", 286 "source": "https://github.com/Automattic/VIP-Coding-Standards", 287 "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki" 288 }, 289 "time": "2021-04-28T16:41:50+00:00" 239 290 }, 240 291 { 241 292 "name": "dealerdirect/phpcodesniffer-composer-installer", 242 "version": "v0.7. 0",293 "version": "v0.7.1", 243 294 "source": { 244 295 "type": "git", 245 296 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 246 "reference": " e8d808670b8f882188368faaf1144448c169c0b7"247 }, 248 "dist": { 249 "type": "zip", 250 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/ e8d808670b8f882188368faaf1144448c169c0b7",251 "reference": " e8d808670b8f882188368faaf1144448c169c0b7",297 "reference": "fe390591e0241955f22eb9ba327d137e501c771c" 298 }, 299 "dist": { 300 "type": "zip", 301 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c", 302 "reference": "fe390591e0241955f22eb9ba327d137e501c771c", 252 303 "shasum": "" 253 304 }, … … 255 306 "composer-plugin-api": "^1.0 || ^2.0", 256 307 "php": ">=5.3", 257 "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev"308 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0" 258 309 }, 259 310 "require-dev": { … … 272 323 }, 273 324 "notification-url": "https://packagist.org/downloads/", 274 "license": ["MIT"], 325 "license": [ 326 "MIT" 327 ], 275 328 "authors": [ 276 329 { … … 300 353 "tests" 301 354 ], 302 "time": "2020-06-25T14:57:39+00:00" 355 "support": { 356 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", 357 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" 358 }, 359 "time": "2020-12-07T18:04:37+00:00" 303 360 }, 304 361 { 305 362 "name": "sirbrillig/phpcs-variable-analysis", 306 "version": "v2. 9.0",363 "version": "v2.11.2", 307 364 "source": { 308 365 "type": "git", 309 366 "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", 310 "reference": " ff54d4ec7f2bd152d526fdabfeff639aa9b8be01"311 }, 312 "dist": { 313 "type": "zip", 314 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",315 "reference": " ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",367 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e" 368 }, 369 "dist": { 370 "type": "zip", 371 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e", 372 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e", 316 373 "shasum": "" 317 374 }, 318 375 "require": { 319 376 "php": ">=5.4.0", 320 "squizlabs/php_codesniffer": "^3. 1"321 }, 322 "require-dev": { 323 "dealerdirect/phpcodesniffer-composer-installer": "^0. 4.4 || ^0.5 || ^0.6",377 "squizlabs/php_codesniffer": "^3.5" 378 }, 379 "require-dev": { 380 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 324 381 "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", 325 382 "phpstan/phpstan": "^0.11.8", … … 334 391 }, 335 392 "notification-url": "https://packagist.org/downloads/", 336 "license": ["BSD-2-Clause"], 393 "license": [ 394 "BSD-2-Clause" 395 ], 337 396 "authors": [ 338 397 { … … 346 405 ], 347 406 "description": "A PHPCS sniff to detect problems with variables.", 348 "time": "2020-10-07T23:32:29+00:00" 407 "support": { 408 "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", 409 "source": "https://github.com/sirbrillig/phpcs-variable-analysis", 410 "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" 411 }, 412 "time": "2021-07-06T23:45:17+00:00" 349 413 }, 350 414 { … … 377 441 "type": "phpcodesniffer-standard", 378 442 "notification-url": "https://packagist.org/downloads/", 379 "license": ["MIT"], 443 "license": [ 444 "MIT" 445 ], 380 446 "authors": [ 381 447 { … … 385 451 ], 386 452 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", 387 "keywords": ["phpcs", "standards", "wordpress"], 453 "keywords": [ 454 "phpcs", 455 "standards", 456 "wordpress" 457 ], 458 "support": { 459 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", 460 "source": "https://github.com/WordPress/WordPress-Coding-Standards", 461 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 462 }, 388 463 "time": "2020-05-13T23:57:56+00:00" 389 464 } … … 396 471 "platform": [], 397 472 "platform-dev": [], 398 "plugin-api-version": " 1.1.0"473 "plugin-api-version": "2.1.0" 399 474 } -
add-wpgraphql-seo/tags/4.15.0/readme.txt
r2543468 r2565085 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 4.27 Stable tag: 4.15.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
add-wpgraphql-seo/tags/4.15.0/wp-graphql-yoast-seo.php
r2543468 r2565085 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 4.211 * Version: 4.15.0 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 194 194 $all['noindex-archive-wpseo'] 195 195 ), 196 'fullHead' => YoastSEO() 197 ->meta->for_post_type_archive($type) 198 ->get_head(), 196 'fullHead' => is_string( 197 YoastSEO() 198 ->meta->for_post_type_archive($type) 199 ->get_head() 200 ) 201 ? YoastSEO() 202 ->meta->for_post_type_archive($type) 203 ->get_head() 204 : YoastSEO() 205 ->meta->for_post_type_archive($type) 206 ->get_head()->html, 199 207 ] 200 208 : [ … … 221 229 ? $all['bctitle-ptarchive-' . $type] 222 230 : null, 223 'fullHead' => YoastSEO() 224 ->meta->for_post_type_archive($type) 225 ->get_head(), 231 'fullHead' => is_string( 232 YoastSEO() 233 ->meta->for_post_type_archive($type) 234 ->get_head() 235 ) 236 ? YoastSEO() 237 ->meta->for_post_type_archive($type) 238 ->get_head() 239 : YoastSEO() 240 ->meta->for_post_type_archive($type) 241 ->get_head()->html, 226 242 ], 227 243 ]; … … 890 906 ->indexable->is_cornerstone 891 907 ), 892 'fullHead' => YoastSEO() 893 ->meta->for_post($post->ID) 894 ->get_head(), 908 'fullHead' => is_string( 909 YoastSEO() 910 ->meta->for_post($post->ID) 911 ->get_head() 912 ) 913 ? YoastSEO() 914 ->meta->for_post($post->ID) 915 ->get_head() 916 : YoastSEO() 917 ->meta->for_post($post->ID) 918 ->get_head()->html, 895 919 'schema' => [ 896 920 'pageType' => is_array( … … 1024 1048 'metaRobotsNoindex' => $robots['index'], 1025 1049 'metaRobotsNofollow' => $robots['follow'], 1026 'fullHead' => YoastSEO() 1027 ->meta->for_author($user->userId) 1028 ->get_head(), 1050 'fullHead' => is_string( 1051 YoastSEO() 1052 ->meta->for_author($user->userId) 1053 ->get_head() 1054 ) 1055 ? YoastSEO() 1056 ->meta->for_author($user->userId) 1057 ->get_head() 1058 : YoastSEO() 1059 ->meta->for_author($user->userId) 1060 ->get_head()->html, 1029 1061 'social' => [ 1030 1062 'facebook' => wp_gql_seo_format_string( … … 1187 1219 ->is_cornerstone 1188 1220 ), 1189 'fullHead' => YoastSEO() 1190 ->meta->for_term($term->term_id) 1191 ->get_head(), 1221 'fullHead' => is_string( 1222 YoastSEO() 1223 ->meta->for_term($term->term_id) 1224 ->get_head() 1225 ) 1226 ? YoastSEO() 1227 ->meta->for_term($term->term_id) 1228 ->get_head() 1229 : YoastSEO() 1230 ->meta->for_term($term->term_id) 1231 ->get_head()->html, 1192 1232 'schema' => [ 1193 1233 'raw' => json_encode( -
add-wpgraphql-seo/trunk/CHANGELOG.md
r2543468 r2565085 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.15.0] - 2021-07-15 9 10 ### Changed 11 12 - Update to support Yoast 16.7 7 13 8 14 ## [4.14.2] - 2021-06-07 -
add-wpgraphql-seo/trunk/composer.lock
r2440985 r2565085 37 37 "type": "phpcodesniffer-standard", 38 38 "notification-url": "https://packagist.org/downloads/", 39 "license": ["LGPL-3.0-or-later"], 39 "license": [ 40 "LGPL-3.0-or-later" 41 ], 40 42 "authors": [ 41 43 { … … 56 58 "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", 57 59 "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", 58 "keywords": ["compatibility", "phpcs", "standards"], 60 "keywords": [ 61 "compatibility", 62 "phpcs", 63 "standards" 64 ], 65 "support": { 66 "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", 67 "source": "https://github.com/PHPCompatibility/PHPCompatibility" 68 }, 59 69 "time": "2019-12-27T09:44:58+00:00" 60 70 }, 61 71 { 62 72 "name": "phpcompatibility/phpcompatibility-paragonie", 63 "version": "1.3. 0",73 "version": "1.3.1", 64 74 "source": { 65 75 "type": "git", 66 76 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", 67 "reference": " b862bc32f7e860d0b164b199bd995e690b4b191c"68 }, 69 "dist": { 70 "type": "zip", 71 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ b862bc32f7e860d0b164b199bd995e690b4b191c",72 "reference": " b862bc32f7e860d0b164b199bd995e690b4b191c",77 "reference": "ddabec839cc003651f2ce695c938686d1086cf43" 78 }, 79 "dist": { 80 "type": "zip", 81 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43", 82 "reference": "ddabec839cc003651f2ce695c938686d1086cf43", 73 83 "shasum": "" 74 84 }, … … 77 87 }, 78 88 "require-dev": { 79 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5",89 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 80 90 "paragonie/random_compat": "dev-master", 81 91 "paragonie/sodium_compat": "dev-master" 82 92 }, 83 93 "suggest": { 84 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",94 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 85 95 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 86 96 }, 87 97 "type": "phpcodesniffer-standard", 88 98 "notification-url": "https://packagist.org/downloads/", 89 "license": ["LGPL-3.0-or-later"], 99 "license": [ 100 "LGPL-3.0-or-later" 101 ], 90 102 "authors": [ 91 103 { … … 107 119 "standards" 108 120 ], 109 "time": "2019-11-04T15:17:54+00:00" 121 "support": { 122 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", 123 "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" 124 }, 125 "time": "2021-02-15T10:24:51+00:00" 110 126 }, 111 127 { 112 128 "name": "phpcompatibility/phpcompatibility-wp", 113 "version": "2.1. 0",129 "version": "2.1.1", 114 130 "source": { 115 131 "type": "git", 116 132 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", 117 "reference": " 41bef18ba688af638b7310666db28e1ea9158b2f"118 }, 119 "dist": { 120 "type": "zip", 121 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/ 41bef18ba688af638b7310666db28e1ea9158b2f",122 "reference": " 41bef18ba688af638b7310666db28e1ea9158b2f",133 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e" 134 }, 135 "dist": { 136 "type": "zip", 137 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", 138 "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", 123 139 "shasum": "" 124 140 }, … … 128 144 }, 129 145 "require-dev": { 130 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5"146 "dealerdirect/phpcodesniffer-composer-installer": "^0.7" 131 147 }, 132 148 "suggest": { 133 "dealerdirect/phpcodesniffer-composer-installer": "^0. 5|| This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",149 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", 134 150 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." 135 151 }, 136 152 "type": "phpcodesniffer-standard", 137 153 "notification-url": "https://packagist.org/downloads/", 138 "license": ["LGPL-3.0-or-later"], 154 "license": [ 155 "LGPL-3.0-or-later" 156 ], 139 157 "authors": [ 140 158 { … … 149 167 "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", 150 168 "homepage": "http://phpcompatibility.com/", 151 "keywords": ["compatibility", "phpcs", "standards", "wordpress"], 152 "time": "2019-08-28T14:22:28+00:00" 169 "keywords": [ 170 "compatibility", 171 "phpcs", 172 "standards", 173 "wordpress" 174 ], 175 "support": { 176 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", 177 "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" 178 }, 179 "time": "2021-02-15T12:58:46+00:00" 153 180 }, 154 181 { 155 182 "name": "squizlabs/php_codesniffer", 156 "version": "3. 5.8",183 "version": "3.6.0", 157 184 "source": { 158 185 "type": "git", 159 186 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 160 "reference": " 9d583721a7157ee997f235f327de038e7ea6dac4"161 }, 162 "dist": { 163 "type": "zip", 164 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ 9d583721a7157ee997f235f327de038e7ea6dac4",165 "reference": " 9d583721a7157ee997f235f327de038e7ea6dac4",187 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" 188 }, 189 "dist": { 190 "type": "zip", 191 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", 192 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", 166 193 "shasum": "" 167 194 }, … … 175 202 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 176 203 }, 177 "bin": ["bin/phpcs", "bin/phpcbf"], 204 "bin": [ 205 "bin/phpcs", 206 "bin/phpcbf" 207 ], 178 208 "type": "library", 179 209 "extra": { … … 183 213 }, 184 214 "notification-url": "https://packagist.org/downloads/", 185 "license": ["BSD-3-Clause"], 215 "license": [ 216 "BSD-3-Clause" 217 ], 186 218 "authors": [ 187 219 { … … 192 224 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 193 225 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", 194 "keywords": ["phpcs", "standards"], 195 "time": "2020-10-23T02:01:07+00:00" 226 "keywords": [ 227 "phpcs", 228 "standards" 229 ], 230 "support": { 231 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 232 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 233 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 234 }, 235 "time": "2021-04-09T00:54:41+00:00" 196 236 } 197 237 ], … … 199 239 { 200 240 "name": "automattic/vipwpcs", 201 "version": "2. 2.0",241 "version": "2.3.2", 202 242 "source": { 203 243 "type": "git", 204 244 "url": "https://github.com/Automattic/VIP-Coding-Standards.git", 205 "reference": "4d0612461232b313d06321f1501c3989bd6aecf9" 206 }, 207 "dist": { 208 "type": "zip", 209 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/4d0612461232b313d06321f1501c3989bd6aecf9", 210 "reference": "4d0612461232b313d06321f1501c3989bd6aecf9", 211 "shasum": "" 212 }, 213 "require": { 245 "reference": "efacebef421334d54b99afa92fb8fa645336a8a7" 246 }, 247 "dist": { 248 "type": "zip", 249 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/efacebef421334d54b99afa92fb8fa645336a8a7", 250 "reference": "efacebef421334d54b99afa92fb8fa645336a8a7", 251 "shasum": "" 252 }, 253 "require": { 254 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", 214 255 "php": ">=5.4", 215 256 "sirbrillig/phpcs-variable-analysis": "^2.8.3", … … 218 259 }, 219 260 "require-dev": { 220 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 261 "php-parallel-lint/php-console-highlighter": "^0.5", 262 "php-parallel-lint/php-parallel-lint": "^1.0", 221 263 "phpcompatibility/php-compatibility": "^9", 264 "phpcsstandards/phpcsdevtools": "^1.0", 222 265 "phpunit/phpunit": "^4 || ^5 || ^6 || ^7" 223 266 }, 224 "suggest": { 225 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will manage the PHPCS 'installed_paths' automatically." 226 }, 227 "type": "phpcodesniffer-standard", 228 "notification-url": "https://packagist.org/downloads/", 229 "license": ["MIT"], 267 "type": "phpcodesniffer-standard", 268 "notification-url": "https://packagist.org/downloads/", 269 "license": [ 270 "MIT" 271 ], 230 272 "authors": [ 231 273 { … … 235 277 ], 236 278 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", 237 "keywords": ["phpcs", "standards", "wordpress"], 238 "time": "2020-09-07T10:45:45+00:00" 279 "keywords": [ 280 "phpcs", 281 "standards", 282 "wordpress" 283 ], 284 "support": { 285 "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues", 286 "source": "https://github.com/Automattic/VIP-Coding-Standards", 287 "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki" 288 }, 289 "time": "2021-04-28T16:41:50+00:00" 239 290 }, 240 291 { 241 292 "name": "dealerdirect/phpcodesniffer-composer-installer", 242 "version": "v0.7. 0",293 "version": "v0.7.1", 243 294 "source": { 244 295 "type": "git", 245 296 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 246 "reference": " e8d808670b8f882188368faaf1144448c169c0b7"247 }, 248 "dist": { 249 "type": "zip", 250 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/ e8d808670b8f882188368faaf1144448c169c0b7",251 "reference": " e8d808670b8f882188368faaf1144448c169c0b7",297 "reference": "fe390591e0241955f22eb9ba327d137e501c771c" 298 }, 299 "dist": { 300 "type": "zip", 301 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c", 302 "reference": "fe390591e0241955f22eb9ba327d137e501c771c", 252 303 "shasum": "" 253 304 }, … … 255 306 "composer-plugin-api": "^1.0 || ^2.0", 256 307 "php": ">=5.3", 257 "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev"308 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0" 258 309 }, 259 310 "require-dev": { … … 272 323 }, 273 324 "notification-url": "https://packagist.org/downloads/", 274 "license": ["MIT"], 325 "license": [ 326 "MIT" 327 ], 275 328 "authors": [ 276 329 { … … 300 353 "tests" 301 354 ], 302 "time": "2020-06-25T14:57:39+00:00" 355 "support": { 356 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", 357 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" 358 }, 359 "time": "2020-12-07T18:04:37+00:00" 303 360 }, 304 361 { 305 362 "name": "sirbrillig/phpcs-variable-analysis", 306 "version": "v2. 9.0",363 "version": "v2.11.2", 307 364 "source": { 308 365 "type": "git", 309 366 "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", 310 "reference": " ff54d4ec7f2bd152d526fdabfeff639aa9b8be01"311 }, 312 "dist": { 313 "type": "zip", 314 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",315 "reference": " ff54d4ec7f2bd152d526fdabfeff639aa9b8be01",367 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e" 368 }, 369 "dist": { 370 "type": "zip", 371 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e", 372 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e", 316 373 "shasum": "" 317 374 }, 318 375 "require": { 319 376 "php": ">=5.4.0", 320 "squizlabs/php_codesniffer": "^3. 1"321 }, 322 "require-dev": { 323 "dealerdirect/phpcodesniffer-composer-installer": "^0. 4.4 || ^0.5 || ^0.6",377 "squizlabs/php_codesniffer": "^3.5" 378 }, 379 "require-dev": { 380 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 324 381 "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", 325 382 "phpstan/phpstan": "^0.11.8", … … 334 391 }, 335 392 "notification-url": "https://packagist.org/downloads/", 336 "license": ["BSD-2-Clause"], 393 "license": [ 394 "BSD-2-Clause" 395 ], 337 396 "authors": [ 338 397 { … … 346 405 ], 347 406 "description": "A PHPCS sniff to detect problems with variables.", 348 "time": "2020-10-07T23:32:29+00:00" 407 "support": { 408 "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", 409 "source": "https://github.com/sirbrillig/phpcs-variable-analysis", 410 "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" 411 }, 412 "time": "2021-07-06T23:45:17+00:00" 349 413 }, 350 414 { … … 377 441 "type": "phpcodesniffer-standard", 378 442 "notification-url": "https://packagist.org/downloads/", 379 "license": ["MIT"], 443 "license": [ 444 "MIT" 445 ], 380 446 "authors": [ 381 447 { … … 385 451 ], 386 452 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", 387 "keywords": ["phpcs", "standards", "wordpress"], 453 "keywords": [ 454 "phpcs", 455 "standards", 456 "wordpress" 457 ], 458 "support": { 459 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", 460 "source": "https://github.com/WordPress/WordPress-Coding-Standards", 461 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 462 }, 388 463 "time": "2020-05-13T23:57:56+00:00" 389 464 } … … 396 471 "platform": [], 397 472 "platform-dev": [], 398 "plugin-api-version": " 1.1.0"473 "plugin-api-version": "2.1.0" 399 474 } -
add-wpgraphql-seo/trunk/readme.txt
r2543468 r2565085 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.1 7 Stable tag: 4.1 4.27 Stable tag: 4.15.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
r2543468 r2565085 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.1 4.211 * Version: 4.15.0 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO … … 194 194 $all['noindex-archive-wpseo'] 195 195 ), 196 'fullHead' => YoastSEO() 197 ->meta->for_post_type_archive($type) 198 ->get_head(), 196 'fullHead' => is_string( 197 YoastSEO() 198 ->meta->for_post_type_archive($type) 199 ->get_head() 200 ) 201 ? YoastSEO() 202 ->meta->for_post_type_archive($type) 203 ->get_head() 204 : YoastSEO() 205 ->meta->for_post_type_archive($type) 206 ->get_head()->html, 199 207 ] 200 208 : [ … … 221 229 ? $all['bctitle-ptarchive-' . $type] 222 230 : null, 223 'fullHead' => YoastSEO() 224 ->meta->for_post_type_archive($type) 225 ->get_head(), 231 'fullHead' => is_string( 232 YoastSEO() 233 ->meta->for_post_type_archive($type) 234 ->get_head() 235 ) 236 ? YoastSEO() 237 ->meta->for_post_type_archive($type) 238 ->get_head() 239 : YoastSEO() 240 ->meta->for_post_type_archive($type) 241 ->get_head()->html, 226 242 ], 227 243 ]; … … 890 906 ->indexable->is_cornerstone 891 907 ), 892 'fullHead' => YoastSEO() 893 ->meta->for_post($post->ID) 894 ->get_head(), 908 'fullHead' => is_string( 909 YoastSEO() 910 ->meta->for_post($post->ID) 911 ->get_head() 912 ) 913 ? YoastSEO() 914 ->meta->for_post($post->ID) 915 ->get_head() 916 : YoastSEO() 917 ->meta->for_post($post->ID) 918 ->get_head()->html, 895 919 'schema' => [ 896 920 'pageType' => is_array( … … 1024 1048 'metaRobotsNoindex' => $robots['index'], 1025 1049 'metaRobotsNofollow' => $robots['follow'], 1026 'fullHead' => YoastSEO() 1027 ->meta->for_author($user->userId) 1028 ->get_head(), 1050 'fullHead' => is_string( 1051 YoastSEO() 1052 ->meta->for_author($user->userId) 1053 ->get_head() 1054 ) 1055 ? YoastSEO() 1056 ->meta->for_author($user->userId) 1057 ->get_head() 1058 : YoastSEO() 1059 ->meta->for_author($user->userId) 1060 ->get_head()->html, 1029 1061 'social' => [ 1030 1062 'facebook' => wp_gql_seo_format_string( … … 1187 1219 ->is_cornerstone 1188 1220 ), 1189 'fullHead' => YoastSEO() 1190 ->meta->for_term($term->term_id) 1191 ->get_head(), 1221 'fullHead' => is_string( 1222 YoastSEO() 1223 ->meta->for_term($term->term_id) 1224 ->get_head() 1225 ) 1226 ? YoastSEO() 1227 ->meta->for_term($term->term_id) 1228 ->get_head() 1229 : YoastSEO() 1230 ->meta->for_term($term->term_id) 1231 ->get_head()->html, 1192 1232 'schema' => [ 1193 1233 'raw' => json_encode(
Note: See TracChangeset
for help on using the changeset viewer.