Changeset 2024730
- Timestamp:
- 02/04/2019 04:39:56 PM (7 years ago)
- Location:
- amazon-associates-link-builder/trunk
- Files:
-
- 6 edited
-
amazon-associates-link-builder.php (modified) (1 diff)
-
constants/cron_constants.php (modified) (1 diff)
-
constants/plugin_constants.php (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amazon-associates-link-builder/trunk/amazon-associates-link-builder.php
r1988698 r2024730 9 9 Plugin Name: Amazon Associates Link Builder 10 10 Description: Amazon Associates Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we’ve designed and included with the plugin. 11 Version: 1.9. 011 Version: 1.9.1 12 12 Author: Amazon Associates Program 13 13 Author URI: https://affiliate-program.amazon.com/ -
amazon-associates-link-builder/trunk/constants/cron_constants.php
r1988698 r2024730 31 31 const UPDATE_TABLE_CRON = 'aalb_update_table_cron'; 32 32 const UPDATE_TABLE_CRON_SCHEDULE_NAME = 'fifteen_minutes'; 33 const UPDATE_TABLE_CRON_SCHEDULE_DEFAULT_VALUE = 15 * MINUTE_IN_SECONDS; 33 /** 34 * 15 minutes in seconds = 900. 35 */ 36 const UPDATE_TABLE_CRON_SCHEDULE_DEFAULT_VALUE = 900; 34 37 const DELETE_FROM_TABLE_CRON_SCHEDULE_NAME = 'six_hours'; 35 const DELETE_FROM_TABLE_CRON_SCHEDULE_VALUE = 6 * HOUR_IN_SECONDS; 38 /** 39 * 6 hours in seconds = 21600. 40 */ 41 const DELETE_FROM_TABLE_CRON_SCHEDULE_VALUE = 21600; 36 42 const CACHE_REFRESH_AGE = '25 MINUTE'; 37 43 const CACHE_EVICT_AGE = '24 HOUR'; -
amazon-associates-link-builder/trunk/constants/plugin_constants.php
r1988698 r2024730 24 24 25 25 class Plugin_Constants { 26 const PLUGIN_CURRENT_VERSION = '1.9. 0';26 const PLUGIN_CURRENT_VERSION = '1.9.1'; 27 27 //Version no. with multi locale settings page 28 28 const MULTI_LOCALE_SETTINGS_PLUGIN_VERSION = '1.4.12'; -
amazon-associates-link-builder/trunk/vendor/autoload.php
r2020235 r2024730 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 0109db78cca461b11b08bed8bbbfaabf::getLoader();7 return ComposerAutoloaderInit4953f8685b3e2868b7a2d8d46bda633a::getLoader(); -
amazon-associates-link-builder/trunk/vendor/composer/autoload_real.php
r2020235 r2024730 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 0109db78cca461b11b08bed8bbbfaabf5 class ComposerAutoloaderInit4953f8685b3e2868b7a2d8d46bda633a 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 0109db78cca461b11b08bed8bbbfaabf', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit4953f8685b3e2868b7a2d8d46bda633a', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 0109db78cca461b11b08bed8bbbfaabf', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit4953f8685b3e2868b7a2d8d46bda633a', 'loadClassLoader')); 25 25 26 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 28 require_once __DIR__ . '/autoload_static.php'; 29 29 30 call_user_func(\Composer\Autoload\ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; -
amazon-associates-link-builder/trunk/vendor/composer/autoload_static.php
r2020235 r2024730 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf7 class ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 65 65 { 66 66 return \Closure::bind(function () use ($loader) { 67 $loader->prefixLengthsPsr4 = ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf::$prefixLengthsPsr4;68 $loader->prefixDirsPsr4 = ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf::$prefixDirsPsr4;69 $loader->prefixesPsr0 = ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf::$prefixesPsr0;70 $loader->classMap = ComposerStaticInit 0109db78cca461b11b08bed8bbbfaabf::$classMap;67 $loader->prefixLengthsPsr4 = ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a::$prefixLengthsPsr4; 68 $loader->prefixDirsPsr4 = ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a::$prefixDirsPsr4; 69 $loader->prefixesPsr0 = ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a::$prefixesPsr0; 70 $loader->classMap = ComposerStaticInit4953f8685b3e2868b7a2d8d46bda633a::$classMap; 71 71 72 72 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.