Plugin Directory

Changeset 1235171


Ignore:
Timestamp:
09/01/2015 07:46:01 AM (11 years ago)
Author:
Shopello
Message:

New release 2.7.0

Location:
shopello/trunk
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • shopello/trunk/readme.txt

    r1193993 r1235171  
    44Tags: affiliate, shopping, e-commerce, shopping comparison, shopping search, fashion search engine
    55Requires at least: 4.2.0
    6 Tested up to: 4.2.2
    7 Stable tag: 2.6.2
     6Tested up to: 4.3
     7Stable tag: 2.7.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53= 2.7.0 =
     54* Tested with Wordpress 4.3
     55* Added Norwegian translation
     56
    5357= 2.6.2 =
    5458* Always load all images from Shopello over a TLS connection, that works for
  • shopello/trunk/shopello_api.php

    r1193993 r1235171  
    88 * Plugin URI: http://shopello.se/api/wordpress
    99 * Description: This plugin was created to allow wordpress blogs and websites to in a simple manner include listings of products from Shopello.se.
    10  * Version: 2.6.2
     10 * Version: 2.7.0
    1111 * Author: Shopello AB
    1212 */
  • shopello/trunk/vendor/autoload.php

    r1193993 r1235171  
    55require_once __DIR__ . '/composer' . '/autoload_real.php';
    66
    7 return ComposerAutoloaderInit2759a437ea02fc872c778d1071bb83f9::getLoader();
     7return ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b::getLoader();
  • shopello/trunk/vendor/composer/autoload_real.php

    r1193993 r1235171  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit2759a437ea02fc872c778d1071bb83f9
     5class ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit2759a437ea02fc872c778d1071bb83f9', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit2759a437ea02fc872c778d1071bb83f9', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b', 'loadClassLoader'));
    2525
    2626        $map = require __DIR__ . '/autoload_namespaces.php';
     
    4545}
    4646
    47 function composerRequire2759a437ea02fc872c778d1071bb83f9($file)
     47function composerRequire2603b3d5cba7be417564755ad2f99e2b($file)
    4848{
    4949    require $file;
Note: See TracChangeset for help on using the changeset viewer.