Plugin Directory

Changeset 2435804


Ignore:
Timestamp:
12/09/2020 05:54:36 PM (5 years ago)
Author:
sumediawebdesign
Message:

fix missing cli script

Location:
sumedia-urlify
Files:
68 added
5 edited
8 copied

Legend:

Unmodified
Added
Removed
  • sumedia-urlify/tags/0.3.8/sumedia-urlify.php

    r2282418 r2435804  
    1212 * Plugin URI:  https://github.com/sumedia-wordpress/urlify
    1313 * Description: Changes important URL's to improve security
    14  * Version:     0.3.7
     14 * Version:     0.3.8
    1515 * Requires at least: 5.3 (nothing else tested yet)
    1616 * Requires PHP: 5.6.0 (not tested, could work)
  • sumedia-urlify/trunk/sumedia-urlify.php

    r2282418 r2435804  
    1212 * Plugin URI:  https://github.com/sumedia-wordpress/urlify
    1313 * Description: Changes important URL's to improve security
    14  * Version:     0.3.7
     14 * Version:     0.3.8
    1515 * Requires at least: 5.3 (nothing else tested yet)
    1616 * Requires PHP: 5.6.0 (not tested, could work)
  • sumedia-urlify/trunk/vendor/autoload.php

    r2213986 r2435804  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitb1e7de6e8c53ecf684779bc407634647::getLoader();
     7return ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432::getLoader();
  • sumedia-urlify/trunk/vendor/composer/LICENSE

    r2212122 r2435804  
    1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    2 Upstream-Name: Composer
    3 Upstream-Contact: Jordi Boggiano <j.boggiano@seld.be>
    4 Source: https://github.com/composer/composer
     1Copyright (c) Nils Adermann, Jordi Boggiano
    52
    6 Files: *
    7 Copyright: 2016, Nils Adermann <naderman@naderman.de>
    8            2016, Jordi Boggiano <j.boggiano@seld.be>
    9 License: Expat
     3Permission is hereby granted, free of charge, to any person obtaining a copy
     4of this software and associated documentation files (the "Software"), to deal
     5in the Software without restriction, including without limitation the rights
     6to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     7copies of the Software, and to permit persons to whom the Software is furnished
     8to do so, subject to the following conditions:
    109
    11 Files: src/Composer/Util/TlsHelper.php
    12 Copyright: 2016, Nils Adermann <naderman@naderman.de>
    13            2016, Jordi Boggiano <j.boggiano@seld.be>
    14            2013, Evan Coury <me@evancoury.com>
    15 License: Expat and BSD-2-Clause
     10The above copyright notice and this permission notice shall be included in all
     11copies or substantial portions of the Software.
    1612
    17 License: BSD-2-Clause
    18  Redistribution and use in source and binary forms, with or without modification,
    19  are permitted provided that the following conditions are met:
    20  .
    21      * Redistributions of source code must retain the above copyright notice,
    22        this list of conditions and the following disclaimer.
    23  .
    24      * Redistributions in binary form must reproduce the above copyright notice,
    25        this list of conditions and the following disclaimer in the documentation
    26        and/or other materials provided with the distribution.
    27  .
    28  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    29  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    30  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    31  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
    32  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    33  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    34  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    35  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    36  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    37  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    38 
    39 License: Expat
    40  Permission is hereby granted, free of charge, to any person obtaining a copy
    41  of this software and associated documentation files (the "Software"), to deal
    42  in the Software without restriction, including without limitation the rights
    43  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    44  copies of the Software, and to permit persons to whom the Software is furnished
    45  to do so, subject to the following conditions:
    46  .
    47  The above copyright notice and this permission notice shall be included in all
    48  copies or substantial portions of the Software.
    49  .
    50  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    51  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    52  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    53  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    54  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    55  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    56  THE SOFTWARE.
     13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     19THE SOFTWARE.
  • sumedia-urlify/trunk/vendor/composer/autoload_real.php

    r2213986 r2435804  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitb1e7de6e8c53ecf684779bc407634647
     5class ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432
    66{
    77    private static $loader;
     
    1414    }
    1515
     16    /**
     17     * @return \Composer\Autoload\ClassLoader
     18     */
    1619    public static function getLoader()
    1720    {
     
    2023        }
    2124
    22         spl_autoload_register(array('ComposerAutoloaderInitb1e7de6e8c53ecf684779bc407634647', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432', 'loadClassLoader'), true, true);
    2326        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitb1e7de6e8c53ecf684779bc407634647', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432', 'loadClassLoader'));
    2528
    2629        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2831            require_once __DIR__ . '/autoload_static.php';
    2932
    30             call_user_func(\Composer\Autoload\ComposerStaticInitb1e7de6e8c53ecf684779bc407634647::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInitda6432952e4085fab849f66cf7afc432::getInitializer($loader));
    3134        } else {
    3235            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4952
    5053        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInitb1e7de6e8c53ecf684779bc407634647::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInitda6432952e4085fab849f66cf7afc432::$files;
    5255        } else {
    5356            $includeFiles = require __DIR__ . '/autoload_files.php';
    5457        }
    5558        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequireb1e7de6e8c53ecf684779bc407634647($fileIdentifier, $file);
     59            composerRequireda6432952e4085fab849f66cf7afc432($fileIdentifier, $file);
    5760        }
    5861
     
    6164}
    6265
    63 function composerRequireb1e7de6e8c53ecf684779bc407634647($fileIdentifier, $file)
     66function composerRequireda6432952e4085fab849f66cf7afc432($fileIdentifier, $file)
    6467{
    6568    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • sumedia-urlify/trunk/vendor/composer/autoload_static.php

    r2213986 r2435804  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitb1e7de6e8c53ecf684779bc407634647
     7class ComposerStaticInitda6432952e4085fab849f66cf7afc432
    88{
    99    public static $files = array (
Note: See TracChangeset for help on using the changeset viewer.