Plugin Directory

Changeset 2458517


Ignore:
Timestamp:
01/18/2021 08:23:55 PM (5 years ago)
Author:
paulfedorov
Message:

Update to version 1.0.4 from GitHub

Location:
shoppable-recipes
Files:
4 added
14 edited
1 copied

Legend:

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

    r2456555 r2458517  
    55Tested up to: 5.6
    66Requires PHP: 5.6.20
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients.
     11Lightweight plugin with Whisk Shopping List widget for you recipes. Let your visitors create shopping lists out of ingredient lists and go shopping!
    1212
    1313== Description ==
    14 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients.
    15 Built on top of https://developers.whisk.com/tools/widget-builder, this plugin makes it easy to add shopping list widget for your recipes.
     14Use Whisk shopping tools on your recipe website. Let your visitors create shopping lists from your recipes and go shopping for ingredients in seconds.
     15Built 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.
     16It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards.
    1617
    17 You can choose to automatically insert shopping list widget into all your posts (below content) or go with shortcode [wx-shopping-list]
     18The plugin lets you choose how to insert shopping list widget: automatically (below post content) or with shortcode `[wx-shopping-list]`.
     19
     20Using plugin options, you can change:
     21
     22- widget format (compact or extended)
     23- button color
     24- button text
     25- button border radius
     26- link text color
     27
     28Whisk 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/).
     29
    1830
    1931== Frequently Asked Questions ==
     
    2234
    2335== Changelog ==
     36= v 1.0.4 (18.01.2021) =
     37* improved description and assets
    2438= v 1.0.3 (14.01.2021) =
    2539* small bug fix in JS
  • shoppable-recipes/tags/1.0.4/shoppable-recipes.php

    r2456555 r2458517  
    77 * Description: Shopping list widget with Whisk.com integration
    88 * Author: Pavel Fedorov
    9  * Author URI: http://paulfedorov.blog/
     9 * Author URI: https://profiles.wordpress.org/paulfedorov/
    1010 * Requires at least: 5.0
    1111 * Tested up to: 5.6
    12  * Version: 1.0.3
    13  * Stable tag: 1.0.3
     12 * Version: 1.0.4
     13 * Stable tag: 1.0.4
    1414 *
    1515 * Text Domain: shoppable-recipes
     
    2727}
    2828
    29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0.3' );
     29define( 'SHOPPABLE_RECIPES_VERSION', '1.0.4' );
    3030define( 'SHOPPABLE_RECIPES_PATH', __DIR__ );
    3131define( 'SHOPPABLE_RECIPES_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
  • shoppable-recipes/tags/1.0.4/vendor/autoload.php

    r2456555 r2458517  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3::getLoader();
     7return ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1::getLoader();
  • shoppable-recipes/tags/1.0.4/vendor/composer/InstalledVersions.php

    r2456555 r2458517  
    2525  'root' =>
    2626  array (
    27     'pretty_version' => '1.0.3',
    28     'version' => '1.0.3.0',
     27    'pretty_version' => '1.0.4',
     28    'version' => '1.0.4.0',
    2929    'aliases' =>
    3030    array (
    3131    ),
    32     'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     32    'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    3333    'name' => 'paul-fedorov/shoppable-recipes',
    3434  ),
     
    4646    'paul-fedorov/shoppable-recipes' =>
    4747    array (
    48       'pretty_version' => '1.0.3',
    49       'version' => '1.0.3.0',
     48      'pretty_version' => '1.0.4',
     49      'version' => '1.0.4.0',
    5050      'aliases' =>
    5151      array (
    5252      ),
    53       'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     53      'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    5454    ),
    5555    'roundcube/plugin-installer' =>
  • shoppable-recipes/tags/1.0.4/vendor/composer/autoload_real.php

    r2456555 r2458517  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3
     5class ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', '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\ComposerStaticInit8d98ad9c847feb2b173eee4ba73410c3::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/tags/1.0.4/vendor/composer/autoload_static.php

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

    r2456555 r2458517  
    22  'root' =>
    33  array (
    4     'pretty_version' => '1.0.3',
    5     'version' => '1.0.3.0',
     4    'pretty_version' => '1.0.4',
     5    'version' => '1.0.4.0',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     9    'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    1010    'name' => 'paul-fedorov/shoppable-recipes',
    1111  ),
     
    2323    'paul-fedorov/shoppable-recipes' =>
    2424    array (
    25       'pretty_version' => '1.0.3',
    26       'version' => '1.0.3.0',
     25      'pretty_version' => '1.0.4',
     26      'version' => '1.0.4.0',
    2727      'aliases' =>
    2828      array (
    2929      ),
    30       'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     30      'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    3131    ),
    3232    'roundcube/plugin-installer' =>
  • shoppable-recipes/trunk/readme.txt

    r2456555 r2458517  
    55Tested up to: 5.6
    66Requires PHP: 5.6.20
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients.
     11Lightweight plugin with Whisk Shopping List widget for you recipes. Let your visitors create shopping lists out of ingredient lists and go shopping!
    1212
    1313== Description ==
    14 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients.
    15 Built on top of https://developers.whisk.com/tools/widget-builder, this plugin makes it easy to add shopping list widget for your recipes.
     14Use Whisk shopping tools on your recipe website. Let your visitors create shopping lists from your recipes and go shopping for ingredients in seconds.
     15Built 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.
     16It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards.
    1617
    17 You can choose to automatically insert shopping list widget into all your posts (below content) or go with shortcode [wx-shopping-list]
     18The plugin lets you choose how to insert shopping list widget: automatically (below post content) or with shortcode `[wx-shopping-list]`.
     19
     20Using plugin options, you can change:
     21
     22- widget format (compact or extended)
     23- button color
     24- button text
     25- button border radius
     26- link text color
     27
     28Whisk 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/).
     29
    1830
    1931== Frequently Asked Questions ==
     
    2234
    2335== Changelog ==
     36= v 1.0.4 (18.01.2021) =
     37* improved description and assets
    2438= v 1.0.3 (14.01.2021) =
    2539* small bug fix in JS
  • shoppable-recipes/trunk/shoppable-recipes.php

    r2456555 r2458517  
    77 * Description: Shopping list widget with Whisk.com integration
    88 * Author: Pavel Fedorov
    9  * Author URI: http://paulfedorov.blog/
     9 * Author URI: https://profiles.wordpress.org/paulfedorov/
    1010 * Requires at least: 5.0
    1111 * Tested up to: 5.6
    12  * Version: 1.0.3
    13  * Stable tag: 1.0.3
     12 * Version: 1.0.4
     13 * Stable tag: 1.0.4
    1414 *
    1515 * Text Domain: shoppable-recipes
     
    2727}
    2828
    29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0.3' );
     29define( 'SHOPPABLE_RECIPES_VERSION', '1.0.4' );
    3030define( 'SHOPPABLE_RECIPES_PATH', __DIR__ );
    3131define( 'SHOPPABLE_RECIPES_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
  • shoppable-recipes/trunk/vendor/autoload.php

    r2456555 r2458517  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3::getLoader();
     7return ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1::getLoader();
  • shoppable-recipes/trunk/vendor/composer/InstalledVersions.php

    r2456555 r2458517  
    2525  'root' =>
    2626  array (
    27     'pretty_version' => '1.0.3',
    28     'version' => '1.0.3.0',
     27    'pretty_version' => '1.0.4',
     28    'version' => '1.0.4.0',
    2929    'aliases' =>
    3030    array (
    3131    ),
    32     'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     32    'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    3333    'name' => 'paul-fedorov/shoppable-recipes',
    3434  ),
     
    4646    'paul-fedorov/shoppable-recipes' =>
    4747    array (
    48       'pretty_version' => '1.0.3',
    49       'version' => '1.0.3.0',
     48      'pretty_version' => '1.0.4',
     49      'version' => '1.0.4.0',
    5050      'aliases' =>
    5151      array (
    5252      ),
    53       'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     53      'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    5454    ),
    5555    'roundcube/plugin-installer' =>
  • shoppable-recipes/trunk/vendor/composer/autoload_real.php

    r2456555 r2458517  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3
     5class ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    27         spl_autoload_unregister(array('ComposerAutoloaderInit8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', '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\ComposerStaticInit8d98ad9c847feb2b173eee4ba73410c3::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
  • shoppable-recipes/trunk/vendor/composer/autoload_static.php

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

    r2456555 r2458517  
    22  'root' =>
    33  array (
    4     'pretty_version' => '1.0.3',
    5     'version' => '1.0.3.0',
     4    'pretty_version' => '1.0.4',
     5    'version' => '1.0.4.0',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     9    'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    1010    'name' => 'paul-fedorov/shoppable-recipes',
    1111  ),
     
    2323    'paul-fedorov/shoppable-recipes' =>
    2424    array (
    25       'pretty_version' => '1.0.3',
    26       'version' => '1.0.3.0',
     25      'pretty_version' => '1.0.4',
     26      'version' => '1.0.4.0',
    2727      'aliases' =>
    2828      array (
    2929      ),
    30       'reference' => 'daa7db7cc0750c28b36838799cd76514997c67ae',
     30      'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a',
    3131    ),
    3232    'roundcube/plugin-installer' =>
Note: See TracChangeset for help on using the changeset viewer.