Changeset 1310908
- Timestamp:
- 12/17/2015 02:10:07 PM (10 years ago)
- Location:
- shopello/trunk
- Files:
-
- 2 added
- 6 edited
-
readme.txt (modified) (2 diffs)
-
shopello_api.php (modified) (1 diff)
-
src/lang/shopello-nb_NO.mo (added)
-
src/lang/shopello-nb_NO.po (added)
-
src/lang/shopello-nn_NO.mo (modified) (previous)
-
src/lang/shopello-nn_NO.po (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopello/trunk/readme.txt
r1264891 r1310908 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. 37 Stable tag: 2.8. 06 Tested up to: 4.4 7 Stable tag: 2.8.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 = 2.8.1 = 53 Maintenance release: 54 * Tested with Wordpress 4.4 55 * Added Norwegian Bokmål as translation as well, we only had Nynorsk before. 56 52 57 = 2.8.0 = 53 58 * This is also the last planned release of this plugin. -
shopello/trunk/shopello_api.php
r1264891 r1310908 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.8. 010 * Version: 2.8.1 11 11 * Author: Shopello AB 12 12 */ -
shopello/trunk/src/lang/shopello-nn_NO.po
r1235171 r1310908 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "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" 12 12 "Language-Team: \n" 13 "X-Generator: Poedit 1.8. 4\n"13 "X-Generator: Poedit 1.8.6\n" 14 14 "Last-Translator: \n" 15 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n" -
shopello/trunk/vendor/autoload.php
r1264891 r1310908 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 1a7a22062b2140d570426a4dd59cb166::getLoader();7 return ComposerAutoloaderInit89466cff82574929002b2e51ee536073::getLoader(); -
shopello/trunk/vendor/composer/autoload_real.php
r1264891 r1310908 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 1a7a22062b2140d570426a4dd59cb1665 class ComposerAutoloaderInit89466cff82574929002b2e51ee536073 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 1a7a22062b2140d570426a4dd59cb166', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit89466cff82574929002b2e51ee536073', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 1a7a22062b2140d570426a4dd59cb166', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit89466cff82574929002b2e51ee536073', 'loadClassLoader')); 25 25 26 26 $map = require __DIR__ . '/autoload_namespaces.php'; … … 45 45 } 46 46 47 function composerRequire 1a7a22062b2140d570426a4dd59cb166($file)47 function composerRequire89466cff82574929002b2e51ee536073($file) 48 48 { 49 49 require $file;
Note: See TracChangeset
for help on using the changeset viewer.