1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 12:23:15 +03:00
Commit graph

474 commits

Author SHA1 Message Date
javy- ff46923e03 Update CHANGELOG.md
Fix latest change date year (2014->2015)
2015-08-08 16:48:17 -04:00
Devin 5d51804dea Merge pull request #323 from davidshq/master
Update README.md
2015-08-01 01:01:05 -04:00
Dave Mackey 6f0aabf3be Update README.md
Changed "this feature" to "these features"
2015-07-31 12:48:05 -04:00
Devin Vinson 5391e0ca27 Remove .org parent folder structure
Flattening the folder structure for a bit easier auto-inclusion into
projects and local development.

See:
https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/issues/295
2015-07-03 23:33:03 -04:00
Devin 3d3f181924 Merge pull request #266 from jancbeck/admin-area-dashboard-wording
changed wording from "dashboard" to "admin area"
2015-03-09 09:58:10 -04:00
Devin Vinson a5e181192b Updated Readme
Added a note about current project lead and pointing inquires away from
Tom’s contact form.
2015-03-04 15:21:25 -05:00
Jan Beck 9c14d6e3eb changed "dashboard" to "admin area"
dashboard-specific becomes admin-specific
2015-02-13 14:31:40 -04:00
Tom McFarlin b469237bda Merge pull request #260 from slushman/master
Function docs should be @param not @var.
2015-02-03 12:18:42 -05:00
Chris Wilcoxson 2683f494ea Function docs should be @param not @var. 2015-02-03 11:15:28 -06:00
Tom McFarlin 474e64911c Merge pull request #254 from donnapep/chore/change-loader-class-names
Fix incorrect class names
2015-01-19 09:51:22 -05:00
Donna Murphy 582ccadde0 Fix incorrect class names 2015-01-17 12:45:15 -05:00
Tom McFarlin 470d0ec13c Merge pull request #250 from swalkinshaw/CHANGELOG-fix
Fix CHANGELOG filename
2015-01-05 13:01:35 -05:00
Scott Walkinshaw 78624f6cdd Fix CHANGELOG filename 2015-01-05 11:42:45 -05:00
Tom McFarlin 629b1628ca Merge pull request #243 from tnorthcutt/patch-1
Fix minor typo in README.md
2014-12-01 14:52:30 -05:00
Travis Northcutt 411b1d19b9 Fix minor typo in README.md 2014-11-26 09:57:22 -06:00
Tom McFarlin 72cda6eeaf Merge pull request #238 from gosukiwi/patch-1
Use the same syntax for all included files.

Fixes #238
2014-11-19 13:59:21 -05:00
Federico Ramirez 042c13b7b1 Use the same syntax for all included files
I was having issues activating the plugin, and it was because of the way the files were beeing included, this fixes it.
2014-11-19 09:25:59 -03:00
Tom McFarlin ec4c52c115 Merge pull request #237 from feskehau/master
Create functions for activation and deactivation hooks.
2014-11-17 12:32:39 -05:00
Tony Hesjevik e015b9cd7c Create functions for activation and deactivation hooks.
Moving the activation and deactivation hooks into its own functions, makes so we dont have to include class-plugin-name-deactivator and class-plugin-name-activator on every page load.
2014-11-17 23:33:00 +11:00
Tom McFarlin 3c47bc0b5a Merge pull request #235 from barryceelen/patch-1
Fix code comment typo
2014-11-10 14:15:37 -05:00
Barry Ceelen f51ee23a1f Fix code comment typo 2014-11-10 16:57:08 +01:00
Tom McFarlin f11711f07e Merge pull request #231 from NikV/patch-1
Fixing require() vs require_once()
2014-11-05 12:08:34 -05:00
Nikhil Vimal 2960b6c1c8 Fixing require() vs require_once()
See : https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/issues/222. I believe this was in favor of doing it "correctly"?
2014-11-04 16:47:16 -06:00
Tom McFarlin 025d61efee Merge pull request #224 from mAAdhaTTah/variable-fix
Change name -> plugin_name for consistency
2014-10-07 16:46:49 -04:00
mAAdhaTTah dbf2c73757 Change name -> plugin_name for consistency 2014-10-07 16:43:55 -04:00
Tom McFarlin f112840426 Merge pull request #220 from iamdmitrymayorov/master
Minor comment fix.
2014-10-07 16:34:23 -04:00
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