Plugin Directory

Changeset 2587576


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

Update to version 1.0.0 from GitHub

Location:
wpm-schema
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpm-schema/tags/1.0.0/readme.txt

    r2587570 r2587576  
    11=== Schema Extensions by WP Munich ===
    22Contributors: wpmunich,luehrsen
    3 Tags: plugin,boilerplate
     3Tags: yoast,seo,schema,structured data
    44Requires at least: 5.0
    55Tested up to: 5.8
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 0.1.1
     9Stable tag: 1.0.0
    1010
    1111Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
     
    1818This is why this plugin exists. In this plugin we can add fun, useful and experimental Schema.org markup, that better describes what content is available on the site and what that content is about.
    1919
    20 ## Current Extensions
     20= Current Extensions =
    2121
    22 ### Spouse
     22**Spouse**
    2323You can select another WordPress user in a user profile that is then marked as a [spouse](https://schema.org/spouse) of that user. Be advised, this connection is not bidirectional.
    2424
    25 ### Honorific Titles
     25**Honorific Titles**
    2626You can set a honorific [prefix](https://schema.org/honorificPrefix) and [suffix](https://schema.org/honorificSuffix) for a specific user.
    2727
    28 ## Make this better
     28= Make this better =
    2929
    3030If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wpm-schema-extensions) to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wpm-schema-extensions).
  • wpm-schema/tags/1.0.0/vendor/autoload.php

    r2587570 r2587576  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e::getLoader();
     7return ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b::getLoader();
  • wpm-schema/tags/1.0.0/vendor/composer/autoload_real.php

    r2587570 r2587576  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e
     5class ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b', '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\ComposerStaticInit0142228f368a83aa69c6477a1190763e::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit71e8f267ee87de8e8e7a2c4eb6caa20b::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • wpm-schema/tags/1.0.0/vendor/composer/autoload_static.php

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

    r2587570 r2587576  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'd9a8891e47946307fa8bb03b4b48836878b5a681',
     8        'reference' => 'f42fe42a72968e986b303fa5d78abda89995173b',
    99        'name' => 'wpmunich/wpmschema',
    1010        'dev' => true,
     
    1717            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => 'd9a8891e47946307fa8bb03b4b48836878b5a681',
     19            'reference' => 'f42fe42a72968e986b303fa5d78abda89995173b',
    2020            'dev_requirement' => false,
    2121        ),
  • wpm-schema/tags/1.0.0/wpm-schema.php

    r2587570 r2587576  
    44 *
    55 * @package wpmschema
    6  * @version 0.1.1
     6 * @version 1.0.0
    77 *
    88 * Plugin Name: Schema Extensions by WP Munich
     
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 0.1.1
     13 * Version: 1.0.0
    1414 * Text Domain: wpmschema
    1515 */
     
    2525
    2626if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) {
    27     define( 'WPM_SCHEMA_VERSION', '0.1.1' );
     27    define( 'WPM_SCHEMA_VERSION', '1.0.0' );
    2828}
    2929
  • wpm-schema/trunk/readme.txt

    r2587570 r2587576  
    11=== Schema Extensions by WP Munich ===
    22Contributors: wpmunich,luehrsen
    3 Tags: plugin,boilerplate
     3Tags: yoast,seo,schema,structured data
    44Requires at least: 5.0
    55Tested up to: 5.8
     
    77License: GPLv2
    88License URI: https://www.gnu.de/documents/gpl-2.0.html
    9 Stable tag: 0.1.1
     9Stable tag: 1.0.0
    1010
    1111Extend the Schema.org markup generated by Yoast SEO in small, but meaningful ways.
     
    1818This is why this plugin exists. In this plugin we can add fun, useful and experimental Schema.org markup, that better describes what content is available on the site and what that content is about.
    1919
    20 ## Current Extensions
     20= Current Extensions =
    2121
    22 ### Spouse
     22**Spouse**
    2323You can select another WordPress user in a user profile that is then marked as a [spouse](https://schema.org/spouse) of that user. Be advised, this connection is not bidirectional.
    2424
    25 ### Honorific Titles
     25**Honorific Titles**
    2626You can set a honorific [prefix](https://schema.org/honorificPrefix) and [suffix](https://schema.org/honorificSuffix) for a specific user.
    2727
    28 ## Make this better
     28= Make this better =
    2929
    3030If you are a developer, we encourage you to follow along or [contribute](https://github.com/luehrsenheinrich/wpm-schema-extensions) to the development of this plugin [on GitHub](https://github.com/luehrsenheinrich/wpm-schema-extensions).
  • wpm-schema/trunk/vendor/autoload.php

    r2587570 r2587576  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e::getLoader();
     7return ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b::getLoader();
  • wpm-schema/trunk/vendor/composer/autoload_real.php

    r2587570 r2587576  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e
     5class ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit0142228f368a83aa69c6477a1190763e', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit71e8f267ee87de8e8e7a2c4eb6caa20b', '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\ComposerStaticInit0142228f368a83aa69c6477a1190763e::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit71e8f267ee87de8e8e7a2c4eb6caa20b::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • wpm-schema/trunk/vendor/composer/autoload_static.php

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

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

    r2587570 r2587576  
    44 *
    55 * @package wpmschema
    6  * @version 0.1.1
     6 * @version 1.0.0
    77 *
    88 * Plugin Name: Schema Extensions by WP Munich
     
    1111 * Author: WP Munich
    1212 * Author URI: https://www.wp-munich.com
    13  * Version: 0.1.1
     13 * Version: 1.0.0
    1414 * Text Domain: wpmschema
    1515 */
     
    2525
    2626if ( ! defined( 'WPM_SCHEMA_VERSION' ) ) {
    27     define( 'WPM_SCHEMA_VERSION', '0.1.1' );
     27    define( 'WPM_SCHEMA_VERSION', '1.0.0' );
    2828}
    2929
Note: See TracChangeset for help on using the changeset viewer.