Plugin Directory

Changeset 2588304


Ignore:
Timestamp:
08/25/2021 08:20:24 AM (5 years ago)
Author:
wpmunich
Message:

Update to version 1.1.0 from GitHub

Location:
wpm-schema
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpm-schema/tags/1.1.0/inc/Schema_Spouse/Spouse.php

    r2587570 r2588304  
    9292
    9393    /**
     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    /**
    94106     * We add the spouse data object to the user graph piece that has triggered
    95107     * 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 ===
    22Contributors: wpmunich,luehrsen
    33Tags: yoast,seo,schema,structured data
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 1.0.2
     9Stable tag: 1.1.0
    1010
    1111Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
     
    3636
    37371. Visit 'Plugins > Add New'
    38 1. Search for 'Schema Extensions by WP Munich'
     381. Search for 'Schema Extensions for Yoast SEO by WP Munich'
    39391. Activate the plugin from your Plugins page.
    4040
     
    5454== Changelog ==
    5555
     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
    5660= 1.0.0 =
    5761- Public release on WordPress.org
  • wpm-schema/tags/1.1.0/vendor/autoload.php

    r2587590 r2588304  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d::getLoader();
     7return ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f::getLoader();
  • wpm-schema/tags/1.1.0/vendor/composer/autoload_real.php

    r2587590 r2588304  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d
     5class ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • wpm-schema/tags/1.1.0/vendor/composer/autoload_static.php

    r2587590 r2588304  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit31541d562fa83c0519f2feab4d896c8d
     7class ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2828    {
    2929        return \Closure::bind(function () use ($loader) {
    30             $loader->prefixLengthsPsr4 = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$prefixLengthsPsr4;
    31             $loader->prefixDirsPsr4 = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$prefixDirsPsr4;
    32             $loader->classMap = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$classMap;
     30            $loader->prefixLengthsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixLengthsPsr4;
     31            $loader->prefixDirsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixDirsPsr4;
     32            $loader->classMap = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$classMap;
    3333
    3434        }, null, ClassLoader::class);
  • wpm-schema/tags/1.1.0/vendor/composer/installed.php

    r2587590 r2588304  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'a3d87aa98c07f924370921958bd47815c4423533',
     8        'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1',
    99        'name' => 'wpmunich/wpmschema',
    1010        'dev' => true,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => 'a3d87aa98c07f924370921958bd47815c4423533',
     19            'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1',
    2020            'dev_requirement' => false,
    2121        ),
  • wpm-schema/tags/1.1.0/wpm-schema.php

    r2587590 r2588304  
    11<?php
    22/**
    3  * The main file of the Schema Extensions by WP Munich plugin
     3 * The main file of the Schema Extensions for Yoast SEO by WP Munich plugin
    44 *
    55 * @package wpmschema
    6  * @version 1.0.2
     6 * @version 1.1.0
    77 *
    8  * Plugin Name: Schema Extensions by WP Munich
     8 * Plugin Name: Schema Extensions for Yoast SEO by WP Munich
    99 * Plugin URI:
    1010 * Description: Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 1.0.2
     13 * Version: 1.1.0
    1414 * Text Domain: wpmschema
    1515 */
     
    2525
    2626if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) {
    27     define( 'WPM_SCHEMA_VERSION', '1.0.2' );
     27    define( 'WPM_SCHEMA_VERSION', '1.1.0' );
    2828}
    2929
  • wpm-schema/trunk/inc/Schema_Spouse/Spouse.php

    r2587570 r2588304  
    9292
    9393    /**
     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    /**
    94106     * We add the spouse data object to the user graph piece that has triggered
    95107     * 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 ===
    22Contributors: wpmunich,luehrsen
    33Tags: yoast,seo,schema,structured data
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 1.0.2
     9Stable tag: 1.1.0
    1010
    1111Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
     
    3636
    37371. Visit 'Plugins > Add New'
    38 1. Search for 'Schema Extensions by WP Munich'
     381. Search for 'Schema Extensions for Yoast SEO by WP Munich'
    39391. Activate the plugin from your Plugins page.
    4040
     
    5454== Changelog ==
    5555
     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
    5660= 1.0.0 =
    5761- Public release on WordPress.org
  • wpm-schema/trunk/vendor/autoload.php

    r2587590 r2588304  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d::getLoader();
     7return ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f::getLoader();
  • wpm-schema/trunk/vendor/composer/autoload_real.php

    r2587590 r2588304  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d
     5class ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit31541d562fa83c0519f2feab4d896c8d', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit40020ae1b2de5f3088d94d5bd17c868f', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • wpm-schema/trunk/vendor/composer/autoload_static.php

    r2587590 r2588304  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit31541d562fa83c0519f2feab4d896c8d
     7class ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2828    {
    2929        return \Closure::bind(function () use ($loader) {
    30             $loader->prefixLengthsPsr4 = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$prefixLengthsPsr4;
    31             $loader->prefixDirsPsr4 = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$prefixDirsPsr4;
    32             $loader->classMap = ComposerStaticInit31541d562fa83c0519f2feab4d896c8d::$classMap;
     30            $loader->prefixLengthsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixLengthsPsr4;
     31            $loader->prefixDirsPsr4 = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$prefixDirsPsr4;
     32            $loader->classMap = ComposerStaticInit40020ae1b2de5f3088d94d5bd17c868f::$classMap;
    3333
    3434        }, null, ClassLoader::class);
  • wpm-schema/trunk/vendor/composer/installed.php

    r2587590 r2588304  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'a3d87aa98c07f924370921958bd47815c4423533',
     8        'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1',
    99        'name' => 'wpmunich/wpmschema',
    1010        'dev' => true,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => 'a3d87aa98c07f924370921958bd47815c4423533',
     19            'reference' => '2b2e702cc523708c2d4c5956262351e1e62324d1',
    2020            'dev_requirement' => false,
    2121        ),
  • wpm-schema/trunk/wpm-schema.php

    r2587590 r2588304  
    11<?php
    22/**
    3  * The main file of the Schema Extensions by WP Munich plugin
     3 * The main file of the Schema Extensions for Yoast SEO by WP Munich plugin
    44 *
    55 * @package wpmschema
    6  * @version 1.0.2
     6 * @version 1.1.0
    77 *
    8  * Plugin Name: Schema Extensions by WP Munich
     8 * Plugin Name: Schema Extensions for Yoast SEO by WP Munich
    99 * Plugin URI:
    1010 * Description: Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 1.0.2
     13 * Version: 1.1.0
    1414 * Text Domain: wpmschema
    1515 */
     
    2525
    2626if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) {
    27     define( 'WPM_SCHEMA_VERSION', '1.0.2' );
     27    define( 'WPM_SCHEMA_VERSION', '1.1.0' );
    2828}
    2929
Note: See TracChangeset for help on using the changeset viewer.