Changeset 2630089
- Timestamp:
- 11/15/2021 08:07:40 PM (4 years ago)
- Location:
- shoppable-recipes
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from shoppable-recipes/trunk)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
tags/1.1.1/vendor/autoload.php (modified) (1 diff)
-
tags/1.1.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.1.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.1.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
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.1.1/readme.txt
r2630085 r2630089 13 13 == Description == 14 14 Let 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. 15 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. 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.18 19 19 To add Whisk Widget on a page simple use this shortcode: [whisk-widget] 20 21 Using plugin options, you can change: 20 There are some options, that helps you change: 22 21 23 22 - widget format (compact or large) … … 31 30 Is it free? 32 31 Yes, the plugin and Whisk widgets are totally free. 32 33 Does it load a lot of 3rd-party scripts? 34 No! 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. 35 This way there is no impact on Google PageSpeed metrics and SEO. 33 36 34 37 == Changelog == -
shoppable-recipes/tags/1.1.1/vendor/autoload.php
r2630085 r2630089 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c::getLoader();7 return ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992::getLoader(); -
shoppable-recipes/tags/1.1.1/vendor/composer/autoload_real.php
r2630085 r2630089 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c5 class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
shoppable-recipes/tags/1.1.1/vendor/composer/autoload_static.php
r2630085 r2630089 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c7 class ComposerStaticInit9b40d36788db1c5d840e01624487e992 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
shoppable-recipes/tags/1.1.1/vendor/composer/installed.php
r2630085 r2630089 1 1 <?php return array( 2 2 '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', 5 5 'type' => 'wordpress-plugin', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 7e322a606e66e08396e3a83c50620304f1ab5ee5',8 'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1', 9 9 'name' => 'paul-fedorov/shoppable-recipes', 10 10 'dev' => false, … … 21 21 ), 22 22 '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', 25 25 'type' => 'wordpress-plugin', 26 26 'install_path' => __DIR__ . '/../../', 27 27 'aliases' => array(), 28 'reference' => ' 7e322a606e66e08396e3a83c50620304f1ab5ee5',28 'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1', 29 29 'dev_requirement' => false, 30 30 ), -
shoppable-recipes/trunk/readme.txt
r2630085 r2630089 13 13 == Description == 14 14 Let 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. 15 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. 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.18 19 19 To add Whisk Widget on a page simple use this shortcode: [whisk-widget] 20 21 Using plugin options, you can change: 20 There are some options, that helps you change: 22 21 23 22 - widget format (compact or large) … … 31 30 Is it free? 32 31 Yes, the plugin and Whisk widgets are totally free. 32 33 Does it load a lot of 3rd-party scripts? 34 No! 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. 35 This way there is no impact on Google PageSpeed metrics and SEO. 33 36 34 37 == Changelog == -
shoppable-recipes/trunk/vendor/autoload.php
r2630085 r2630089 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c::getLoader();7 return ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992::getLoader(); -
shoppable-recipes/trunk/vendor/composer/autoload_real.php
r2630085 r2630089 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c5 class ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 325666cd0ac67a8092bd756b82b4366c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit9b40d36788db1c5d840e01624487e992', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit9b40d36788db1c5d840e01624487e992::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
shoppable-recipes/trunk/vendor/composer/autoload_static.php
r2630085 r2630089 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c7 class ComposerStaticInit9b40d36788db1c5d840e01624487e992 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 325666cd0ac67a8092bd756b82b4366c::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit9b40d36788db1c5d840e01624487e992::$classMap; 37 37 38 38 }, null, ClassLoader::class); -
shoppable-recipes/trunk/vendor/composer/installed.php
r2630085 r2630089 1 1 <?php return array( 2 2 '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', 5 5 'type' => 'wordpress-plugin', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 7e322a606e66e08396e3a83c50620304f1ab5ee5',8 'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1', 9 9 'name' => 'paul-fedorov/shoppable-recipes', 10 10 'dev' => false, … … 21 21 ), 22 22 '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', 25 25 'type' => 'wordpress-plugin', 26 26 'install_path' => __DIR__ . '/../../', 27 27 'aliases' => array(), 28 'reference' => ' 7e322a606e66e08396e3a83c50620304f1ab5ee5',28 'reference' => 'e9004a8c2a1aea679beddcbd821b0bc2e1518db1', 29 29 'dev_requirement' => false, 30 30 ),
Note: See TracChangeset
for help on using the changeset viewer.