WpWodify\Installer
Installer Class
- Author: Cory Collier <corycollier@corycollier.com>
Synopsis
Coverage
Methods | 100% | 2 / 2 |
Lines | 100% | 6 / 6 |
Methods
public
- install() — Installs the plugin
- uninstall() — Uninstalls the plugin
History
-
2015-12-31T06:21:02-05:00 (commit #21de7cc)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Updating the installer, adding a template for admin settings
-
2015-12-31T05:49:44-05:00 (commit #307c02c)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Moving classes around to conform with WP coding standards regarding the naming convention of class files
-
2015-12-31T05:47:14-05:00 (commit #43a6d30)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Adding an Overlord (to rule all things), and a loader class. Also introducting an installer class. Updating other code to conform to WP coding standards (which, I personally don't agree with, but hey, whatevs)
-
2015-12-31T05:01:32-05:00 (commit #dc865c1)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
Wordpress coding standards updates. Changing the base class for exceptions to ErrorException
-
2015-12-30T17:20:06-05:00 (commit #4e6c550)
Author: Cory Collier (corycollier@corycollier.com) / Commiter: Cory Collier (corycollier@corycollier.com)
First commit of the major rewrite. Changing to a composer-type package setup. Will be much more OO oriented