1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-12-22 11:53:53 +02:00
Commit graph

448 commits

Author SHA1 Message Date
Dmitry Mayorov
7a12d6aa66 Update class-plugin-name-public.php
Updated @subpackage from 'admin' to 'public'
2014-10-05 19:36:55 +06:00
Dmitry Mayorov
163c2a86c1 Update class-plugin-name-admin.php
Changed @subpackage from 'includes' to 'admin'.
2014-10-05 19:35:03 +06:00
Tom McFarlin
b08802742d Merge pull request #216 from JustinSainton/please-stop-shouting-at-me
Please stop shouting at me. I do hate when my parents shout.
2014-09-11 06:46:59 -04:00
Justin Sainton
50bc541455 Please stop shouting at me. I do hate when my parents shout.
But in all seriousness, shouting types is bad form.
2014-09-10 21:19:37 -07:00
Tom McFarlin
f4bbb821c2 Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate 2014-09-04 09:45:48 -04:00
Tom McFarlin
16c93f8548 Adding instructions for Windows symlinks
Fixes #213
2014-09-04 09:44:54 -04:00
Tom McFarlin
d5bb3c526f Merge pull request #214 from jessertaylor/master
Fixed deactivation hook in plugin_name.php
2014-09-03 10:57:25 -04:00
jessertaylor
8f002bfc4d Fixed deactivation hook in plugin_name.php 2014-09-03 15:11:55 +01:00
Tom McFarlin
06605429d3 describe how to install the Boilerplate.
Updating the `README` to describe how to install the Boilerplate.

Fixes #213
2014-09-03 09:26:49 -04:00
Tom McFarlin
c8bd2e38af Merge pull request #211 from rob/patch-1
Fix typo in plugin-name.php
2014-09-02 13:55:18 -04:00
Rob Gabaree
50f2a612f8 Fix typo in plugin-name.php 2014-09-02 13:16:20 -04:00
Tom McFarlin
097afb19b7 Merge pull request #210 from rob/patch-1
Fix incorrect date in ChangeLog.md
2014-09-02 12:27:35 -04:00
Rob Gabaree
d2a71ed513 Fix incorrect date in ChangeLog.md 2014-09-02 12:26:08 -04:00
Tom McFarlin
cda33620e7 Merge remote-tracking branch 'origin/master' into develop
Conflicts:
	ChangeLog.md
	README.md
	plugin-name/admin/class-plugin-name-admin.php
	plugin-name/plugin-name.php
	plugin-name/public/class-plugin-name.php
	plugin-name/trunk/README.txt
	plugin-name/uninstall.php
2014-09-01 20:42:08 -04:00
Tom McFarlin
c3c95e0a81 updating credits 2014-09-01 10:38:09 -04:00
Tom McFarlin
e387eabfc1 update to the README 2014-09-01 10:33:51 -04:00
Tom McFarlin
0d21f63eda Adding the initial version of the README 2014-09-01 10:32:22 -04:00
Tom McFarlin
436ca4a72b cleaning up the changelog 2014-09-01 10:30:10 -04:00
Tom McFarlin
39275f0cbf Merge branch 'develop' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate into develop 2014-09-01 09:46:44 -04:00
Tom McFarlin
15de548f39 adding a placeholder for the plugin icon 2014-09-01 09:45:57 -04:00
Tom McFarlin
0694bf9302 Merge pull request #206 from michaelbeil/patch-2
added periods in first list for consistency
2014-08-21 12:32:11 -04:00
Michael Beil
fc2a90f412 added periods in first list for consistency 2014-08-21 11:30:45 -05:00
Tom McFarlin
f62930975f Merge pull request #203 from michaelbeil/patch-1
Us to use
2014-08-21 10:05:38 -04:00
Michael Beil
4a092e1a77 Us to use 2014-08-20 17:42:18 -05:00
Tom McFarlin
56a494c944 Merge pull request #202 from douglsmith/patch-1
Fix minor typo in plugin-name.php description text
2014-08-19 16:07:17 -04:00
Doug Smith
b8a357b336 Fix minor typo in plugin-name.php description text 2014-08-19 15:06:09 -05:00
Tom McFarlin
b421ddaaaa Updating notes and updated date. 2014-08-19 08:51:56 -04:00
Tom McFarlin
ef28c5a351 Updating the docblock 2014-08-18 17:08:36 -04:00
Tom McFarlin
4d6a0dfa3e Finalizing code for beta
* Updating DocBlocks
* Fixing typos
* Adjusting whitespace
2014-08-18 17:00:09 -04:00
Tom McFarlin
6782bb5ec3 Updating a comment 2014-08-16 16:30:16 -04:00
Tom McFarlin
bcc1d91782 Update the 'last updated' date 2014-08-05 16:43:31 -04:00
Tom McFarlin
2e9ae6ac99 Populating the DocBlock
Fixes #123
2014-08-05 16:43:08 -04:00
Tom McFarlin
96f957d6e9 Updating doc block
* class-plugin-name now includes different file and class documentation
* changing a URL to an example URL
2014-08-01 17:06:09 -04:00
Tom McFarlin
35650c1b7b Setting the reference using the proper variable 2014-08-01 16:59:31 -04:00
Tom McFarlin
aea004af54 Chaing the doc from 'slug' to 'string' 2014-08-01 16:59:19 -04:00
Tom McFarlin
ef63ff4a91 Merge branch 'develop' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate into develop 2014-08-01 16:56:38 -04:00
Tom McFarlin
f3133d8cb5 Improving docblocks
* Documenting the plugin file
* Changing the docblock to read 'class', not 'file'

Related #199
2014-08-01 16:47:08 -04:00
Tom McFarlin
6d6f6399f7 Removing a duplicate line of code
Related #199
2014-08-01 16:44:57 -04:00
Tom McFarlin
bfb7e6fb58 Merge pull request #197 from grappler/plugin-header
Move text domain lower down
2014-07-30 16:15:43 -04:00
Tom McFarlin
9b5afad159 Merge pull request #198 from grappler/uninstall-header
Update uninstall header for consistency
2014-07-30 16:14:59 -04:00
Tom McFarlin
0eb25eefba Merge pull request #200 from grappler/duplicate-doc
Remove duplicate documentation
2014-07-30 16:14:36 -04:00
Ulrich Pogson
3067be69b5 Remove duplicate documentation 2014-07-30 21:59:15 +02:00
Ulrich Pogson
67dc6fb7a2 Update uninstall header for consistency 2014-07-30 21:55:26 +02:00
Ulrich Pogson
836d85d1c8 Move text domain lower down 2014-07-30 21:52:41 +02:00
Tom McFarlin
efa4d08df3 Updating code comments for require and function
Fixes #192
2014-07-30 15:23:18 -04:00
Tom McFarlin
57205587af Making the file headers more conssitent
Improving the documentation for each file, as well.

Fix #193
2014-07-30 15:16:32 -04:00
Tom McFarlin
43ee54a0ee Adding documentation to two missing functions
Fixes #192
2014-07-30 15:03:33 -04:00
Tom McFarlin
918ee9e5f9 Removing public @access tags
Following the guide of the PHPDoc Block Formatting

> @access (for functions: only use if private)

Fix #191
2014-07-30 15:00:57 -04:00
Tom McFarlin
4d9f666e0f Merge pull request #196 from grappler/remove-spaces
Remove spaces before code
2014-07-30 14:57:11 -04:00
Tom McFarlin
8ee0c49bd7 Fixes #195
Updating the header so that it conforms to PHP DocBlock standards and WP Plugin Standards
2014-07-30 14:56:37 -04:00