Skip to content

deadlyhifi/staunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

#Staunch

A WordPress plugin to prevent automatic updates on your live sites.

##Description

The plugin installs into the mu-plugins folder and will be activated in any environment that doesn’t have a an environment variable of ENV = 'development'.

##Installation

Install through Composer. If you're new to Composer I heartily recommend Composer in WordPress, Using Composer with WordPress, and WordPress Packagist.

You'll need to declare it within repositories of the composer.json file.

e.g.

"repositories": [
    {
      "type": "composer",
      "url": "http://wpackagist.org"
    },
    {
      "type": "vcs",
      "url": "https://github.com/deadlyhifi/staunch"
    }
…

and then require it

"require": {
    …
    "deadlyhifi/staunch": "1.*"

##Changelog

= 1.0 =

  • Composer version of original.

##Credits Originally forked from bigfishdesign/staunch

About

A composer WordPress plugin to prevent updates from wp-admin.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages