Commit Graph

303 Commits

Author SHA1 Message Date
Tom McFarlin b45971682f Revert "merge conflict resolution"
This reverts commit f293c94419.
2013-11-08 16:54:18 -05:00
Tom McFarlin 09e87acdcc Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate 2013-11-08 16:53:30 -05:00
Tom McFarlin f293c94419 merge conflict resolution 2013-11-08 16:53:27 -05:00
Tom McFarlin e3d13be33d Merge pull request #121 from akshayraje/master
All class and file name changes together
2013-11-08 13:50:09 -08:00
akshayraje 630408340f Replaced deleted comment block 2013-11-08 14:01:01 +05:30
akshayraje a80b2ca7a4 Updated plugin-name.php to get all name replacement changes at one place 2013-11-08 13:51:30 +05:30
Tom McFarlin fce6701179 Merge pull request #120 from neverything/patch-2
Fix textdomain not loading
2013-11-07 10:52:51 -08:00
Silvan Hagen 7dbfeb95bd Fix textdomain not loading
Before: public/languages
After: plugin-name/languages
2013-11-07 17:41:03 +01:00
Tom McFarlin 4a1c334c04 Merge pull request #116 from neverything/patch-1
Fix $plugin_basename to allow plugin_action_links
2013-11-04 08:25:24 -08:00
Silvan Hagen f844d0a075 Fix $plugin_basename to allow plugin_action_links
With the move to /admin and /public directory, the class-plugin-name-admin.php needed to be changed to use __DIR__ instead of __FILE__ to create the $plugin_basename, otherwise the hook would be something like plugin_action_links_plugin-name/admin/plugin-name.php which doesn't work.
2013-11-04 16:26:19 +01:00
Tom McFarlin ae381619d4 Merge pull request #110 from grappler/patch-1
Place the TODOs in the correct position
2013-11-01 07:02:08 -07:00
Ulrich Pogson b463e3398c Place the TODOs in the correct position 2013-11-01 14:53:10 +01:00
Tom McFarlin 7aa4d72497 finalizing the change log 2013-11-01 08:34:26 -04:00
Tom McFarlin 75aff22e52 updating the readme 2013-11-01 08:31:58 -04:00
Tom McFarlin 1de634b31f adding empty includes directories as a place for shared functionality
related #100
2013-11-01 08:31:52 -04:00
Tom McFarlin 1d0d01ced6 updating typos in the read. props @grappler. 2013-11-01 08:27:12 -04:00
Tom McFarlin 961f62407f updating the change log, moving the previous untagged 2.6.0 notes into the official, forthcoming 2.6.0 tag. 2013-10-31 13:24:51 -04:00
Tom McFarlin a36f3079bd removing files from the plugin root
related #100
2013-10-30 16:51:33 -04:00
Tom McFarlin aa9368a81f updating a comment 2013-10-30 16:50:42 -04:00
Tom McFarlin 9d8f38b339 moving all public related code to a self-contained subdirectory
related #100
2013-10-30 16:50:36 -04:00
Tom McFarlin ba5bddf891 adding public and admin comments. conditionally loading the admin class.
related #104
2013-10-30 16:50:09 -04:00
Tom McFarlin 32884b0515 removing files from the main plugin directory in favor of admin and public specific directories
related #100
2013-10-30 16:49:30 -04:00
Tom McFarlin 0796e8e638 moving all of the admin-specific functionality into the admin subdirectory
related #100
2013-10-30 16:49:01 -04:00
Tom McFarlin f894ee25c0 loading the admin class only if the dashboard is being loaded
fixes #104
2013-10-30 16:27:26 -04:00
Tom McFarlin 4242cbe4f1 Merge pull request #103 from grappler/patch-1
Add TODO for Plugin_Name::VERSION
2013-10-27 13:25:36 -07:00
Ulrich Pogson 037e246074 Add TODO for Plugin_Name::VERSION 2013-10-27 20:55:36 +01:00
Tom McFarlin 8881946c1d Merge pull request #102 from grappler/patch-4
Replace plugin-name with plugin_slug & remove TODO
2013-10-27 12:37:53 -07:00
Ulrich Pogson fc3de2376c Replace plugin-name with plugin_slug & remove TODO 2013-10-27 19:51:20 +01:00
Tom McFarlin fcac09e874 removing a redundant comment delimiter 2013-10-27 14:29:01 -04:00
Tom McFarlin e8421c2980 Merge pull request #101 from haleeben/master
Added a TODO to prompt the user to change the plugin-name
2013-10-27 09:11:06 -07:00
haleeben 60d06f6446 Added a TODO to prompt the user to change the plugin-name 2013-10-27 16:37:26 +11:00
Tom McFarlin 285e95beab Merge pull request #98 from will83/patch-1
Update class-plugin-name-admin.php
2013-10-24 11:23:48 -07:00
will83 62769f4225 Update class-plugin-name-admin.php 2013-10-24 19:06:37 +02:00
Tom McFarlin cab0e15b08 Merge pull request #97 from grappler/patch-4
Update README.md
2013-10-21 11:44:35 -07:00
Ulrich Pogson 74b89e2fee Update README.md
This is not valid any more
2013-10-21 20:30:26 +02:00
Tom McFarlin 25c4fdcf70 updating the references to the languages directory as per @grappler's original implementation 2013-10-21 07:30:40 -04:00
Tom McFarlin 37bf5ffb8d Merge pull request #96 from grappler/patch-3
Update plugin-name.pot
2013-10-21 04:22:32 -07:00
Ulrich Pogson a77b1a7463 Update plugin-name.pot 2013-10-19 14:42:33 +02:00
Tom McFarlin ed00a67ced including more information about the github updater
fixes #75
2013-10-18 08:22:23 -04:00
Tom McFarlin f6df0e2864 updating the change log with everything that's going into 3.0.0 2013-10-17 17:34:59 -04:00
Tom McFarlin 58b8d0991b updating the read me to include the new features of the boilerplate 2013-10-17 16:48:31 -04:00
Tom McFarlin f211910b4a removing the scope qualifier on the constant 2013-10-17 16:35:14 -04:00
Tom McFarlin 70ff70f537 adding whitespace between the header and the markup 2013-10-17 16:32:25 -04:00
Tom McFarlin aa01ca281c removing extraneous whitespace, making sure comment lines don't exceed 80 characters, and providing updated comment blocks for functions, inline comments, and documentation for the new admin class 2013-10-17 16:23:04 -04:00
Tom McFarlin 467d5e290f removing extraneous whitespace, making sure comment lines don't exceed 80 characters, and providing updated comment blocks for functions, inline comments, and documentation for the new admin class 2013-10-17 16:22:57 -04:00
Tom McFarlin ad459856c5 Removing a lot of whitespace, updating function comments, and comment blocks within a function, and making sure no comments exceed 80 characters 2013-10-17 16:22:14 -04:00
Tom McFarlin 57115a8cf4 adding a 'TODO' so users can more easily find where all they need to supply the name of their plugin
Fixes #91
2013-10-17 16:21:31 -04:00
Tom McFarlin 17525fb228 Merge pull request #92 from grappler/patch-1
Update README.txt
2013-10-17 11:56:11 -07:00
Ulrich Pogson a8679a4ece Update README.txt
Add additional possible installation methods
2013-10-17 20:49:05 +02:00
Tom McFarlin 68283b2478 defining a section to provide links for recommended tools 2013-10-16 16:39:19 -04:00