Plugin Directory

Changeset 2630090


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

Update to version 1.1.1.1 from GitHub

Location:
shoppable-recipes
Files:
10 edited
1 copied

Legend:

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

    r2630089 r2630090  
    55Tested up to: 5.6
    66Requires PHP: 5.6.20
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
    15 It 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 
    17 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.
    18 Plugin 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.
     15It is compatible with all popular recipe plugins which have Schema.org or JSON-ld support on recipe cards. Shortcode [whisk-widget] is available to add Whisk Widgets anywhere. Plugin is very light and has zero impact on SEO, doesn't affect PageSpeed at all.
    1916
    2017There are some options, that helps you change:
     
    2522
    2623Whisk Apps are available on [Google Play](https://getwhisk.com/download-android), [App Store](https://getwhisk.com/download-ios), [Galaxy Store](https://galaxy.store/whisk) or [Web](http://my.whisk.com/).
    27 
     24After you save a recipe via Whisk Widget it is instantly available in apps too. Very convenient for shopping, sharing with friends, creating recipe collections, etc.
    2825
    2926== Frequently Asked Questions ==
     27How does it work?
     28Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), this plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
     29
    3030Is it free?
    3131Yes, the plugin and Whisk widgets are totally free.
     
    3636
    3737== Changelog ==
     38= v 1.1.1 (15.11.2021) =
     39* a better readme :)
    3840= v 1.1 (15.11.2021) =
    3941* switched to save-recipe mode
  • shoppable-recipes/tags/1.1.1.1/vendor/autoload.php

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

    r2630089 r2630090  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992
     5class ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a', '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\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit5a6a6320cb06dbbda626716d31573a7a::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/tags/1.1.1.1/vendor/composer/autoload_static.php

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

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

    r2630089 r2630090  
    55Tested up to: 5.6
    66Requires PHP: 5.6.20
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    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.
    15 It 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 
    17 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.
    18 Plugin 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.
     15It is compatible with all popular recipe plugins which have Schema.org or JSON-ld support on recipe cards. Shortcode [whisk-widget] is available to add Whisk Widgets anywhere. Plugin is very light and has zero impact on SEO, doesn't affect PageSpeed at all.
    1916
    2017There are some options, that helps you change:
     
    2522
    2623Whisk Apps are available on [Google Play](https://getwhisk.com/download-android), [App Store](https://getwhisk.com/download-ios), [Galaxy Store](https://galaxy.store/whisk) or [Web](http://my.whisk.com/).
    27 
     24After you save a recipe via Whisk Widget it is instantly available in apps too. Very convenient for shopping, sharing with friends, creating recipe collections, etc.
    2825
    2926== Frequently Asked Questions ==
     27How does it work?
     28Built on top of [Whisk Widget Builder](https://developers.whisk.com/tools/widget-builder), this plugin utilizes Whisk SDK to scan for proper recipe microdata and send it to Whisk Platform in just one click.
     29
    3030Is it free?
    3131Yes, the plugin and Whisk widgets are totally free.
     
    3636
    3737== Changelog ==
     38= v 1.1.1 (15.11.2021) =
     39* a better readme :)
    3840= v 1.1 (15.11.2021) =
    3941* switched to save-recipe mode
  • shoppable-recipes/trunk/vendor/autoload.php

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

    r2630089 r2630090  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992
     5class ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit5a6a6320cb06dbbda626716d31573a7a', '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\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit5a6a6320cb06dbbda626716d31573a7a::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/trunk/vendor/composer/autoload_static.php

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

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