Plugin Directory

Changeset 2804065


Ignore:
Timestamp:
10/25/2022 05:23:30 PM (3 years ago)
Author:
mcnardelli
Message:

Added composer files

Location:
limousine-search
Files:
2 deleted
14 edited
13 copied

Legend:

Unmodified
Added
Removed
  • limousine-search/tags/2.0.1/README.txt

    r2804055 r2804065  
    2222== Changelog ==
    2323
     24= 2.0.1 =
     25* Added composer files on svn
     26
    2427= 2.0.0 =
    2528* Updated to use new site version
  • limousine-search/tags/2.0.1/composer.json

    r2804055 r2804065  
    22    "name": "limousinesearch/wordpress",
    33    "description": "Plugin to show quote forms on WP site",
    4     "type": "library",
     4    "type": "wordpress-plugin",
    55    "keywords": ["limousinesearch", "limo", "wordpress"],
    66    "license": "GNU General Public License",
     
    1717    ],
    1818    "require": {
    19         "php": "^7.4"
     19        "php": "^7.4|^8.0"
    2020    },
    2121    "config": {
  • limousine-search/tags/2.0.1/composer.lock

    r2804055 r2804065  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "db489e6e687d85598a79aef80e0068fd",
     7    "content-hash": "734e3f3805171fda1a2f65eebe79058f",
    88    "packages": [],
    99    "packages-dev": [],
     
    1414    "prefer-lowest": false,
    1515    "platform": {
    16         "php": "^7.4"
     16        "php": "^7.4|^8.0"
    1717    },
    1818    "platform-dev": [],
  • limousine-search/tags/2.0.1/limousinesearch.php

    r2804055 r2804065  
    22/**
    33 * @link              https://www.limousinesearch.com
    4  * @since             2.0.0
     4 * @since             2.0.1
    55 * @package           Limousinesearch
    66 *
     
    99 * Plugin URI:        https://www.limousinesearch.com
    1010 * Description:       Easy integration between WP and Limousine Search
    11  * Version:           2.0.0
     11 * Version:           2.0.1
    1212 * Author:            Limousine Search
    1313 * Author URI:        https://www.limousinesearch.com
     
    2525}
    2626
    27 define('LIMOUSINESEARCH_VERSION', '2.0.0');
     27define('LIMOUSINESEARCH_VERSION', '2.0.1');
    2828define('LIMOUSINESEARCH_NAME', 'limousinesearch');
    2929define('LIMOUSINESEARCH_DIR', WP_PLUGIN_DIR . '/limousinesearch');
  • limousine-search/tags/2.0.1/vendor/autoload.php

    r2804055 r2804065  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd::getLoader();
     7return ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63::getLoader();
  • limousine-search/tags/2.0.1/vendor/composer/autoload_real.php

    r2804055 r2804065  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd
     5class ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • limousine-search/tags/2.0.1/vendor/composer/autoload_static.php

    r2804055 r2804065  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite875bddd7fb462c730054cb2000a7dbd
     7class ComposerStaticInit3811bbab90c196e959498a3cc5b87c63
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    1717        'LimousineSearch\\' =>
    1818        array (
    19             0 => __DIR__ . '/../..',
     19            0 => __DIR__ . '/../..' . '/src',
    2020        ),
    2121    );
    2222
    2323    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',
    3737    );
    3838
     
    4040    {
    4141        return \Closure::bind(function () use ($loader) {
    42             $loader->prefixLengthsPsr4 = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$prefixLengthsPsr4;
    43             $loader->prefixDirsPsr4 = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$prefixDirsPsr4;
    44             $loader->classMap = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$classMap;
     42            $loader->prefixLengthsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixLengthsPsr4;
     43            $loader->prefixDirsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixDirsPsr4;
     44            $loader->classMap = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$classMap;
    4545
    4646        }, null, ClassLoader::class);
  • limousine-search/tags/2.0.1/vendor/composer/installed.json

    r2804055 r2804065  
    11{
    22    "packages": [],
    3     "dev": true,
     3    "dev": false,
    44    "dev-package-names": []
    55}
  • limousine-search/tags/2.0.1/vendor/composer/installed.php

    r2804055 r2804065  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'dev-main',
    4         'version' => 'dev-main',
     3        'pretty_version' => 'trunk',
     4        'version' => 'dev-trunk',
    55        'type' => 'library',
    6         'install_path' => __DIR__ . '/../2.0.0/',
     6        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',
     8        'reference' => NULL,
    99        'name' => 'limousinesearch/wordpress',
    10         'dev' => true,
     10        'dev' => false,
    1111    ),
    1212    'versions' => array(
    1313        'limousinesearch/wordpress' => array(
    14             'pretty_version' => 'dev-main',
    15             'version' => 'dev-main',
     14            'pretty_version' => 'trunk',
     15            'version' => 'dev-trunk',
    1616            'type' => 'library',
    17             'install_path' => __DIR__ . '/../2.0.0/',
     17            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',
     19            'reference' => NULL,
    2020            'dev_requirement' => false,
    2121        ),
  • limousine-search/trunk/README.txt

    r2804055 r2804065  
    2222== Changelog ==
    2323
     24= 2.0.1 =
     25* Added composer files on svn
     26
    2427= 2.0.0 =
    2528* Updated to use new site version
  • limousine-search/trunk/composer.json

    r2804055 r2804065  
    22    "name": "limousinesearch/wordpress",
    33    "description": "Plugin to show quote forms on WP site",
    4     "type": "library",
     4    "type": "wordpress-plugin",
    55    "keywords": ["limousinesearch", "limo", "wordpress"],
    66    "license": "GNU General Public License",
     
    1717    ],
    1818    "require": {
    19         "php": "^7.4"
     19        "php": "^7.4|^8.0"
    2020    },
    2121    "config": {
  • limousine-search/trunk/composer.lock

    r2804055 r2804065  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "db489e6e687d85598a79aef80e0068fd",
     7    "content-hash": "734e3f3805171fda1a2f65eebe79058f",
    88    "packages": [],
    99    "packages-dev": [],
     
    1414    "prefer-lowest": false,
    1515    "platform": {
    16         "php": "^7.4"
     16        "php": "^7.4|^8.0"
    1717    },
    1818    "platform-dev": [],
  • limousine-search/trunk/limousinesearch.php

    r2804055 r2804065  
    22/**
    33 * @link              https://www.limousinesearch.com
    4  * @since             2.0.0
     4 * @since             2.0.1
    55 * @package           Limousinesearch
    66 *
     
    99 * Plugin URI:        https://www.limousinesearch.com
    1010 * Description:       Easy integration between WP and Limousine Search
    11  * Version:           2.0.0
     11 * Version:           2.0.1
    1212 * Author:            Limousine Search
    1313 * Author URI:        https://www.limousinesearch.com
     
    2525}
    2626
    27 define('LIMOUSINESEARCH_VERSION', '2.0.0');
     27define('LIMOUSINESEARCH_VERSION', '2.0.1');
    2828define('LIMOUSINESEARCH_NAME', 'limousinesearch');
    2929define('LIMOUSINESEARCH_DIR', WP_PLUGIN_DIR . '/limousinesearch');
  • limousine-search/trunk/vendor/autoload.php

    r2804055 r2804065  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd::getLoader();
     7return ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63::getLoader();
  • limousine-search/trunk/vendor/composer/autoload_real.php

    r2804055 r2804065  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd
     5class ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite875bddd7fb462c730054cb2000a7dbd', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit3811bbab90c196e959498a3cc5b87c63', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • limousine-search/trunk/vendor/composer/autoload_static.php

    r2804055 r2804065  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite875bddd7fb462c730054cb2000a7dbd
     7class ComposerStaticInit3811bbab90c196e959498a3cc5b87c63
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    1717        'LimousineSearch\\' =>
    1818        array (
    19             0 => __DIR__ . '/../..',
     19            0 => __DIR__ . '/../..' . '/src',
    2020        ),
    2121    );
    2222
    2323    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',
    3737    );
    3838
     
    4040    {
    4141        return \Closure::bind(function () use ($loader) {
    42             $loader->prefixLengthsPsr4 = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$prefixLengthsPsr4;
    43             $loader->prefixDirsPsr4 = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$prefixDirsPsr4;
    44             $loader->classMap = ComposerStaticInite875bddd7fb462c730054cb2000a7dbd::$classMap;
     42            $loader->prefixLengthsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixLengthsPsr4;
     43            $loader->prefixDirsPsr4 = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$prefixDirsPsr4;
     44            $loader->classMap = ComposerStaticInit3811bbab90c196e959498a3cc5b87c63::$classMap;
    4545
    4646        }, null, ClassLoader::class);
  • limousine-search/trunk/vendor/composer/installed.json

    r2804055 r2804065  
    11{
    22    "packages": [],
    3     "dev": true,
     3    "dev": false,
    44    "dev-package-names": []
    55}
  • limousine-search/trunk/vendor/composer/installed.php

    r2804055 r2804065  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'dev-main',
    4         'version' => 'dev-main',
     3        'pretty_version' => 'trunk',
     4        'version' => 'dev-trunk',
    55        'type' => 'library',
    6         'install_path' => __DIR__ . '/../2.0.0/',
     6        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',
     8        'reference' => NULL,
    99        'name' => 'limousinesearch/wordpress',
    10         'dev' => true,
     10        'dev' => false,
    1111    ),
    1212    'versions' => array(
    1313        'limousinesearch/wordpress' => array(
    14             'pretty_version' => 'dev-main',
    15             'version' => 'dev-main',
     14            'pretty_version' => 'trunk',
     15            'version' => 'dev-trunk',
    1616            'type' => 'library',
    17             'install_path' => __DIR__ . '/../2.0.0/',
     17            'install_path' => __DIR__ . '/../../',
    1818            'aliases' => array(),
    19             'reference' => '63d9498ee924e9c3b7db0979502942e0b31490aa',
     19            'reference' => NULL,
    2020            'dev_requirement' => false,
    2121        ),
Note: See TracChangeset for help on using the changeset viewer.