Changeset 1255619
- Timestamp:
- 09/29/2015 07:28:57 AM (11 years ago)
- Location:
- shopello/trunk
- Files:
-
- 5 edited
-
assets/js/admin.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
shopello_api.php (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopello/trunk/assets/js/admin.js
r1191755 r1255619 29 29 30 30 // Row counting and max-count of rows 31 var total_shortcodes_max = parseInt($('#SAPI_SC_MAX').val(), 10) || 25;31 var total_shortcodes_max = 50; 32 32 var total_shortcodes = shortcode_table.find('tr').length; 33 33 -
shopello/trunk/readme.txt
r1251940 r1255619 5 5 Requires at least: 4.2.0 6 6 Tested up to: 4.3 7 Stable tag: 2.7. 27 Stable tag: 2.7.3 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.7.3 = 53 * Fixed limit of max amount of listings from 25 to 50 in JS. 54 52 55 = 2.7.2 = 53 56 * Specified line-height for product names to not break the layout in some themes -
shopello/trunk/shopello_api.php
r1251940 r1255619 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.7. 210 * Version: 2.7.3 11 11 * Author: Shopello AB 12 12 */ -
shopello/trunk/vendor/autoload.php
r1251940 r1255619 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInitfe 1d6b1dfca65942fc7c5ccfcff02f67::getLoader();7 return ComposerAutoloaderInitfe29de3afe81891bdd8b71ebfaa9514e::getLoader(); -
shopello/trunk/vendor/composer/autoload_real.php
r1251940 r1255619 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInitfe 1d6b1dfca65942fc7c5ccfcff02f675 class ComposerAutoloaderInitfe29de3afe81891bdd8b71ebfaa9514e 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInitfe 1d6b1dfca65942fc7c5ccfcff02f67', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInitfe29de3afe81891bdd8b71ebfaa9514e', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInitfe 1d6b1dfca65942fc7c5ccfcff02f67', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInitfe29de3afe81891bdd8b71ebfaa9514e', 'loadClassLoader')); 25 25 26 26 $map = require __DIR__ . '/autoload_namespaces.php'; … … 45 45 } 46 46 47 function composerRequirefe 1d6b1dfca65942fc7c5ccfcff02f67($file)47 function composerRequirefe29de3afe81891bdd8b71ebfaa9514e($file) 48 48 { 49 49 require $file;
Note: See TracChangeset
for help on using the changeset viewer.