Changeset 2588304
- Timestamp:
- 08/25/2021 08:20:24 AM (5 years ago)
- Location:
- wpm-schema
- Files:
-
- 14 edited
- 1 copied
-
tags/1.1.0 (copied) (copied from wpm-schema/trunk)
-
tags/1.1.0/inc/Schema_Spouse/Spouse.php (modified) (1 diff)
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
tags/1.1.0/vendor/autoload.php (modified) (1 diff)
-
tags/1.1.0/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.1.0/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.1.0/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.1.0/wpm-schema.php (modified) (2 diffs)
-
trunk/inc/Schema_Spouse/Spouse.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wpm-schema.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpm-schema/tags/1.1.0/inc/Schema_Spouse/Spouse.php
r2587570 r2588304 92 92 93 93 /** 94 * Overwrite this function and make it straight return data, as spouses do not have images from options. 95 * 96 * @param array $data The Person schema. 97 * @param string $schema_id The string used in the `@id` for the schema. 98 * 99 * @return array The Person schema. 100 */ 101 protected function set_image_from_options( $data, $schema_id ) { 102 return $data; 103 } 104 105 /** 94 106 * We add the spouse data object to the user graph piece that has triggered 95 107 * the generation of this spouse. -
wpm-schema/tags/1.1.0/readme.txt
r2587590 r2588304 1 === Schema Extensions by WP Munich ===1 === Schema Extensions for Yoast SEO by WP Munich === 2 2 Contributors: wpmunich,luehrsen 3 3 Tags: yoast,seo,schema,structured data … … 7 7 License: GPLv2 8 8 License URI: https://www.gnu.de/documents/gpl-2.0.html 9 Stable tag: 1. 0.29 Stable tag: 1.1.0 10 10 11 11 Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways. … … 36 36 37 37 1. Visit 'Plugins > Add New' 38 1. Search for 'Schema Extensions by WP Munich'38 1. Search for 'Schema Extensions for Yoast SEO by WP Munich' 39 39 1. Activate the plugin from your Plugins page. 40 40 … … 54 54 == Changelog == 55 55 56 = 1.1.0 = 57 - Update the plugin name to signal, that this plugin is useless without Yoast SEO. (Thank you, Team Yoast!) 58 - Fix an issue with the Spouse marup, where the wrong image would be attached to the spouse 59 56 60 = 1.0.0 = 57 61 - Public release on WordPress.org -
wpm-schema/tags/1.1.0/vendor/autoload.php
r2587590 r2588304 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d::getLoader();7 return ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f::getLoader(); -
wpm-schema/tags/1.1.0/vendor/composer/autoload_real.php
r2587590 r2588304 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d5 class ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
wpm-schema/tags/1.1.0/vendor/composer/autoload_static.php
r2587590 r2588304 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d7 class ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
wpm-schema/tags/1.1.0/vendor/composer/installed.php
r2587590 r2588304 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' a3d87aa98c07f924370921958bd47815c4423533',8 'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1', 9 9 'name' => 'wpmunich/wpmschema', 10 10 'dev' => true, … … 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' a3d87aa98c07f924370921958bd47815c4423533',19 'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1', 20 20 'dev_requirement' => false, 21 21 ), -
wpm-schema/tags/1.1.0/wpm-schema.php
r2587590 r2588304 1 1 <?php 2 2 /** 3 * The main file of the Schema Extensions by WP Munich plugin3 * The main file of the Schema Extensions for Yoast SEO by WP Munich plugin 4 4 * 5 5 * @package wpmschema 6 * @version 1. 0.26 * @version 1.1.0 7 7 * 8 * Plugin Name: Schema Extensions by WP Munich8 * Plugin Name: Schema Extensions for Yoast SEO by WP Munich 9 9 * Plugin URI: 10 10 * Description: Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways. 11 11 * Author: WP Munich 12 12 * Author URI: https://www.wp-munich.com 13 * Version: 1. 0.213 * Version: 1.1.0 14 14 * Text Domain: wpmschema 15 15 */ … … 25 25 26 26 if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) { 27 define( 'WPM_SCHEMA_VERSION', '1. 0.2' );27 define( 'WPM_SCHEMA_VERSION', '1.1.0' ); 28 28 } 29 29 -
wpm-schema/trunk/inc/Schema_Spouse/Spouse.php
r2587570 r2588304 92 92 93 93 /** 94 * Overwrite this function and make it straight return data, as spouses do not have images from options. 95 * 96 * @param array $data The Person schema. 97 * @param string $schema_id The string used in the `@id` for the schema. 98 * 99 * @return array The Person schema. 100 */ 101 protected function set_image_from_options( $data, $schema_id ) { 102 return $data; 103 } 104 105 /** 94 106 * We add the spouse data object to the user graph piece that has triggered 95 107 * the generation of this spouse. -
wpm-schema/trunk/readme.txt
r2587590 r2588304 1 === Schema Extensions by WP Munich ===1 === Schema Extensions for Yoast SEO by WP Munich === 2 2 Contributors: wpmunich,luehrsen 3 3 Tags: yoast,seo,schema,structured data … … 7 7 License: GPLv2 8 8 License URI: https://www.gnu.de/documents/gpl-2.0.html 9 Stable tag: 1. 0.29 Stable tag: 1.1.0 10 10 11 11 Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways. … … 36 36 37 37 1. Visit 'Plugins > Add New' 38 1. Search for 'Schema Extensions by WP Munich'38 1. Search for 'Schema Extensions for Yoast SEO by WP Munich' 39 39 1. Activate the plugin from your Plugins page. 40 40 … … 54 54 == Changelog == 55 55 56 = 1.1.0 = 57 - Update the plugin name to signal, that this plugin is useless without Yoast SEO. (Thank you, Team Yoast!) 58 - Fix an issue with the Spouse marup, where the wrong image would be attached to the spouse 59 56 60 = 1.0.0 = 57 61 - Public release on WordPress.org -
wpm-schema/trunk/vendor/autoload.php
r2587590 r2588304 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d::getLoader();7 return ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f::getLoader(); -
wpm-schema/trunk/vendor/composer/autoload_real.php
r2587590 r2588304 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d5 class ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
wpm-schema/trunk/vendor/composer/autoload_static.php
r2587590 r2588304 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d7 class ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit 31541d562fa83c0519f2feab4d896c8d::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
wpm-schema/trunk/vendor/composer/installed.php
r2587590 r2588304 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' a3d87aa98c07f924370921958bd47815c4423533',8 'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1', 9 9 'name' => 'wpmunich/wpmschema', 10 10 'dev' => true, … … 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' a3d87aa98c07f924370921958bd47815c4423533',19 'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1', 20 20 'dev_requirement' => false, 21 21 ), -
wpm-schema/trunk/wpm-schema.php
r2587590 r2588304 1 1 <?php 2 2 /** 3 * The main file of the Schema Extensions by WP Munich plugin3 * The main file of the Schema Extensions for Yoast SEO by WP Munich plugin 4 4 * 5 5 * @package wpmschema 6 * @version 1. 0.26 * @version 1.1.0 7 7 * 8 * Plugin Name: Schema Extensions by WP Munich8 * Plugin Name: Schema Extensions for Yoast SEO by WP Munich 9 9 * Plugin URI: 10 10 * Description: Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways. 11 11 * Author: WP Munich 12 12 * Author URI: https://www.wp-munich.com 13 * Version: 1. 0.213 * Version: 1.1.0 14 14 * Text Domain: wpmschema 15 15 */ … … 25 25 26 26 if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) { 27 define( 'WPM_SCHEMA_VERSION', '1. 0.2' );27 define( 'WPM_SCHEMA_VERSION', '1.1.0' ); 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.