Commit Graph

254 Commits

Author SHA1 Message Date
Gytis Repečka a57e6e7460
Add shortcode support. 2020-07-17 16:58:32 +03:00
Manzoor Wani b02101400e
Typo correction 2017-12-07 14:29:48 +05:30
Ipstenu (Mika Epstein) 95844fec48
Inline doc 2017-11-27 14:09:08 -08:00
Jonathan Bossenger 04f90ff5ff Updating PLUGIN_VERSION to PLUGIN_NAME_VERSION to follow plugin standards for renaming 2017-09-27 16:13:29 +02:00
Enrique Chavez 65a87940e9 Wraps the PLUGIN_VERSION constant in single quotes
* Fix #442
* Avoids the notice output
2017-09-11 11:33:00 -05:00
Devin 77baf0b2f5 Merge pull request #429 from cliffordp/patch-2
Typo: "he" to "The"
2017-08-30 09:11:44 -04:00
Devin 19809447ec Merge pull request #353 from TalAter/patch-1
Fixed mistake in comment.
2017-08-30 09:11:20 -04:00
Jonathan Bossenger 5af56b19a5 Adding a version constant 2017-07-17 10:04:31 +02:00
Clifford ded444099b Typo: "he" to "The" 2017-05-19 17:39:12 -05:00
Devin Vinson 923fbaf0c8 Merge branch 'remove-var-translation' 2015-12-11 12:58:15 -05:00
Devin Vinson 0c099e4208 Use plugin-name directly instead of passing a variable through
This should fix the incorrect pattern of using a variable where we
should be using the plugin-name instead. Same goes for any translatable
strings within the plugin (no more using $this->plugin-name etc).
2015-12-05 20:46:30 -05:00
Tal Ater 579fb9823a Fixed mistake in comment. 2015-11-25 20:48:25 -05:00
Piero Savastano fcd4669f35 Update plugin-name-admin.js
typo in the comment
2015-11-11 16:33:27 +01:00
Devin 2508a4567b Merge pull request #340 from LeeRobertsMe/patch-1
Update class-plugin-name-public.php so the correct file type is defined.
2015-11-03 08:25:04 -05:00
Devin 1b487de0db Merge pull request #342 from LeeRobertsMe/patch-5
Update plugin-name-public.js
2015-11-03 08:24:26 -05:00
Devin 84741e2c1b Merge pull request #343 from LeeRobertsMe/patch-4
Update plugin-name-admin.js
2015-11-03 08:24:03 -05:00
LeeRobertsMe 360c8ea6e4 Update plugin-name-admin.js 2015-10-08 13:35:24 +01:00
LeeRobertsMe a11edd3138 Update plugin-name-public.js 2015-10-08 13:29:18 +01:00
LeeRobertsMe 1fe19e455f Update class-plugin-name-public.php 2015-10-08 12:25:28 +01:00
Josh Pollock 897fa95e23 Add inline docs in the loader class #338 2015-10-02 15:35:30 -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
Jan Beck 9c14d6e3eb changed "dashboard" to "admin area"
dashboard-specific becomes admin-specific
2015-02-13 14:31:40 -04:00
Chris Wilcoxson 2683f494ea Function docs should be @param not @var. 2015-02-03 11:15:28 -06:00
Donna Murphy 582ccadde0 Fix incorrect class names 2015-01-17 12:45:15 -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
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
Barry Ceelen f51ee23a1f Fix code comment typo 2014-11-10 16:57:08 +01: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
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
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
jessertaylor 8f002bfc4d Fixed deactivation hook in plugin_name.php 2014-09-03 15:11:55 +01:00
Rob Gabaree 50f2a612f8 Fix typo in plugin-name.php 2014-09-02 13:16:20 -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
Doug Smith b8a357b336 Fix minor typo in plugin-name.php description text 2014-08-19 15:06:09 -05: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 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