1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

Commit graph

  • f211910b4a removing the scope qualifier on the constant Tom McFarlin 2013-10-17 16:35:14 -0400
  • 70ff70f537 adding whitespace between the header and the markup Tom McFarlin 2013-10-17 16:32:25 -0400
  • 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 Tom McFarlin 2013-10-17 16:23:04 -0400
  • 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 Tom McFarlin 2013-10-17 16:22:57 -0400
  • ad459856c5 Removing a lot of whitespace, updating function comments, and comment blocks within a function, and making sure no comments exceed 80 characters Tom McFarlin 2013-10-17 16:22:14 -0400
  • 57115a8cf4 adding a 'TODO' so users can more easily find where all they need to supply the name of their plugin Tom McFarlin 2013-10-17 16:21:31 -0400
  • 17525fb228 Merge pull request #92 from grappler/patch-1 Tom McFarlin 2013-10-17 11:56:11 -0700
  • a8679a4ece Update README.txt Ulrich Pogson 2013-10-17 20:49:05 +0200
  • 68283b2478 defining a section to provide links for recommended tools Tom McFarlin 2013-10-16 16:39:19 -0400
  • b1abaee963 adding a 'GitHub Plugin URI' to the wordpress-plugin header Tom McFarlin 2013-10-16 16:38:25 -0400
  • 6215ee636a updating the javascript to include more whitespace as per the wordpress javascript coding standards Tom McFarlin 2013-10-16 16:24:16 -0400
  • 02f9c902b6 Moving the screenshot to the assets directory Tom McFarlin 2013-10-16 16:22:37 -0400
  • 043067d5db Merge pull request #86 from grappler/master Tom McFarlin 2013-10-16 13:14:10 -0700
  • 63e9ea97f4 Move function lower down Ulrich Pogson 2013-10-15 20:57:29 +0200
  • 60b58949ce Update inline documentation Ulrich Pogson 2013-10-14 22:59:16 +0200
  • ac8e5cfb01 Add admin class Ulrich Pogson 2013-10-14 17:37:41 +0200
  • 0642b96439 Merge pull request #82 from barryceelen/patch-1 Tom McFarlin 2013-10-07 05:18:43 -0700
  • 96e91f5e05 Update $plugin_slug comment Barry Ceelen 2013-10-04 23:23:01 +0200
  • 2053eca643 Merge pull request #81 from barryceelen/patch-1 Tom McFarlin 2013-09-30 12:44:52 -0700
  • 7f293f8375 Place options page under 'Settings' in stead of 'Plugins' menu Barry Ceelen 2013-09-28 13:38:39 +0200
  • 1d4de289b6 Merge pull request #77 from barryceelen/patch-1 Tom McFarlin 2013-09-23 04:56:38 -0700
  • 93be2ae0b4 Merge pull request #80 from barryceelen/patch-3 Tom McFarlin 2013-09-18 06:14:50 -0700
  • a75ab1826c Merge pull request #79 from barryceelen/patch-2 Tom McFarlin 2013-09-18 06:14:25 -0700
  • bbc070e7a7 Replace plugin-name with $this->plugin_slug in add_action_links() Barry Ceelen 2013-09-18 10:54:34 +0200
  • 9422feacfd Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock Barry Ceelen 2013-09-18 10:50:29 +0200
  • af2bd993ef Mention uninstall.php in code comment Barry 2013-09-12 17:58:52 +0200
  • b8231ac64b Removes reference to register_uninstall_hook from code comment Barry Ceelen 2013-09-12 01:42:07 +0200
  • 895240626a Merge pull request #76 from barryceelen/patch-1 Tom McFarlin 2013-09-11 14:51:09 -0700
  • 20adc011a9 Initialize plugin on plugins_loaded hook Barry Ceelen 2013-09-11 23:41:08 +0200
  • adc84722d7 changing the name of the lang directory to languages and all references to it Tom McFarlin 2013-09-08 14:20:15 -0400
  • fe371026c4 removing the lang directory in place of languages Tom McFarlin 2013-09-08 14:19:56 -0400
  • 1599cdf480 Merge pull request #74 from nextgenthemes/master Tom McFarlin 2013-09-08 11:17:06 -0700
  • 0900698aa3 Merge pull request #71 from GeertDD/const Tom McFarlin 2013-09-08 11:16:57 -0700
  • 452aeb7213 Merge pull request #58 from thuijssoon/master Tom McFarlin 2013-09-08 11:16:00 -0700
  • 4c55c1c1ae Change default capability to 'manage_options' nextgenthemes 2013-09-07 08:01:09 +0200
  • 1534c48568 Merge pull request #72 from GaryJones/feature/trailingslashit Tom McFarlin 2013-08-30 05:10:55 -0700
  • f9d97b8cb1 Make WP_LANG_DIR constant safer GaryJones 2013-08-30 11:00:33 +0100
  • d3bb173aca Replacing $this->version by the new class constant Geert De Deckere 2013-08-26 15:40:58 +0200
  • cd5e787b8e @const is not an official part of PHPDoc Geert De Deckere 2013-08-26 15:37:21 +0200
  • 772e1365a5 Update activate_new_site did_action to become Yoda condition thuijssoon 2013-08-23 06:59:43 +0200
  • dc4a71e101 Merge pull request #70 from grappler/patch-1 Tom McFarlin 2013-08-21 19:35:20 -0700
  • 04f7237e44 Add missing * Ulrich Pogson 2013-08-21 17:30:55 +0200
  • 62ddbcc5e6 Fix typo and move add_filter under menu add_action Ulrich Pogson 2013-08-21 17:22:43 +0200
  • fed9e4e1ab Merge pull request #66 from GeertDD/silence Tom McFarlin 2013-08-21 05:02:10 -0700
  • 10f1e5f08c Merge pull request #67 from GeertDD/const Tom McFarlin 2013-08-21 05:01:05 -0700
  • aa7d883e5f Merge pull request #64 from andrejcremoznik/patch-1 Tom McFarlin 2013-08-21 05:00:44 -0700
  • 6c194dfd67 Merge pull request #63 from grappler/patch-1 Tom McFarlin 2013-08-21 05:00:18 -0700
  • 4d629b5323 Storing plugin version in a class constant Geert De Deckere 2013-08-19 08:47:32 +0200
  • 25056692f5 Removing useless closing php tags Geert De Deckere 2013-08-19 08:34:05 +0200
  • 7e0d4a7cd8 Fix loading textdomain when the plugin is symlinked Andrej Čremožnik 2013-07-16 13:14:30 +0200
  • 94aaf434a5 Fix typo Ulrich Pogson 2013-07-14 15:25:15 +0200
  • d46b5e24b3 Add action link to plugin page Ulrich Pogson 2013-07-14 14:46:58 +0200
  • 86ecda68f6 updating the change log Tom McFarlin 2013-07-07 14:08:05 -0400
  • e01f335d05 removing an improper apostraphe Tom McFarlin 2013-07-07 14:07:11 -0400
  • 6e62c43bd3 removing whitespace Tom McFarlin 2013-07-07 14:06:27 -0400
  • 74875da9a3 updating the change log to reflect the current changes Tom McFarlin 2013-07-07 14:05:49 -0400
  • 465603b5c8 replacing all instances of PluginName with PluginName as per the WordPress Coding Standards Tom McFarlin 2013-07-07 14:03:25 -0400
  • 2a2050d7fb Update class-plugin-name.php thuijssoon 2013-06-15 21:50:31 +0700
  • f9ce10b207 Merge pull request #57 from danielantunes/master Tom McFarlin 2013-06-14 03:55:53 -0700
  • bef3a5f669 Adding index.php with silence is golden security method Daniel Antunes 2013-06-14 00:40:47 -0300
  • 8c16872062 Merge pull request #55 from tokkonopapa/issue1 Tom McFarlin 2013-05-25 05:01:41 -0700
  • 9479666eb5 added empty array for dependency to fix version number. tokkonopapa 2013-05-25 00:15:49 +0900
  • 08f0d9a30b updating a reference to the plugin slug 2.5.1 Tom McFarlin 2013-05-17 20:18:06 -0400
  • 4b05ac70b9 Merge pull request #51 from grappler/master Tom McFarlin 2013-05-17 04:29:36 -0700
  • 773a3ad9d4 Replace text-domain with variable and update pot Ulrich Pogson 2013-05-16 23:18:27 +0200
  • e121073eb1 Merge pull request #3 from tommcfarlin/master Ulrich Pogson 2013-05-16 14:15:55 -0700
  • e4d9af5304 updating the docblock for this class 2.5.0 Tom McFarlin 2013-05-16 09:57:05 -0400
  • e8c0c99598 updating the docblock in the class Tom McFarlin 2013-05-16 09:56:20 -0400
  • 0ac81cc38f adding notes for the new tag Tom McFarlin 2013-05-16 09:44:58 -0400
  • bfc094ec68 continuing to update all page-level docblocks for consistency Tom McFarlin 2013-05-16 09:41:58 -0400
  • b8c03c083a updating page-level docblocks to be consistent Tom McFarlin 2013-05-16 09:40:25 -0400
  • d345f74c4d adding example.com to the plugin-name page-level docblock Tom McFarlin 2013-05-16 09:37:48 -0400
  • 1c49f99e78 Updated to readme.txt to be up to standard with the current WordPress Plugin Repository demo Tom McFarlin 2013-05-16 09:36:23 -0400
  • 8ead067e39 updating the change log for 2.4 2.4.0 Tom McFarlin 2013-05-15 22:55:21 -0400
  • 945b5a1bd4 updating the README file Tom McFarlin 2013-05-15 22:52:00 -0400
  • a59d520420 Merge pull request #2 from tommcfarlin/master Ulrich Pogson 2013-05-15 15:02:01 -0700
  • 0d968d2c20 removing a trailing / Tom McFarlin 2013-05-15 10:18:02 -0400
  • d5fe812b83 removing author email tag and lining up terms Tom McFarlin 2013-05-15 10:16:38 -0400
  • 9149ea7b17 renaming and updating references in the pot file Tom McFarlin 2013-05-15 10:15:14 -0400
  • 6f39dbc677 since we're loading a single style sheet, using the singular form of the term Tom McFarlin 2013-05-15 10:13:11 -0400
  • 0154512f69 removing whitespace Tom McFarlin 2013-05-15 10:12:11 -0400
  • bf17525093 renaming all 'display*' files to 'public*' files Tom McFarlin 2013-05-15 10:11:56 -0400
  • 5cf899c20b updating references in comments and in code to the plugin class files and plugin files Tom McFarlin 2013-05-15 10:02:10 -0400
  • cf9fdceac3 changing what happens when the plugin is accessed directly Tom McFarlin 2013-05-15 10:00:38 -0400
  • a289b607a3 updating code comments, clearing extraneous whitespace Tom McFarlin 2013-05-15 10:00:07 -0400
  • 39abb6e2dc renaming files to be more consistent with the example name of the plugin Tom McFarlin 2013-05-15 09:47:33 -0400
  • 373531d393 renaming 'plugin-boilerplate' to 'plugin-name' to be more consistent with the naming conventions of the class file Tom McFarlin 2013-05-15 09:46:06 -0400
  • e830776ac6 Merge pull request #1 from tommcfarlin/master Ulrich Pogson 2013-05-13 15:54:57 -0700
  • bc86970807 adding a sample screenshot to match with the wordpress readme conventions Tom McFarlin 2013-05-13 13:54:13 -0400
  • fca27a1de2 removing the plugin version constant (since its a property in the class) Tom McFarlin 2013-05-13 13:50:23 -0400
  • f867e2b7f1 adding proper page-level documentation Tom McFarlin 2013-05-13 11:00:55 -0400
  • 0a069fa2e7 logging updates for 2.3.0 2.3.0 Tom McFarlin 2013-05-13 08:51:50 -0400
  • 268525dbbb fixing some whitespace Tom McFarlin 2013-05-13 08:45:22 -0400
  • 2b62a4e20a Moving the activation hook calls outside of the class Tom McFarlin 2013-05-13 08:43:08 -0400
  • 4cd689f925 Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate Tom McFarlin 2013-05-13 06:39:34 -0400
  • d7aefa2fd5 changing the comment for the direct access of the plugin files Tom McFarlin 2013-05-13 06:38:57 -0400
  • db878be182 removing sub package and version tags Tom McFarlin 2013-05-13 06:37:48 -0400
  • aa6341a2ef Rename changelog.md to ChangeLog.md Tom McFarlin 2013-05-13 07:35:41 -0300
  • 978bd51cb0 renaming the file to follow the canonical name format Tom McFarlin 2013-05-13 06:35:03 -0400
  • 3828cc9863 adding a TODO for replacing the name of the file being required Tom McFarlin 2013-05-12 14:03:02 -0400