Changeset 2435804
- Timestamp:
- 12/09/2020 05:54:36 PM (5 years ago)
- Location:
- sumedia-urlify
- Files:
-
- 68 added
- 5 edited
- 8 copied
-
tags/0.3.8 (added)
-
tags/0.3.8/.gitignore (copied) (copied from sumedia-urlify/trunk/.gitignore)
-
tags/0.3.8/LICENCE (copied) (copied from sumedia-urlify/trunk/LICENCE)
-
tags/0.3.8/assets (added)
-
tags/0.3.8/assets/css (added)
-
tags/0.3.8/assets/css/admin-style.css (added)
-
tags/0.3.8/assets/images (added)
-
tags/0.3.8/assets/images/wp-n-suma.png (added)
-
tags/0.3.8/changelog.txt (copied) (copied from sumedia-urlify/trunk/changelog.txt)
-
tags/0.3.8/composer.json (copied) (copied from sumedia-urlify/trunk/composer.json)
-
tags/0.3.8/composer.lock (copied) (copied from sumedia-urlify/trunk/composer.lock)
-
tags/0.3.8/inc (added)
-
tags/0.3.8/inc/functions.php (added)
-
tags/0.3.8/languages (added)
-
tags/0.3.8/languages/sumedia-urlify-de_DE.mo (added)
-
tags/0.3.8/languages/sumedia-urlify-de_DE.po (added)
-
tags/0.3.8/readme.md (copied) (copied from sumedia-urlify/trunk/readme.md)
-
tags/0.3.8/readme.txt (copied) (copied from sumedia-urlify/trunk/readme.txt)
-
tags/0.3.8/src (added)
-
tags/0.3.8/src/Sumedia (added)
-
tags/0.3.8/src/Sumedia/Urlify (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/Controller (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/Controller/Config.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/Controller/SetConfig.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/Form (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/Form/Config.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/View (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/View/Config.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/View/Heading.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/View/Menu.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Admin/View/Overview.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Autoloader.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Controller.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Factory.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Form.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Messenger.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Registry.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/Repository.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Base/View.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Config.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Db (added)
-
tags/0.3.8/src/Sumedia/Urlify/Db/Installer.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Htaccess.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/HtaccessFactory.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Plugin.php (added)
-
tags/0.3.8/src/Sumedia/Urlify/Repository (added)
-
tags/0.3.8/src/Sumedia/Urlify/Repository/Urls.php (added)
-
tags/0.3.8/sumedia-urlify.php (copied) (copied from sumedia-urlify/trunk/sumedia-urlify.php) (1 diff)
-
tags/0.3.8/templates (added)
-
tags/0.3.8/templates/admin (added)
-
tags/0.3.8/templates/admin/config.phtml (added)
-
tags/0.3.8/templates/admin/heading.phtml (added)
-
tags/0.3.8/templates/admin/menu.phtml (added)
-
tags/0.3.8/templates/admin/overview.phtml (added)
-
tags/0.3.8/vendor (added)
-
tags/0.3.8/vendor/autoload.php (added)
-
tags/0.3.8/vendor/composer (added)
-
tags/0.3.8/vendor/composer/ClassLoader.php (added)
-
tags/0.3.8/vendor/composer/LICENSE (added)
-
tags/0.3.8/vendor/composer/autoload_classmap.php (added)
-
tags/0.3.8/vendor/composer/autoload_files.php (added)
-
tags/0.3.8/vendor/composer/autoload_namespaces.php (added)
-
tags/0.3.8/vendor/composer/autoload_psr4.php (added)
-
tags/0.3.8/vendor/composer/autoload_real.php (added)
-
tags/0.3.8/vendor/composer/autoload_static.php (added)
-
tags/0.3.8/vendor/composer/installed.json (added)
-
tags/0.3.8/vendor/wp-cli (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/CONTRIBUTING.md (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/LICENSE (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/README.md (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/composer.json (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/src (added)
-
tags/0.3.8/vendor/wp-cli/wp-config-transformer/src/WPConfigTransformer.php (added)
-
trunk/sumedia-urlify.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/LICENSE (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (6 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sumedia-urlify/tags/0.3.8/sumedia-urlify.php
r2282418 r2435804 12 12 * Plugin URI: https://github.com/sumedia-wordpress/urlify 13 13 * Description: Changes important URL's to improve security 14 * Version: 0.3. 714 * Version: 0.3.8 15 15 * Requires at least: 5.3 (nothing else tested yet) 16 16 * Requires PHP: 5.6.0 (not tested, could work) -
sumedia-urlify/trunk/sumedia-urlify.php
r2282418 r2435804 12 12 * Plugin URI: https://github.com/sumedia-wordpress/urlify 13 13 * Description: Changes important URL's to improve security 14 * Version: 0.3. 714 * Version: 0.3.8 15 15 * Requires at least: 5.3 (nothing else tested yet) 16 16 * Requires PHP: 5.6.0 (not tested, could work) -
sumedia-urlify/trunk/vendor/autoload.php
r2213986 r2435804 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b1e7de6e8c53ecf684779bc407634647::getLoader();7 return 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 1 Copyright (c) Nils Adermann, Jordi Boggiano 5 2 6 Files: * 7 Copyright: 2016, Nils Adermann <naderman@naderman.de> 8 2016, Jordi Boggiano <j.boggiano@seld.be> 9 License: Expat 3 Permission is hereby granted, free of charge, to any person obtaining a copy 4 of this software and associated documentation files (the "Software"), to deal 5 in the Software without restriction, including without limitation the rights 6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 copies of the Software, and to permit persons to whom the Software is furnished 8 to do so, subject to the following conditions: 10 9 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 10 The above copyright notice and this permission notice shall be included in all 11 copies or substantial portions of the Software. 16 12 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. 13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 THE SOFTWARE. -
sumedia-urlify/trunk/vendor/composer/autoload_real.php
r2213986 r2435804 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b1e7de6e8c53ecf684779bc4076346475 class ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432 6 6 { 7 7 private static $loader; … … 14 14 } 15 15 16 /** 17 * @return \Composer\Autoload\ClassLoader 18 */ 16 19 public static function getLoader() 17 20 { … … 20 23 } 21 24 22 spl_autoload_register(array('ComposerAutoloaderInit b1e7de6e8c53ecf684779bc407634647', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432', 'loadClassLoader'), true, true); 23 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit b1e7de6e8c53ecf684779bc407634647', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitda6432952e4085fab849f66cf7afc432', 'loadClassLoader')); 25 28 26 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 31 require_once __DIR__ . '/autoload_static.php'; 29 32 30 call_user_func(\Composer\Autoload\ComposerStaticInit b1e7de6e8c53ecf684779bc407634647::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitda6432952e4085fab849f66cf7afc432::getInitializer($loader)); 31 34 } else { 32 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 49 52 50 53 if ($useStaticLoader) { 51 $includeFiles = Composer\Autoload\ComposerStaticInit b1e7de6e8c53ecf684779bc407634647::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitda6432952e4085fab849f66cf7afc432::$files; 52 55 } else { 53 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 54 57 } 55 58 foreach ($includeFiles as $fileIdentifier => $file) { 56 composerRequire b1e7de6e8c53ecf684779bc407634647($fileIdentifier, $file);59 composerRequireda6432952e4085fab849f66cf7afc432($fileIdentifier, $file); 57 60 } 58 61 … … 61 64 } 62 65 63 function composerRequire b1e7de6e8c53ecf684779bc407634647($fileIdentifier, $file)66 function composerRequireda6432952e4085fab849f66cf7afc432($fileIdentifier, $file) 64 67 { 65 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
sumedia-urlify/trunk/vendor/composer/autoload_static.php
r2213986 r2435804 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit b1e7de6e8c53ecf684779bc4076346477 class ComposerStaticInitda6432952e4085fab849f66cf7afc432 8 8 { 9 9 public static $files = array (
Note: See TracChangeset
for help on using the changeset viewer.