Changeset 2458517
- Timestamp:
- 01/18/2021 08:23:55 PM (5 years ago)
- Location:
- shoppable-recipes
- Files:
-
- 4 added
- 14 edited
- 1 copied
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/1.0.4 (copied) (copied from shoppable-recipes/trunk)
-
tags/1.0.4/readme.txt (modified) (2 diffs)
-
tags/1.0.4/shoppable-recipes.php (modified) (2 diffs)
-
tags/1.0.4/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.4/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
tags/1.0.4/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.4/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shoppable-recipes.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shoppable-recipes/tags/1.0.4/readme.txt
r2456555 r2458517 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients. 11 Lightweight plugin with Whisk Shopping List widget for you recipes. Let your visitors create shopping lists out of ingredient lists and go shopping! 12 12 13 13 == 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. 14 Use Whisk shopping tools on your recipe website. Let your visitors create shopping lists from your recipes and go shopping for ingredients in seconds. 15 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. 16 It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards. 16 17 17 You can choose to automatically insert shopping list widget into all your posts (below content) or go with shortcode [wx-shopping-list] 18 The plugin lets you choose how to insert shopping list widget: automatically (below post content) or with shortcode `[wx-shopping-list]`. 19 20 Using 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 28 Whisk 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 18 30 19 31 == Frequently Asked Questions == … … 22 34 23 35 == Changelog == 36 = v 1.0.4 (18.01.2021) = 37 * improved description and assets 24 38 = v 1.0.3 (14.01.2021) = 25 39 * small bug fix in JS -
shoppable-recipes/tags/1.0.4/shoppable-recipes.php
r2456555 r2458517 7 7 * Description: Shopping list widget with Whisk.com integration 8 8 * Author: Pavel Fedorov 9 * Author URI: http ://paulfedorov.blog/9 * Author URI: https://profiles.wordpress.org/paulfedorov/ 10 10 * Requires at least: 5.0 11 11 * Tested up to: 5.6 12 * Version: 1.0. 313 * Stable tag: 1.0. 312 * Version: 1.0.4 13 * Stable tag: 1.0.4 14 14 * 15 15 * Text Domain: shoppable-recipes … … 27 27 } 28 28 29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0. 3' );29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0.4' ); 30 30 define( 'SHOPPABLE_RECIPES_PATH', __DIR__ ); 31 31 define( 'SHOPPABLE_RECIPES_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) ); -
shoppable-recipes/tags/1.0.4/vendor/autoload.php
r2456555 r2458517 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3::getLoader();7 return ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1::getLoader(); -
shoppable-recipes/tags/1.0.4/vendor/composer/InstalledVersions.php
r2456555 r2458517 25 25 'root' => 26 26 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', 29 29 'aliases' => 30 30 array ( 31 31 ), 32 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',32 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 33 33 'name' => 'paul-fedorov/shoppable-recipes', 34 34 ), … … 46 46 'paul-fedorov/shoppable-recipes' => 47 47 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', 50 50 'aliases' => 51 51 array ( 52 52 ), 53 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',53 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 54 54 ), 55 55 'roundcube/plugin-installer' => -
shoppable-recipes/tags/1.0.4/vendor/composer/autoload_real.php
r2456555 r2458517 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c35 class ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
shoppable-recipes/tags/1.0.4/vendor/composer/autoload_static.php
r2456555 r2458517 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c37 class ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
shoppable-recipes/tags/1.0.4/vendor/composer/installed.php
r2456555 r2458517 2 2 'root' => 3 3 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', 6 6 'aliases' => 7 7 array ( 8 8 ), 9 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',9 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 10 10 'name' => 'paul-fedorov/shoppable-recipes', 11 11 ), … … 23 23 'paul-fedorov/shoppable-recipes' => 24 24 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', 27 27 'aliases' => 28 28 array ( 29 29 ), 30 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',30 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 31 31 ), 32 32 'roundcube/plugin-installer' => -
shoppable-recipes/trunk/readme.txt
r2456555 r2458517 5 5 Tested up to: 5.6 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 This plugin lets you embed Whisk shopping tools on your website so visitors can create shopping lists and buy ingredients. 11 Lightweight plugin with Whisk Shopping List widget for you recipes. Let your visitors create shopping lists out of ingredient lists and go shopping! 12 12 13 13 == 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. 14 Use Whisk shopping tools on your recipe website. Let your visitors create shopping lists from your recipes and go shopping for ingredients in seconds. 15 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. 16 It is compatible with all popular recipe plugins with Schema.org or JSON-ld support for recipe cards. 16 17 17 You can choose to automatically insert shopping list widget into all your posts (below content) or go with shortcode [wx-shopping-list] 18 The plugin lets you choose how to insert shopping list widget: automatically (below post content) or with shortcode `[wx-shopping-list]`. 19 20 Using 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 28 Whisk 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 18 30 19 31 == Frequently Asked Questions == … … 22 34 23 35 == Changelog == 36 = v 1.0.4 (18.01.2021) = 37 * improved description and assets 24 38 = v 1.0.3 (14.01.2021) = 25 39 * small bug fix in JS -
shoppable-recipes/trunk/shoppable-recipes.php
r2456555 r2458517 7 7 * Description: Shopping list widget with Whisk.com integration 8 8 * Author: Pavel Fedorov 9 * Author URI: http ://paulfedorov.blog/9 * Author URI: https://profiles.wordpress.org/paulfedorov/ 10 10 * Requires at least: 5.0 11 11 * Tested up to: 5.6 12 * Version: 1.0. 313 * Stable tag: 1.0. 312 * Version: 1.0.4 13 * Stable tag: 1.0.4 14 14 * 15 15 * Text Domain: shoppable-recipes … … 27 27 } 28 28 29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0. 3' );29 define( 'SHOPPABLE_RECIPES_VERSION', '1.0.4' ); 30 30 define( 'SHOPPABLE_RECIPES_PATH', __DIR__ ); 31 31 define( 'SHOPPABLE_RECIPES_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) ); -
shoppable-recipes/trunk/vendor/autoload.php
r2456555 r2458517 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3::getLoader();7 return ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1::getLoader(); -
shoppable-recipes/trunk/vendor/composer/InstalledVersions.php
r2456555 r2458517 25 25 'root' => 26 26 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', 29 29 'aliases' => 30 30 array ( 31 31 ), 32 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',32 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 33 33 'name' => 'paul-fedorov/shoppable-recipes', 34 34 ), … … 46 46 'paul-fedorov/shoppable-recipes' => 47 47 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', 50 50 'aliases' => 51 51 array ( 52 52 ), 53 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',53 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 54 54 ), 55 55 'roundcube/plugin-installer' => -
shoppable-recipes/trunk/vendor/composer/autoload_real.php
r2456555 r2458517 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c35 class ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 8d98ad9c847feb2b173eee4ba73410c3', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit3e46cbaab8013f0e05b2009ab5baf7c1', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
shoppable-recipes/trunk/vendor/composer/autoload_static.php
r2456555 r2458517 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c37 class ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 8d98ad9c847feb2b173eee4ba73410c3::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit3e46cbaab8013f0e05b2009ab5baf7c1::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
shoppable-recipes/trunk/vendor/composer/installed.php
r2456555 r2458517 2 2 'root' => 3 3 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', 6 6 'aliases' => 7 7 array ( 8 8 ), 9 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',9 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 10 10 'name' => 'paul-fedorov/shoppable-recipes', 11 11 ), … … 23 23 'paul-fedorov/shoppable-recipes' => 24 24 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', 27 27 'aliases' => 28 28 array ( 29 29 ), 30 'reference' => ' daa7db7cc0750c28b36838799cd76514997c67ae',30 'reference' => 'c569f3980fbe526b3eebbcfa235b73f1b42bec5a', 31 31 ), 32 32 'roundcube/plugin-installer' =>
Note: See TracChangeset
for help on using the changeset viewer.