Changeset 1713654
- Timestamp:
- 08/15/2017 03:28:41 PM (8 years ago)
- Location:
- writing-on-github/trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
writing-on-github/trunk/readme.txt
r1713621 r1713654 1 1 === Writing On GitHub === 2 2 3 3 4 Contributors: litefeel 4 Tags: github, git, version control, content, collaboration, publishing 5 Tags: github, git, version control, content, collaboration, publishing, writing 5 6 Donate link: https://www.paypal.me/litefeel 6 7 Requires at least: 3.9 7 Tested up to: 4.8 8 Stable tag: 1.6 8 Tested up to: 4.8.1 9 Stable tag: 1.6.1 9 10 License: GPLv2 10 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 135 == Changelog == 135 136 137 = 1.6.1 = 138 139 * Compatible with wordpress 4.8.1 140 * Add index.php 141 136 142 = 1.6 = 137 143 … … 186 192 [1.5.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.5.1 187 193 [1.6]: https://github.com/litefeel/writing-on-github/releases/tag/1.6 194 [1.6.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.6.1 -
writing-on-github/trunk/vendor/autoload.php
r1713098 r1713654 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit a0c450116bb5267a0d6f3a84ce1559e2::getLoader();7 return ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1::getLoader(); -
writing-on-github/trunk/vendor/composer/autoload_real.php
r1713098 r1713654 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit a0c450116bb5267a0d6f3a84ce1559e25 class ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit a0c450116bb5267a0d6f3a84ce1559e2', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit a0c450116bb5267a0d6f3a84ce1559e2', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1', '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 a0c450116bb5267a0d6f3a84ce1559e2::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::getInitializer($loader)); 31 31 } else { 32 32 $map = require __DIR__ . '/autoload_namespaces.php'; … … 49 49 50 50 if ($useStaticLoader) { 51 $includeFiles = Composer\Autoload\ComposerStaticInit a0c450116bb5267a0d6f3a84ce1559e2::$files;51 $includeFiles = Composer\Autoload\ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::$files; 52 52 } else { 53 53 $includeFiles = require __DIR__ . '/autoload_files.php'; 54 54 } 55 55 foreach ($includeFiles as $fileIdentifier => $file) { 56 composerRequire a0c450116bb5267a0d6f3a84ce1559e2($fileIdentifier, $file);56 composerRequiref09e17fb75429ec5fb15edb97611faf1($fileIdentifier, $file); 57 57 } 58 58 … … 61 61 } 62 62 63 function composerRequire a0c450116bb5267a0d6f3a84ce1559e2($fileIdentifier, $file)63 function composerRequiref09e17fb75429ec5fb15edb97611faf1($fileIdentifier, $file) 64 64 { 65 65 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
writing-on-github/trunk/vendor/composer/autoload_static.php
r1713098 r1713654 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit a0c450116bb5267a0d6f3a84ce1559e27 class ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1 8 8 { 9 9 public static $files = array ( … … 35 35 { 36 36 return \Closure::bind(function () use ($loader) { 37 $loader->classMap = ComposerStaticInit a0c450116bb5267a0d6f3a84ce1559e2::$classMap;37 $loader->classMap = ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::$classMap; 38 38 39 39 }, null, ClassLoader::class); -
writing-on-github/trunk/writing-on-github.php
r1713073 r1713654 4 4 * Plugin URI: https://github.com/litefeel/writing-on-github 5 5 * Description: A WordPress plugin to allow you writing on GitHub (or Jekyll site). 6 * Version: 1.6 6 * Version: 1.6.1 7 7 * Author: litefeel 8 8 * Author URI: https://www.litefeel.com
Note: See TracChangeset
for help on using the changeset viewer.