Commit Graph

150 Commits

Author SHA1 Message Date
Tom McFarlin 08f0d9a30b updating a reference to the plugin slug
fixes #52
2013-05-17 20:18:06 -04:00
Tom McFarlin 4b05ac70b9 Merge pull request #51 from grappler/master
Replace text-domain with Variable and update pot
2013-05-17 04:29:36 -07:00
Ulrich Pogson 773a3ad9d4 Replace text-domain with variable and update pot 2013-05-16 23:18:27 +02:00
Ulrich Pogson e121073eb1 Merge pull request #3 from tommcfarlin/master
Update 16.05.2013
2013-05-16 14:15:55 -07:00
Tom McFarlin e4d9af5304 updating the docblock for this class 2013-05-16 09:57:05 -04:00
Tom McFarlin e8c0c99598 updating the docblock in the class 2013-05-16 09:56:20 -04:00
Tom McFarlin 0ac81cc38f adding notes for the new tag 2013-05-16 09:44:58 -04:00
Tom McFarlin bfc094ec68 continuing to update all page-level docblocks for consistency
related #48
2013-05-16 09:41:58 -04:00
Tom McFarlin b8c03c083a updating page-level docblocks to be consistent
related #48
2013-05-16 09:40:25 -04:00
Tom McFarlin d345f74c4d adding example.com to the plugin-name page-level docblock
related #48
2013-05-16 09:37:48 -04:00
Tom McFarlin 1c49f99e78 Updated to `readme.txt` to be up to standard with the current WordPress Plugin Repository demo
Fixes #50
2013-05-16 09:36:23 -04:00
Tom McFarlin 8ead067e39 updating the change log for 2.4 2013-05-15 22:55:21 -04:00
Tom McFarlin 945b5a1bd4 updating the README file
related #48
2013-05-15 22:52:00 -04:00
Ulrich Pogson a59d520420 Merge pull request #2 from tommcfarlin/master
Update 16.05.2013
2013-05-15 15:02:01 -07:00
Tom McFarlin 0d968d2c20 removing a trailing /
related #48
2013-05-15 10:18:02 -04:00
Tom McFarlin d5fe812b83 removing author email tag and lining up terms
related #48
2013-05-15 10:16:38 -04:00
Tom McFarlin 9149ea7b17 renaming and updating references in the pot file
related #48
2013-05-15 10:15:14 -04:00
Tom McFarlin 6f39dbc677 since we're loading a single style sheet, using the singular form of the term
related #48
2013-05-15 10:13:11 -04:00
Tom McFarlin 0154512f69 removing whitespace
related #48
2013-05-15 10:12:11 -04:00
Tom McFarlin bf17525093 renaming all 'display*' files to 'public*' files
related #48
2013-05-15 10:11:56 -04:00
Tom McFarlin 5cf899c20b updating references in comments and in code to the plugin class files and plugin files
related #48
2013-05-15 10:02:10 -04:00
Tom McFarlin cf9fdceac3 changing what happens when the plugin is accessed directly
related #48
2013-05-15 10:00:38 -04:00
Tom McFarlin a289b607a3 updating code comments, clearing extraneous whitespace
related #48
2013-05-15 10:00:07 -04:00
Tom McFarlin 39abb6e2dc renaming files to be more consistent with the example name of the plugin
related #48
2013-05-15 09:47:33 -04:00
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
Ulrich Pogson e830776ac6 Merge pull request #1 from tommcfarlin/master
Update
2013-05-13 15:54:57 -07:00
Tom McFarlin bc86970807 adding a sample screenshot to match with the wordpress readme conventions
related #45
2013-05-13 13:54:13 -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 f867e2b7f1 adding proper page-level documentation 2013-05-13 11:00:55 -04:00
Tom McFarlin 0a069fa2e7 logging updates for 2.3.0 2013-05-13 08:51:50 -04:00
Tom McFarlin 268525dbbb fixing some whitespace 2013-05-13 08:45:22 -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 4cd689f925 Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
# 
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-05-13 06:39:34 -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 db878be182 removing sub package and version tags 2013-05-13 06:37:48 -04:00
Tom McFarlin aa6341a2ef Rename changelog.md to ChangeLog.md 2013-05-13 07:35:41 -03:00
Tom McFarlin 978bd51cb0 renaming the file to follow the canonical name format 2013-05-13 06:35:03 -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 af23b05186 one more fix for tabs on line 25
fixes #44
2013-05-12 10:19:11 -04:00
Tom McFarlin 347b63c876 properly adding tabs and spaces
fixes #44
2013-05-12 10:12:50 -04:00
Tom McFarlin d5d2579594 including a default assets directory and instructions for how to use the bundled banner placeholders for the wordpress plugin repository
fixes #45
2013-05-12 09:55:20 -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 45f6b3e691 adding docblocks to the views 2013-05-12 08:56:48 -04:00
Tom McFarlin 849c147bd1 generalizing the name, landing, and email address 2013-05-12 08:43:28 -04:00
Tom McFarlin c98aee2d55 updating the docblock and removing inline tabs in favor of spaces
fixes #38
2013-05-12 08:28:30 -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 4551cc1b9f moving the change log into its own file 2013-05-12 08:07:04 -04:00
Tom McFarlin 08c12ba194 adding a note about licensing with the gel and the apache license
fixes #42
2013-05-12 08:06:54 -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