Changeset 2197495
- Timestamp:
- 11/20/2019 03:18:57 PM (6 years ago)
- Location:
- feecompass-rankings
- Files:
-
- 2 added
- 12 edited
- 20 copied
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/1.0 (copied) (copied from feecompass-rankings/trunk)
-
tags/1.0.1 (copied) (copied from feecompass-rankings/trunk)
-
tags/1.0.1/CHANGELOG.md (copied) (copied from feecompass-rankings/trunk/CHANGELOG.md)
-
tags/1.0.1/LICENSE (copied) (copied from feecompass-rankings/trunk/LICENSE)
-
tags/1.0.1/README.txt (copied) (copied from feecompass-rankings/trunk/README.txt) (4 diffs)
-
tags/1.0.1/inc (copied) (copied from feecompass-rankings/trunk/inc)
-
tags/1.0.1/inc/others/cachebuster-lib.php (modified) (1 diff)
-
tags/1.0.1/inc/others/cachebuster.php (modified) (1 diff)
-
tags/1.0.1/index.php (copied) (copied from feecompass-rankings/trunk/index.php) (1 diff)
-
tags/1.0.1/languages (copied) (copied from feecompass-rankings/trunk/languages)
-
tags/1.0.1/public (copied) (copied from feecompass-rankings/trunk/public)
-
tags/1.0.1/uninstall.php (copied) (copied from feecompass-rankings/trunk/uninstall.php)
-
tags/1.0.1/vendor (copied) (copied from feecompass-rankings/trunk/vendor)
-
tags/1.0.1/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0/CHANGELOG.md (copied) (copied from feecompass-rankings/trunk/CHANGELOG.md)
-
tags/1.0/LICENSE (copied) (copied from feecompass-rankings/trunk/LICENSE)
-
tags/1.0/README.txt (copied) (copied from feecompass-rankings/trunk/README.txt)
-
tags/1.0/inc (copied) (copied from feecompass-rankings/trunk/inc)
-
tags/1.0/index.php (copied) (copied from feecompass-rankings/trunk/index.php)
-
tags/1.0/languages (copied) (copied from feecompass-rankings/trunk/languages)
-
tags/1.0/public (copied) (copied from feecompass-rankings/trunk/public)
-
tags/1.0/uninstall.php (copied) (copied from feecompass-rankings/trunk/uninstall.php)
-
tags/1.0/vendor (copied) (copied from feecompass-rankings/trunk/vendor)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/inc/others/cachebuster-lib.php (modified) (1 diff)
-
trunk/inc/others/cachebuster.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
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)
Legend:
- Unmodified
- Added
- Removed
-
feecompass-rankings/tags/1.0.1/README.txt
r2193641 r2197495 3 3 Tags: ranking, products 4 4 Donate link: 5 Stable tag: trunk5 Stable tag: 1.0.1 6 6 Requires at least: 4.8 7 7 Requires PHP: 5.6 … … 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Intelligent product ranking on your blog12 Intelligent product rankings on your blog 13 13 14 14 == Description == … … 16 16 Our plugin allows to include an intelligent product ranking into your blog. Ranking is inserted via a simple shortcode [ feecompass ] 17 17 18 Our rankings is a SaaS and output is inserted as an html iframe into your blog and does not generate load on your site. 19 No data about your users is transmitted to our servers. We collect usage statistics on our domain only. 20 It is free to use and the api key is necessary to share revenue generated by your traffic (i.e. we pay you). 21 More information and a live example blog using our plugin (in polish at the moment) https://demo-blog.feecompass.com 22 Current version of our service covers washing machines on polish market 18 Our rankings is a SaaS and output inserted as an html iframe into your blog. It does not generate load on your site. No data about your users is transmitted to our servers. We collect only usage statistics on our domain only. 19 20 It is free to use and the api key is necessary to share revenue generated by your traffic (i.e. we pay you). More information and a live example blog using our plugin (in polish at the moment) https://bloggers.feecompass.com. Current version of our service covers washing machines on polish market 23 21 24 22 == Installation == … … 38 36 = 1.0.0 = 39 37 * Initial version 38 = 1.0.1 = 39 missing information when minimal php version requirement is not met 40 40 41 41 == Upgrade Notice == -
feecompass-rankings/tags/1.0.1/inc/others/cachebuster-lib.php
r2193641 r2197495 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command ( Thu Nov 14 2019 21:27:24GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */ 3 3 return array( 4 4 'iframe-resizer' => '4.2.2' -
feecompass-rankings/tags/1.0.1/inc/others/cachebuster.php
r2193641 r2197495 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command ( Thu Nov 14 2019 21:27:24GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */ 3 3 return array( 4 4 'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670', -
feecompass-rankings/tags/1.0.1/index.php
r2193641 r2197495 33 33 34 34 // Check PHP Version and print notice if minimum not reached, otherwise start the plugin core 35 require_once(WPFC_INC . "others/" . (version_compare(phpversion(), WPFC_MIN_PHP, ">=") ? "start.php" : " phpfallback.php"));35 require_once(WPFC_INC . "others/" . (version_compare(phpversion(), WPFC_MIN_PHP, ">=") ? "start.php" : "fallback-php-version.php")); -
feecompass-rankings/tags/1.0.1/vendor/autoload.php
r2193641 r2197495 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f::getLoader();7 return ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader(); -
feecompass-rankings/tags/1.0.1/vendor/composer/autoload_real.php
r2193641 r2197495 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f5 class ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
feecompass-rankings/tags/1.0.1/vendor/composer/autoload_static.php
r2193641 r2197495 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit d30fb84f415f337b41718b7b81bc980f7 class ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 { 25 25 return \Closure::bind(function () use ($loader) { 26 $loader->prefixLengthsPsr4 = ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::$prefixLengthsPsr4;27 $loader->prefixDirsPsr4 = ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::$prefixDirsPsr4;26 $loader->prefixLengthsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4; 27 $loader->prefixDirsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4; 28 28 29 29 }, null, ClassLoader::class); -
feecompass-rankings/trunk/README.txt
r2193641 r2197495 3 3 Tags: ranking, products 4 4 Donate link: 5 Stable tag: trunk5 Stable tag: 1.0.1 6 6 Requires at least: 4.8 7 7 Requires PHP: 5.6 … … 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Intelligent product ranking on your blog12 Intelligent product rankings on your blog 13 13 14 14 == Description == … … 16 16 Our plugin allows to include an intelligent product ranking into your blog. Ranking is inserted via a simple shortcode [ feecompass ] 17 17 18 Our rankings is a SaaS and output is inserted as an html iframe into your blog and does not generate load on your site. 19 No data about your users is transmitted to our servers. We collect usage statistics on our domain only. 20 It is free to use and the api key is necessary to share revenue generated by your traffic (i.e. we pay you). 21 More information and a live example blog using our plugin (in polish at the moment) https://demo-blog.feecompass.com 22 Current version of our service covers washing machines on polish market 18 Our rankings is a SaaS and output inserted as an html iframe into your blog. It does not generate load on your site. No data about your users is transmitted to our servers. We collect only usage statistics on our domain only. 19 20 It is free to use and the api key is necessary to share revenue generated by your traffic (i.e. we pay you). More information and a live example blog using our plugin (in polish at the moment) https://bloggers.feecompass.com. Current version of our service covers washing machines on polish market 23 21 24 22 == Installation == … … 38 36 = 1.0.0 = 39 37 * Initial version 38 = 1.0.1 = 39 missing information when minimal php version requirement is not met 40 40 41 41 == Upgrade Notice == -
feecompass-rankings/trunk/inc/others/cachebuster-lib.php
r2193641 r2197495 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command ( Thu Nov 14 2019 21:27:24GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */ 3 3 return array( 4 4 'iframe-resizer' => '4.2.2' -
feecompass-rankings/trunk/inc/others/cachebuster.php
r2193641 r2197495 1 1 <?php 2 /* This file was automatically generated by the `grunt public-cachebuster` command ( Thu Nov 14 2019 21:27:24GMT+0100 (CET)). */2 /* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */ 3 3 return array( 4 4 'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670', -
feecompass-rankings/trunk/index.php
r2193641 r2197495 33 33 34 34 // Check PHP Version and print notice if minimum not reached, otherwise start the plugin core 35 require_once(WPFC_INC . "others/" . (version_compare(phpversion(), WPFC_MIN_PHP, ">=") ? "start.php" : " phpfallback.php"));35 require_once(WPFC_INC . "others/" . (version_compare(phpversion(), WPFC_MIN_PHP, ">=") ? "start.php" : "fallback-php-version.php")); -
feecompass-rankings/trunk/vendor/autoload.php
r2193641 r2197495 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f::getLoader();7 return ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader(); -
feecompass-rankings/trunk/vendor/composer/autoload_real.php
r2193641 r2197495 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f5 class ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit d30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
feecompass-rankings/trunk/vendor/composer/autoload_static.php
r2193641 r2197495 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit d30fb84f415f337b41718b7b81bc980f7 class ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 { 25 25 return \Closure::bind(function () use ($loader) { 26 $loader->prefixLengthsPsr4 = ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::$prefixLengthsPsr4;27 $loader->prefixDirsPsr4 = ComposerStaticInit d30fb84f415f337b41718b7b81bc980f::$prefixDirsPsr4;26 $loader->prefixLengthsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4; 27 $loader->prefixDirsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4; 28 28 29 29 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.