2017 © Pedro Peláez
 

library wp-disable-upgrade-notice

image

megumi/wp-disable-upgrade-notice

  • Saturday, March 7, 2015
  • by miya0001
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

megumi/wp-disable-upgrade-notice

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

Composer library for Disabling upgrade notice., (*2)

How to use

Place a plugin into mu-plugins

Place a plugins into mu-plugins like following., (*3)

<?php
/*
Plugin Name: mu-plugin for example.com
*/

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

That's it!, (*4)

Create a composer.json

Create and place a composer.json into muplugins/., (*5)

{
    "name": "megumi/mu-plugins",
    "authors": [
        {
            "name": "John Smith",
            "email": "john@example.com"
        }
    ],
    "require": {
        "megumi/wp-disable-upgrade-notice": "*"
    }
}

Install libraries

Then run a composer command., (*6)

$ composer install

How to update libraries

$ composer update

How to development

$ git clone git@github.com:megumi/wp-disable-upgrade-notice.git
$ cd wp-disable-upgrade-notice
$ composer install

Running a PHPUnit

After you run a composer install, then run phpunit., (*7)

$ phpunit

The Versions

07/03 2015

dev-stable

dev-stable

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

by Shuhei Nishimura

07/03 2015

0.2.0

0.2.0.0

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

by Shuhei Nishimura

07/03 2015

dev-master

9999999-dev

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

by Shuhei Nishimura

05/03 2015

0.1.2

0.1.2.0

  Sources   Download

GPL2

The Requires

  • php >=5.3

 

by Shuhei Nishimura