Changeset 2804065
- Timestamp:
- 10/25/2022 05:23:30 PM (3 years ago)
- Location:
- limousine-search
- Files:
-
- 2 deleted
- 14 edited
- 13 copied
-
tags/2.0.1 (copied) (copied from limousine-search/trunk)
-
tags/2.0.1/.gitignore (copied) (copied from limousine-search/trunk/.gitignore)
-
tags/2.0.1/LICENSE.txt (copied) (copied from limousine-search/trunk/LICENSE.txt)
-
tags/2.0.1/README.txt (copied) (copied from limousine-search/trunk/README.txt) (1 diff)
-
tags/2.0.1/bootstrap (deleted)
-
tags/2.0.1/composer.json (copied) (copied from limousine-search/trunk/composer.json) (2 diffs)
-
tags/2.0.1/composer.lock (copied) (copied from limousine-search/trunk/composer.lock) (2 diffs)
-
tags/2.0.1/index.php (copied) (copied from limousine-search/trunk/index.php)
-
tags/2.0.1/languages (copied) (copied from limousine-search/trunk/languages)
-
tags/2.0.1/limousinesearch.php (copied) (copied from limousine-search/trunk/limousinesearch.php) (3 diffs)
-
tags/2.0.1/readme.txt (deleted)
-
tags/2.0.1/resources (copied) (copied from limousine-search/trunk/resources)
-
tags/2.0.1/src (copied) (copied from limousine-search/trunk/src)
-
tags/2.0.1/uninstall.php (copied) (copied from limousine-search/trunk/uninstall.php)
-
tags/2.0.1/vendor (copied) (copied from limousine-search/trunk/vendor)
-
tags/2.0.1/vendor/autoload.php (modified) (1 diff)
-
tags/2.0.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/2.0.1/vendor/composer/autoload_static.php (modified) (3 diffs)
-
tags/2.0.1/vendor/composer/installed.json (modified) (1 diff)
-
tags/2.0.1/vendor/composer/installed.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/composer.json (modified) (2 diffs)
-
trunk/composer.lock (modified) (2 diffs)
-
trunk/limousinesearch.php (modified) (3 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.json (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
limousine-search/tags/2.0.1/README.txt
r2804055 r2804065 22 22 == Changelog == 23 23 24 = 2.0.1 = 25 * Added composer files on svn 26 24 27 = 2.0.0 = 25 28 * Updated to use new site version -
limousine-search/tags/2.0.1/composer.json
r2804055 r2804065 2 2 "name": "limousinesearch/wordpress", 3 3 "description": "Plugin to show quote forms on WP site", 4 "type": " library",4 "type": "wordpress-plugin", 5 5 "keywords": ["limousinesearch", "limo", "wordpress"], 6 6 "license": "GNU General Public License", … … 17 17 ], 18 18 "require": { 19 "php": "^7.4 "19 "php": "^7.4|^8.0" 20 20 }, 21 21 "config": { -
limousine-search/tags/2.0.1/composer.lock
r2804055 r2804065 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " db489e6e687d85598a79aef80e0068fd",7 "content-hash": "734e3f3805171fda1a2f65eebe79058f", 8 8 "packages": [], 9 9 "packages-dev": [], … … 14 14 "prefer-lowest": false, 15 15 "platform": { 16 "php": "^7.4 "16 "php": "^7.4|^8.0" 17 17 }, 18 18 "platform-dev": [], -
limousine-search/tags/2.0.1/limousinesearch.php
r2804055 r2804065 2 2 /** 3 3 * @link https://www.limousinesearch.com 4 * @since 2.0. 04 * @since 2.0.1 5 5 * @package Limousinesearch 6 6 * … … 9 9 * Plugin URI: https://www.limousinesearch.com 10 10 * Description: Easy integration between WP and Limousine Search 11 * Version: 2.0. 011 * Version: 2.0.1 12 12 * Author: Limousine Search 13 13 * Author URI: https://www.limousinesearch.com … … 25 25 } 26 26 27 define('LIMOUSINESEARCH_VERSION', '2.0. 0');27 define('LIMOUSINESEARCH_VERSION', '2.0.1'); 28 28 define('LIMOUSINESEARCH_NAME', 'limousinesearch'); 29 29 define('LIMOUSINESEARCH_DIR', WP_PLUGIN_DIR . '/limousinesearch'); -
limousine-search/tags/2.0.1/vendor/autoload.php
r2804055 r2804065 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd::getLoader();7 return ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63::getLoader(); -
limousine-search/tags/2.0.1/vendor/composer/autoload_real.php
r2804055 r2804065 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd5 class ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
limousine-search/tags/2.0.1/vendor/composer/autoload_static.php
r2804055 r2804065 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd7 class ComposerStaticInit3811bbab90c196e959498a3cc5b87c63 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 17 17 'LimousineSearch\\' => 18 18 array ( 19 0 => __DIR__ . '/../..' ,19 0 => __DIR__ . '/../..' . '/src', 20 20 ), 21 21 ); 22 22 23 23 public static $classMap = array ( 24 'Composer\\InstalledVersions' => __DIR__ . '/..' ,25 'LimousineSearch\\Admin\\Admin' => __DIR__ . '/../..' ,26 'LimousineSearch\\Entities\\Company' => __DIR__ . '/../..' ,27 'LimousineSearch\\Exceptions\\NotFoundException' => __DIR__ . '/../..' ,28 'LimousineSearch\\Exceptions\\UnauthorizedException' => __DIR__ . '/../..' ,29 'LimousineSearch\\Front\\Front' => __DIR__ . '/../..' ,30 'LimousineSearch\\Includes\\Activate' => __DIR__ . '/../..' ,31 'LimousineSearch\\Includes\\Api' => __DIR__ . '/../..' ,32 'LimousineSearch\\Includes\\Deactivate' => __DIR__ . '/../..' ,33 'LimousineSearch\\Includes\\Helper' => __DIR__ . '/../..' ,34 'LimousineSearch\\Includes\\I18n' => __DIR__ . '/../..' ,35 'LimousineSearch\\Includes\\LimousineSearch' => __DIR__ . '/../..' ,36 'LimousineSearch\\Includes\\Loader' => __DIR__ . '/../..' ,24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 25 'LimousineSearch\\Admin\\Admin' => __DIR__ . '/../..' . '/src/Admin/Admin.php', 26 'LimousineSearch\\Entities\\Company' => __DIR__ . '/../..' . '/src/Entities/Company.php', 27 'LimousineSearch\\Exceptions\\NotFoundException' => __DIR__ . '/../..' . '/src/Exceptions/NotFoundException.php', 28 'LimousineSearch\\Exceptions\\UnauthorizedException' => __DIR__ . '/../..' . '/src/Exceptions/UnauthorizedException.php', 29 'LimousineSearch\\Front\\Front' => __DIR__ . '/../..' . '/src/Front/Front.php', 30 'LimousineSearch\\Includes\\Activate' => __DIR__ . '/../..' . '/src/Includes/Activate.php', 31 'LimousineSearch\\Includes\\Api' => __DIR__ . '/../..' . '/src/Includes/Api.php', 32 'LimousineSearch\\Includes\\Deactivate' => __DIR__ . '/../..' . '/src/Includes/Deactivate.php', 33 'LimousineSearch\\Includes\\Helper' => __DIR__ . '/../..' . '/src/Includes/Helper.php', 34 'LimousineSearch\\Includes\\I18n' => __DIR__ . '/../..' . '/src/Includes/I18n.php', 35 'LimousineSearch\\Includes\\LimousineSearch' => __DIR__ . '/../..' . '/src/Includes/LimousineSearch.php', 36 'LimousineSearch\\Includes\\Loader' => __DIR__ . '/../..' . '/src/Includes/Loader.php', 37 37 ); 38 38 … … 40 40 { 41 41 return \Closure::bind(function () use ($loader) { 42 $loader->prefixLengthsPsr4 = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$prefixLengthsPsr4;43 $loader->prefixDirsPsr4 = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$prefixDirsPsr4;44 $loader->classMap = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$classMap;42 $loader->prefixLengthsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixLengthsPsr4; 43 $loader->prefixDirsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixDirsPsr4; 44 $loader->classMap = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$classMap; 45 45 46 46 }, null, ClassLoader::class); -
limousine-search/tags/2.0.1/vendor/composer/installed.json
r2804055 r2804065 1 1 { 2 2 "packages": [], 3 "dev": true,3 "dev": false, 4 4 "dev-package-names": [] 5 5 } -
limousine-search/tags/2.0.1/vendor/composer/installed.php
r2804055 r2804065 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => ' dev-main',4 'version' => 'dev- main',3 'pretty_version' => 'trunk', 4 'version' => 'dev-trunk', 5 5 'type' => 'library', 6 'install_path' => __DIR__ . '/../ 2.0.0/',6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',8 'reference' => NULL, 9 9 'name' => 'limousinesearch/wordpress', 10 'dev' => true,10 'dev' => false, 11 11 ), 12 12 'versions' => array( 13 13 'limousinesearch/wordpress' => array( 14 'pretty_version' => ' dev-main',15 'version' => 'dev- main',14 'pretty_version' => 'trunk', 15 'version' => 'dev-trunk', 16 16 'type' => 'library', 17 'install_path' => __DIR__ . '/../ 2.0.0/',17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',19 'reference' => NULL, 20 20 'dev_requirement' => false, 21 21 ), -
limousine-search/trunk/README.txt
r2804055 r2804065 22 22 == Changelog == 23 23 24 = 2.0.1 = 25 * Added composer files on svn 26 24 27 = 2.0.0 = 25 28 * Updated to use new site version -
limousine-search/trunk/composer.json
r2804055 r2804065 2 2 "name": "limousinesearch/wordpress", 3 3 "description": "Plugin to show quote forms on WP site", 4 "type": " library",4 "type": "wordpress-plugin", 5 5 "keywords": ["limousinesearch", "limo", "wordpress"], 6 6 "license": "GNU General Public License", … … 17 17 ], 18 18 "require": { 19 "php": "^7.4 "19 "php": "^7.4|^8.0" 20 20 }, 21 21 "config": { -
limousine-search/trunk/composer.lock
r2804055 r2804065 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " db489e6e687d85598a79aef80e0068fd",7 "content-hash": "734e3f3805171fda1a2f65eebe79058f", 8 8 "packages": [], 9 9 "packages-dev": [], … … 14 14 "prefer-lowest": false, 15 15 "platform": { 16 "php": "^7.4 "16 "php": "^7.4|^8.0" 17 17 }, 18 18 "platform-dev": [], -
limousine-search/trunk/limousinesearch.php
r2804055 r2804065 2 2 /** 3 3 * @link https://www.limousinesearch.com 4 * @since 2.0. 04 * @since 2.0.1 5 5 * @package Limousinesearch 6 6 * … … 9 9 * Plugin URI: https://www.limousinesearch.com 10 10 * Description: Easy integration between WP and Limousine Search 11 * Version: 2.0. 011 * Version: 2.0.1 12 12 * Author: Limousine Search 13 13 * Author URI: https://www.limousinesearch.com … … 25 25 } 26 26 27 define('LIMOUSINESEARCH_VERSION', '2.0. 0');27 define('LIMOUSINESEARCH_VERSION', '2.0.1'); 28 28 define('LIMOUSINESEARCH_NAME', 'limousinesearch'); 29 29 define('LIMOUSINESEARCH_DIR', WP_PLUGIN_DIR . '/limousinesearch'); -
limousine-search/trunk/vendor/autoload.php
r2804055 r2804065 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd::getLoader();7 return ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63::getLoader(); -
limousine-search/trunk/vendor/composer/autoload_real.php
r2804055 r2804065 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd5 class ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
limousine-search/trunk/vendor/composer/autoload_static.php
r2804055 r2804065 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd7 class ComposerStaticInit3811bbab90c196e959498a3cc5b87c63 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 17 17 'LimousineSearch\\' => 18 18 array ( 19 0 => __DIR__ . '/../..' ,19 0 => __DIR__ . '/../..' . '/src', 20 20 ), 21 21 ); 22 22 23 23 public static $classMap = array ( 24 'Composer\\InstalledVersions' => __DIR__ . '/..' ,25 'LimousineSearch\\Admin\\Admin' => __DIR__ . '/../..' ,26 'LimousineSearch\\Entities\\Company' => __DIR__ . '/../..' ,27 'LimousineSearch\\Exceptions\\NotFoundException' => __DIR__ . '/../..' ,28 'LimousineSearch\\Exceptions\\UnauthorizedException' => __DIR__ . '/../..' ,29 'LimousineSearch\\Front\\Front' => __DIR__ . '/../..' ,30 'LimousineSearch\\Includes\\Activate' => __DIR__ . '/../..' ,31 'LimousineSearch\\Includes\\Api' => __DIR__ . '/../..' ,32 'LimousineSearch\\Includes\\Deactivate' => __DIR__ . '/../..' ,33 'LimousineSearch\\Includes\\Helper' => __DIR__ . '/../..' ,34 'LimousineSearch\\Includes\\I18n' => __DIR__ . '/../..' ,35 'LimousineSearch\\Includes\\LimousineSearch' => __DIR__ . '/../..' ,36 'LimousineSearch\\Includes\\Loader' => __DIR__ . '/../..' ,24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 25 'LimousineSearch\\Admin\\Admin' => __DIR__ . '/../..' . '/src/Admin/Admin.php', 26 'LimousineSearch\\Entities\\Company' => __DIR__ . '/../..' . '/src/Entities/Company.php', 27 'LimousineSearch\\Exceptions\\NotFoundException' => __DIR__ . '/../..' . '/src/Exceptions/NotFoundException.php', 28 'LimousineSearch\\Exceptions\\UnauthorizedException' => __DIR__ . '/../..' . '/src/Exceptions/UnauthorizedException.php', 29 'LimousineSearch\\Front\\Front' => __DIR__ . '/../..' . '/src/Front/Front.php', 30 'LimousineSearch\\Includes\\Activate' => __DIR__ . '/../..' . '/src/Includes/Activate.php', 31 'LimousineSearch\\Includes\\Api' => __DIR__ . '/../..' . '/src/Includes/Api.php', 32 'LimousineSearch\\Includes\\Deactivate' => __DIR__ . '/../..' . '/src/Includes/Deactivate.php', 33 'LimousineSearch\\Includes\\Helper' => __DIR__ . '/../..' . '/src/Includes/Helper.php', 34 'LimousineSearch\\Includes\\I18n' => __DIR__ . '/../..' . '/src/Includes/I18n.php', 35 'LimousineSearch\\Includes\\LimousineSearch' => __DIR__ . '/../..' . '/src/Includes/LimousineSearch.php', 36 'LimousineSearch\\Includes\\Loader' => __DIR__ . '/../..' . '/src/Includes/Loader.php', 37 37 ); 38 38 … … 40 40 { 41 41 return \Closure::bind(function () use ($loader) { 42 $loader->prefixLengthsPsr4 = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$prefixLengthsPsr4;43 $loader->prefixDirsPsr4 = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$prefixDirsPsr4;44 $loader->classMap = ComposerStaticInit e875bddd7fb462c730054cb2000a7dbd::$classMap;42 $loader->prefixLengthsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixLengthsPsr4; 43 $loader->prefixDirsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixDirsPsr4; 44 $loader->classMap = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$classMap; 45 45 46 46 }, null, ClassLoader::class); -
limousine-search/trunk/vendor/composer/installed.json
r2804055 r2804065 1 1 { 2 2 "packages": [], 3 "dev": true,3 "dev": false, 4 4 "dev-package-names": [] 5 5 } -
limousine-search/trunk/vendor/composer/installed.php
r2804055 r2804065 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => ' dev-main',4 'version' => 'dev- main',3 'pretty_version' => 'trunk', 4 'version' => 'dev-trunk', 5 5 'type' => 'library', 6 'install_path' => __DIR__ . '/../ 2.0.0/',6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',8 'reference' => NULL, 9 9 'name' => 'limousinesearch/wordpress', 10 'dev' => true,10 'dev' => false, 11 11 ), 12 12 'versions' => array( 13 13 'limousinesearch/wordpress' => array( 14 'pretty_version' => ' dev-main',15 'version' => 'dev- main',14 'pretty_version' => 'trunk', 15 'version' => 'dev-trunk', 16 16 'type' => 'library', 17 'install_path' => __DIR__ . '/../ 2.0.0/',17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',19 'reference' => NULL, 20 20 'dev_requirement' => false, 21 21 ),
Note: See TracChangeset
for help on using the changeset viewer.