Tom McFarlin
|
373531d393
|
renaming 'plugin-boilerplate' to 'plugin-name' to be more consistent with the naming conventions of the class file
related #48
|
2013-05-15 09:46:06 -04:00 |
|
Tom McFarlin
|
fca27a1de2
|
removing the plugin version constant (since its a property in the class)
fixes #49
|
2013-05-13 13:50:23 -04:00 |
|
Tom McFarlin
|
2b62a4e20a
|
Moving the activation hook calls outside of the class
Fixes #42
|
2013-05-13 08:43:08 -04:00 |
|
Tom McFarlin
|
d7aefa2fd5
|
changing the comment for the direct access of the plugin files
|
2013-05-13 06:38:57 -04:00 |
|
Tom McFarlin
|
3828cc9863
|
adding a TODO for replacing the name of the file being required
|
2013-05-12 14:03:02 -04:00 |
|
Tom McFarlin
|
347b63c876
|
properly adding tabs and spaces
fixes #44
|
2013-05-12 10:12:50 -04:00 |
|
Tom McFarlin
|
68c8d4e3dc
|
finalizing page-level documentation to all php files
Fixes #46
|
2013-05-12 09:18:27 -04:00 |
|
Tom McFarlin
|
a6366a7597
|
moving the plugin boilerplate into its own class
fixes #34
|
2013-05-12 08:57:18 -04:00 |
|
Tom McFarlin
|
49abd665ef
|
adding the domain path tag to the header of the plugin file
Fixes #40
|
2013-05-12 08:09:17 -04:00 |
|
Tom McFarlin
|
828b21ce54
|
updating licensing to gpl2+ as per https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/issues/42
related #42
|
2013-05-12 08:03:14 -04:00 |
|
Tom McFarlin
|
e4fe4e964d
|
removing additional full stops
fixes #44
|
2013-05-11 18:16:47 -04:00 |
|
Tom McFarlin
|
05f2ef9ee4
|
removing some additional full stops missed in the first pass.
fixes #44
|
2013-05-11 18:02:03 -04:00 |
|
Tom McFarlin
|
83138fb29f
|
removing inline tabs, not localizing permissions.
related #44
fixes #41
|
2013-05-11 17:51:36 -04:00 |
|
Tom McFarlin
|
b1d15663eb
|
adding a text domain to the plugin header
fixes #40
|
2013-05-11 17:49:28 -04:00 |
|
Tom McFarlin
|
6ccf4af27d
|
replacing all midline tabs and replacing the with spaces to comply with the coding standards
fixes #44
|
2013-05-11 17:46:33 -04:00 |
|
Tom McFarlin
|
95150ecfdc
|
Removing tabs and spaces on empty lines
Related #44
|
2013-05-11 17:43:11 -04:00 |
|
Tom McFarlin
|
9b27bf86af
|
Adding a security check to prevent files from accessing the boilerplate directly
Fixes #43
|
2013-05-11 17:38:50 -04:00 |
|
Tom McFarlin
|
ff44a40287
|
adding one space to comply with coding conventions
|
2013-05-11 17:06:34 -04:00 |
|
Tom McFarlin
|
a2987b80ca
|
adding license.txt and removing it from the header.
fixes #42
|
2013-05-11 17:03:07 -04:00 |
|
Tom McFarlin
|
ae0394724e
|
removing redundant section headers since properties, constructors, and functions
|
2013-05-10 07:45:32 -04:00 |
|
Tom McFarlin
|
5f8dbab63b
|
changing the access modifiers to protected from private
Related #36
|
2013-05-10 07:34:45 -04:00 |
|
Tom McFarlin
|
6f97b9eabd
|
removing redundant access tags
related #35
|
2013-05-10 07:32:57 -04:00 |
|
Tom McFarlin
|
0672899df0
|
removing all terminating comment blocks
related #38
|
2013-05-10 07:31:20 -04:00 |
|
Tom McFarlin
|
15097f8b3f
|
renaming the core plugin file to match the name of the plugin
|
2013-05-10 07:21:31 -04:00 |
|