Plugin Directory

Changeset 1310908


Ignore:
Timestamp:
12/17/2015 02:10:07 PM (10 years ago)
Author:
Shopello
Message:

New release 2.8.1

Location:
shopello/trunk
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • shopello/trunk/readme.txt

    r1264891 r1310908  
    44Tags: affiliate, shopping, e-commerce, shopping comparison, shopping search, fashion search engine
    55Requires at least: 4.2.0
    6 Tested up to: 4.3
    7 Stable tag: 2.8.0
     6Tested up to: 4.4
     7Stable tag: 2.8.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52= 2.8.1 =
     53Maintenance release:
     54* Tested with Wordpress 4.4
     55* Added Norwegian Bokmål as translation as well, we only had Nynorsk before.
     56
    5257= 2.8.0 =
    5358* This is also the last planned release of this plugin.
  • shopello/trunk/shopello_api.php

    r1264891 r1310908  
    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.8.0
     10 * Version: 2.8.1
    1111 * Author: Shopello AB
    1212 */
  • shopello/trunk/src/lang/shopello-nn_NO.po

    r1235171 r1310908  
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2015-09-01 09:41+0200\n"
     11"PO-Revision-Date: 2015-12-17 14:50+0100\n"
    1212"Language-Team: \n"
    13 "X-Generator: Poedit 1.8.4\n"
     13"X-Generator: Poedit 1.8.6\n"
    1414"Last-Translator: \n"
    1515"Plural-Forms: nplurals=2; plural=(n != 1);\n"
  • shopello/trunk/vendor/autoload.php

    r1264891 r1310908  
    55require_once __DIR__ . '/composer' . '/autoload_real.php';
    66
    7 return ComposerAutoloaderInit1a7a22062b2140d570426a4dd59cb166::getLoader();
     7return ComposerAutoloaderInit89466cff82574929002b2e51ee536073::getLoader();
  • shopello/trunk/vendor/composer/autoload_real.php

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