Plugin Directory

Changeset 2197495


Ignore:
Timestamp:
11/20/2019 03:18:57 PM (6 years ago)
Author:
feecompass
Message:

release 1.0.1

Location:
feecompass-rankings
Files:
2 added
12 edited
20 copied

Legend:

Unmodified
Added
Removed
  • feecompass-rankings/tags/1.0.1/README.txt

    r2193641 r2197495  
    33Tags: ranking, products
    44Donate link:
    5 Stable tag: trunk
     5Stable tag: 1.0.1
    66Requires at least: 4.8
    77Requires PHP: 5.6
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Intelligent product ranking on your blog
     12Intelligent product rankings on your blog
    1313
    1414== Description ==
     
    1616Our plugin allows to include an intelligent product ranking into your blog. Ranking is inserted via a simple shortcode [ feecompass ]
    1717
    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
     18Our 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
     20It 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
    2321
    2422== Installation ==
     
    3836= 1.0.0 =
    3937* Initial version
     38= 1.0.1 =
     39missing information when minimal php version requirement is not met
    4040
    4141== Upgrade Notice ==
  • feecompass-rankings/tags/1.0.1/inc/others/cachebuster-lib.php

    r2193641 r2197495  
    11<?php
    2 /* This file was automatically generated by the `grunt public-cachebuster` command (Thu Nov 14 2019 21:27:24 GMT+0100 (CET)). */
     2/* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */
    33return array(
    44    'iframe-resizer' => '4.2.2'
  • feecompass-rankings/tags/1.0.1/inc/others/cachebuster.php

    r2193641 r2197495  
    11<?php
    2 /* This file was automatically generated by the `grunt public-cachebuster` command (Thu Nov 14 2019 21:27:24 GMT+0100 (CET)). */
     2/* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */
    33return array(
    44    'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670',
  • feecompass-rankings/tags/1.0.1/index.php

    r2193641 r2197495  
    3333
    3434// 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"));
     35require_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  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f::getLoader();
     7return ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader();
  • feecompass-rankings/tags/1.0.1/vendor/composer/autoload_real.php

    r2193641 r2197495  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f
     5class ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
  • feecompass-rankings/tags/1.0.1/vendor/composer/autoload_static.php

    r2193641 r2197495  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd30fb84f415f337b41718b7b81bc980f
     7class ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2424    {
    2525        return \Closure::bind(function () use ($loader) {
    26             $loader->prefixLengthsPsr4 = ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::$prefixLengthsPsr4;
    27             $loader->prefixDirsPsr4 = ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::$prefixDirsPsr4;
     26            $loader->prefixLengthsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4;
     27            $loader->prefixDirsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4;
    2828
    2929        }, null, ClassLoader::class);
  • feecompass-rankings/trunk/README.txt

    r2193641 r2197495  
    33Tags: ranking, products
    44Donate link:
    5 Stable tag: trunk
     5Stable tag: 1.0.1
    66Requires at least: 4.8
    77Requires PHP: 5.6
     
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Intelligent product ranking on your blog
     12Intelligent product rankings on your blog
    1313
    1414== Description ==
     
    1616Our plugin allows to include an intelligent product ranking into your blog. Ranking is inserted via a simple shortcode [ feecompass ]
    1717
    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
     18Our 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
     20It 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
    2321
    2422== Installation ==
     
    3836= 1.0.0 =
    3937* Initial version
     38= 1.0.1 =
     39missing information when minimal php version requirement is not met
    4040
    4141== Upgrade Notice ==
  • feecompass-rankings/trunk/inc/others/cachebuster-lib.php

    r2193641 r2197495  
    11<?php
    2 /* This file was automatically generated by the `grunt public-cachebuster` command (Thu Nov 14 2019 21:27:24 GMT+0100 (CET)). */
     2/* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */
    33return array(
    44    'iframe-resizer' => '4.2.2'
  • feecompass-rankings/trunk/inc/others/cachebuster.php

    r2193641 r2197495  
    11<?php
    2 /* This file was automatically generated by the `grunt public-cachebuster` command (Thu Nov 14 2019 21:27:24 GMT+0100 (CET)). */
     2/* This file was automatically generated by the `grunt public-cachebuster` command (Wed Nov 20 2019 16:17:17 GMT+0100 (CET)). */
    33return array(
    44    'public/dist/client.js' => '01ab84b7ec995253c8778feeb2869670',
  • feecompass-rankings/trunk/index.php

    r2193641 r2197495  
    3333
    3434// 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"));
     35require_once(WPFC_INC . "others/" . (version_compare(phpversion(), WPFC_MIN_PHP, ">=") ? "start.php" : "fallback-php-version.php"));
  • feecompass-rankings/trunk/vendor/autoload.php

    r2193641 r2197495  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f::getLoader();
     7return ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac::getLoader();
  • feecompass-rankings/trunk/vendor/composer/autoload_real.php

    r2193641 r2197495  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f
     5class ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitd30fb84f415f337b41718b7b81bc980f', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit4c2ea52eaf54cfd926da56ec1acbf6ac', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
  • feecompass-rankings/trunk/vendor/composer/autoload_static.php

    r2193641 r2197495  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd30fb84f415f337b41718b7b81bc980f
     7class ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    2424    {
    2525        return \Closure::bind(function () use ($loader) {
    26             $loader->prefixLengthsPsr4 = ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::$prefixLengthsPsr4;
    27             $loader->prefixDirsPsr4 = ComposerStaticInitd30fb84f415f337b41718b7b81bc980f::$prefixDirsPsr4;
     26            $loader->prefixLengthsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixLengthsPsr4;
     27            $loader->prefixDirsPsr4 = ComposerStaticInit4c2ea52eaf54cfd926da56ec1acbf6ac::$prefixDirsPsr4;
    2828
    2929        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.