Plugin Directory

Changeset 2630089


Ignore:
Timestamp:
11/15/2021 08:07:40 PM (4 years ago)
Author:
paulfedorov
Message:

Update to version 1.1.1 from GitHub

Location:
shoppable-recipes
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shoppable-recipes/tags/1.1.1/readme.txt

    r2630085 r2630089  
    1313== Description ==
    1414Let your visitors [Save your recipes](https://whisk.com/recipe-box-app/) to their Whisk accounts or create instant [Shopping Lists](https://whisk.com/grocery-list-app/) and go shopping for ingredients in seconds.
     15It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards. Shortcode [whisk-widget] is available to add Whisk Widgets anywhere.
     16
     17Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
    1518Plugin is very light and has zero impact on SEO, doesn't affect PageSpeed at all. It loads all necessary scripts only after real user interaction, not slowing down your website loading speed.
    16 Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
    17 It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards.
    1819
    19 To add Whisk Widget on a page simple use this shortcode: [whisk-widget]
    20 
    21 Using plugin options, you can change:
     20There are some options, that helps you change:
    2221
    2322- widget format (compact or large)
     
    3130Is it free?
    3231Yes, the plugin and Whisk widgets are totally free.
     32
     33Does it load a lot of 3rd-party scripts?
     34No! We care about your website performance and initially preload a very tiny (1kb) loader script that passively detects user interaction and loads all the Whisk scripts after some action was performed by a real user.
     35This way there is no impact on Google PageSpeed metrics and SEO.
    3336
    3437== Changelog ==
  • shoppable-recipes/tags/1.1.1/vendor/autoload.php

    r2630085 r2630089  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c::getLoader();
     7return ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992::getLoader();
  • shoppable-recipes/tags/1.1.1/vendor/composer/autoload_real.php

    r2630085 r2630089  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c
     5class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/tags/1.1.1/vendor/composer/autoload_static.php

    r2630085 r2630089  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit325666cd0ac67a8092bd756b82b4366c
     7class ComposerStaticInit9b40d36788db1c5d840e01624487e992
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • shoppable-recipes/tags/1.1.1/vendor/composer/installed.php

    r2630085 r2630089  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.1',
    4         'version' => '1.1.0.0',
     3        'pretty_version' => '1.1.1',
     4        'version' => '1.1.1.0',
    55        'type' => 'wordpress-plugin',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '7e322a606e66e08396e3a83c50620304f1ab5ee5',
     8        'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1',
    99        'name' => 'paul-fedorov/shoppable-recipes',
    1010        'dev' => false,
     
    2121        ),
    2222        'paul-fedorov/shoppable-recipes' => array(
    23             'pretty_version' => '1.1',
    24             'version' => '1.1.0.0',
     23            'pretty_version' => '1.1.1',
     24            'version' => '1.1.1.0',
    2525            'type' => 'wordpress-plugin',
    2626            'install_path' => __DIR__ . '/../../',
    2727            'aliases' => array(),
    28             'reference' => '7e322a606e66e08396e3a83c50620304f1ab5ee5',
     28            'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1',
    2929            'dev_requirement' => false,
    3030        ),
  • shoppable-recipes/trunk/readme.txt

    r2630085 r2630089  
    1313== Description ==
    1414Let your visitors [Save your recipes](https://whisk.com/recipe-box-app/) to their Whisk accounts or create instant [Shopping Lists](https://whisk.com/grocery-list-app/) and go shopping for ingredients in seconds.
     15It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards. Shortcode [whisk-widget] is available to add Whisk Widgets anywhere.
     16
     17Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
    1518Plugin is very light and has zero impact on SEO, doesn't affect PageSpeed at all. It loads all necessary scripts only after real user interaction, not slowing down your website loading speed.
    16 Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
    17 It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards.
    1819
    19 To add Whisk Widget on a page simple use this shortcode: [whisk-widget]
    20 
    21 Using plugin options, you can change:
     20There are some options, that helps you change:
    2221
    2322- widget format (compact or large)
     
    3130Is it free?
    3231Yes, the plugin and Whisk widgets are totally free.
     32
     33Does it load a lot of 3rd-party scripts?
     34No! We care about your website performance and initially preload a very tiny (1kb) loader script that passively detects user interaction and loads all the Whisk scripts after some action was performed by a real user.
     35This way there is no impact on Google PageSpeed metrics and SEO.
    3336
    3437== Changelog ==
  • shoppable-recipes/trunk/vendor/autoload.php

    r2630085 r2630089  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c::getLoader();
     7return ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992::getLoader();
  • shoppable-recipes/trunk/vendor/composer/autoload_real.php

    r2630085 r2630089  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c
     5class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/trunk/vendor/composer/autoload_static.php

    r2630085 r2630089  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit325666cd0ac67a8092bd756b82b4366c
     7class ComposerStaticInit9b40d36788db1c5d840e01624487e992
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit325666cd0ac67a8092bd756b82b4366c::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • shoppable-recipes/trunk/vendor/composer/installed.php

    r2630085 r2630089  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => '1.1',
    4         'version' => '1.1.0.0',
     3        'pretty_version' => '1.1.1',
     4        'version' => '1.1.1.0',
    55        'type' => 'wordpress-plugin',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '7e322a606e66e08396e3a83c50620304f1ab5ee5',
     8        'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1',
    99        'name' => 'paul-fedorov/shoppable-recipes',
    1010        'dev' => false,
     
    2121        ),
    2222        'paul-fedorov/shoppable-recipes' => array(
    23             'pretty_version' => '1.1',
    24             'version' => '1.1.0.0',
     23            'pretty_version' => '1.1.1',
     24            'version' => '1.1.1.0',
    2525            'type' => 'wordpress-plugin',
    2626            'install_path' => __DIR__ . '/../../',
    2727            'aliases' => array(),
    28             'reference' => '7e322a606e66e08396e3a83c50620304f1ab5ee5',
     28            'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1',
    2929            'dev_requirement' => false,
    3030        ),
Note: See TracChangeset for help on using the changeset viewer.