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
Tom McFarlin
b1abaee963
adding a 'GitHub Plugin URI' to the wordpress-plugin header
...
Fixes #75
2013-10-16 16:38:25 -04:00
Tom McFarlin
6215ee636a
updating the javascript to include more whitespace as per the wordpress javascript coding standards
2013-10-16 16:24:16 -04:00
Tom McFarlin
02f9c902b6
Moving the screenshot to the assets directory
...
Related #89
2013-10-16 16:22:37 -04:00
Tom McFarlin
043067d5db
Merge pull request #86 from grappler/master
...
Add admin class
2013-10-16 13:14:10 -07:00
Ulrich Pogson
63e9ea97f4
Move function lower down
2013-10-15 20:57:29 +02:00
Ulrich Pogson
60b58949ce
Update inline documentation
2013-10-14 22:59:16 +02:00
Ulrich Pogson
ac8e5cfb01
Add admin class
2013-10-14 17:37:41 +02:00
Tom McFarlin
0642b96439
Merge pull request #82 from barryceelen/patch-1
...
Update $plugin_slug comment
2013-10-07 05:18:43 -07:00
Barry Ceelen
96e91f5e05
Update $plugin_slug comment
...
The boilerplate uses the variable name when internationalizing strings, where the comment on $plugin_slug says to do the opposite.
2013-10-04 23:23:01 +02:00
Tom McFarlin
2053eca643
Merge pull request #81 from barryceelen/patch-1
...
Place options page under 'Settings' in stead of 'Plugins' menu
2013-09-30 12:44:52 -07:00
Barry Ceelen
7f293f8375
Place options page under 'Settings' in stead of 'Plugins' menu
2013-09-28 13:38:39 +02:00
Tom McFarlin
1d4de289b6
Merge pull request #77 from barryceelen/patch-1
...
Removes reference to register_uninstall_hook from code comment
2013-09-23 04:56:38 -07:00
Tom McFarlin
93be2ae0b4
Merge pull request #80 from barryceelen/patch-3
...
Replace plugin-name with $this->plugin_slug in add_action_links()
2013-09-18 06:14:50 -07:00
Tom McFarlin
a75ab1826c
Merge pull request #79 from barryceelen/patch-2
...
Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock
2013-09-18 06:14:25 -07:00
Barry Ceelen
bbc070e7a7
Replace plugin-name with $this->plugin_slug in add_action_links()
2013-09-18 10:54:34 +02:00
Barry Ceelen
9422feacfd
Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock
...
Removes 'Change 'plugin-name' to the name of your plugin' from add_plugin_admin_menu() function DocBlock, as this is now defined via a variable.
2013-09-18 10:50:29 +02:00
Barry
af2bd993ef
Mention uninstall.php in code comment
2013-09-12 17:58:52 +02:00
Barry Ceelen
b8231ac64b
Removes reference to register_uninstall_hook from code comment
...
Perhaps mention uninstall.php in stead?
```
// Register hooks that are fired when the plugin is activated or deactivated.
// When the plugin is deleted, the uninstall.php file is loaded.
```
2013-09-12 01:42:07 +02:00
Tom McFarlin
895240626a
Merge pull request #76 from barryceelen/patch-1
...
Initialize plugin on plugins_loaded hook
2013-09-11 14:51:09 -07:00
Barry Ceelen
20adc011a9
Initialize plugin on plugins_loaded hook
2013-09-11 23:41:08 +02:00
Tom McFarlin
adc84722d7
changing the name of the lang directory to languages and all references to it
2013-09-08 14:20:15 -04:00
Tom McFarlin
fe371026c4
removing the lang directory in place of languages
2013-09-08 14:19:56 -04:00
Tom McFarlin
1599cdf480
Merge pull request #74 from nextgenthemes/master
...
Change default capability to 'manage_options'
2013-09-08 11:17:06 -07:00
Tom McFarlin
0900698aa3
Merge pull request #71 from GeertDD/const
...
Updates related to the new VERSION constant
2013-09-08 11:16:57 -07:00
Tom McFarlin
452aeb7213
Merge pull request #58 from thuijssoon/master
...
Multisite activation / deactivation
2013-09-08 11:16:00 -07:00