2017 © Pedro Peláez
 

library wp-hotfix

image

firegoby/wp-hotfix

  • Tuesday, July 11, 2017
  • by miya0001
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

firegoby/wp-hotfix

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Fix bugs on each versions of WordPress., (*2)

Installation

Create a composer.json in your plugin root or mu-plugins, (*3)

{
    "require": {
        "firegoby/wp-hotfix": "*"
    }
}

Place the following code into your plugin., (*4)

require_once dirname( __FILE__ ) . '/vendor/autoload.php';

Then:, (*5)

$ composer install

Contributing

Clone this project., (*6)

$ git clone git@github.com:miya0001/wp-hotfix.git

Run testing

Initialize the testing environment locally:, (*7)

(you'll need to already have mysql, svn and wget available), (*8)

$ bash bin/install-wp-tests.sh wordpress_test root '' localhost latest

Install phpunit., (*9)

$ composer install

The unit test files are in the tests/ directory., (*10)

To run the unit tests, just execute:, (*11)

$ phpunit

Issue

https://github.com/miya0001/wp-hotfix/issues, (*12)

The Versions

11/07 2017

dev-master

9999999-dev

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

The Development Requires

08/09 2015

dev-stable

dev-stable

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

08/09 2015

0.1.1

0.1.1.0

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

08/09 2015

0.1.0

0.1.0.0

  Sources   Download

GPL2

The Requires

  • php >=5.3