Plugin Directory

Changeset 1713654


Ignore:
Timestamp:
08/15/2017 03:28:41 PM (8 years ago)
Author:
litefeel
Message:

auto deploy from deploy2wp:https://github.com/litefeel/deploy2wp

Location:
writing-on-github/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • writing-on-github/trunk/readme.txt

    r1713621 r1713654  
    11=== Writing On GitHub ===
    22
     3
    34Contributors: litefeel 
    4 Tags: github, git, version control, content, collaboration, publishing 
     5Tags: github, git, version control, content, collaboration, publishing, writing 
    56Donate link: https://www.paypal.me/litefeel 
    67Requires at least: 3.9 
    7 Tested up to: 4.8 
    8 Stable tag: 1.6 
     8Tested up to: 4.8.1 
     9Stable tag: 1.6.1 
    910License: GPLv2 
    1011License URI: http://www.gnu.org/licenses/gpl-2.0.html 
     
    134135== Changelog ==
    135136
     137= 1.6.1 =
     138
     139* Compatible with wordpress 4.8.1
     140* Add index.php
     141
    136142= 1.6 =
    137143
     
    186192  [1.5.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.5.1
    187193  [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  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInita0c450116bb5267a0d6f3a84ce1559e2::getLoader();
     7return ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1::getLoader();
  • writing-on-github/trunk/vendor/composer/autoload_real.php

    r1713098 r1713654  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInita0c450116bb5267a0d6f3a84ce1559e2
     5class ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInita0c450116bb5267a0d6f3a84ce1559e2', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInita0c450116bb5267a0d6f3a84ce1559e2', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitf09e17fb75429ec5fb15edb97611faf1', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInita0c450116bb5267a0d6f3a84ce1559e2::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInita0c450116bb5267a0d6f3a84ce1559e2::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequirea0c450116bb5267a0d6f3a84ce1559e2($fileIdentifier, $file);
     56            composerRequiref09e17fb75429ec5fb15edb97611faf1($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequirea0c450116bb5267a0d6f3a84ce1559e2($fileIdentifier, $file)
     63function composerRequiref09e17fb75429ec5fb15edb97611faf1($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • writing-on-github/trunk/vendor/composer/autoload_static.php

    r1713098 r1713654  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInita0c450116bb5267a0d6f3a84ce1559e2
     7class ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1
    88{
    99    public static $files = array (
     
    3535    {
    3636        return \Closure::bind(function () use ($loader) {
    37             $loader->classMap = ComposerStaticInita0c450116bb5267a0d6f3a84ce1559e2::$classMap;
     37            $loader->classMap = ComposerStaticInitf09e17fb75429ec5fb15edb97611faf1::$classMap;
    3838
    3939        }, null, ClassLoader::class);
  • writing-on-github/trunk/writing-on-github.php

    r1713073 r1713654  
    44 * Plugin URI: https://github.com/litefeel/writing-on-github
    55 * Description: A WordPress plugin to allow you writing on GitHub (or Jekyll site).
    6  * Version: 1.6
     6 * Version: 1.6.1
    77 * Author:  litefeel
    88 * Author URI: https://www.litefeel.com
Note: See TracChangeset for help on using the changeset viewer.