Changeset 1235171
- Timestamp:
- 09/01/2015 07:46:01 AM (11 years ago)
- Location:
- shopello/trunk
- Files:
-
- 2 added
- 4 edited
-
readme.txt (modified) (2 diffs)
-
shopello_api.php (modified) (1 diff)
-
src/lang/shopello-nn_NO.mo (added)
-
src/lang/shopello-nn_NO.po (added)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopello/trunk/readme.txt
r1193993 r1235171 4 4 Tags: affiliate, shopping, e-commerce, shopping comparison, shopping search, fashion search engine 5 5 Requires at least: 4.2.0 6 Tested up to: 4. 2.27 Stable tag: 2. 6.26 Tested up to: 4.3 7 Stable tag: 2.7.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == Changelog == 53 = 2.7.0 = 54 * Tested with Wordpress 4.3 55 * Added Norwegian translation 56 53 57 = 2.6.2 = 54 58 * Always load all images from Shopello over a TLS connection, that works for -
shopello/trunk/shopello_api.php
r1193993 r1235171 8 8 * Plugin URI: http://shopello.se/api/wordpress 9 9 * 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.210 * Version: 2.7.0 11 11 * Author: Shopello AB 12 12 */ -
shopello/trunk/vendor/autoload.php
r1193993 r1235171 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit2 759a437ea02fc872c778d1071bb83f9::getLoader();7 return ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b::getLoader(); -
shopello/trunk/vendor/composer/autoload_real.php
r1193993 r1235171 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit2 759a437ea02fc872c778d1071bb83f95 class ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit2 759a437ea02fc872c778d1071bb83f9', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit2 759a437ea02fc872c778d1071bb83f9', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit2603b3d5cba7be417564755ad2f99e2b', 'loadClassLoader')); 25 25 26 26 $map = require __DIR__ . '/autoload_namespaces.php'; … … 45 45 } 46 46 47 function composerRequire2 759a437ea02fc872c778d1071bb83f9($file)47 function composerRequire2603b3d5cba7be417564755ad2f99e2b($file) 48 48 { 49 49 require $file;
Note: See TracChangeset
for help on using the changeset viewer.