1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-17 10:42:09 +03:00
Commit graph

81 commits

Author SHA1 Message Date
Tom McFarlin 10f1e5f08c Merge pull request #67 from GeertDD/const
Storing plugin version in a class constant
2013-08-21 05:01:05 -07:00
Tom McFarlin aa7d883e5f Merge pull request #64 from andrejcremoznik/patch-1
Fix loading textdomain when the plugin is symlinked
2013-08-21 05:00:44 -07:00
Geert De Deckere 4d629b5323 Storing plugin version in a class constant 2013-08-19 08:47:32 +02:00
Geert De Deckere 25056692f5 Removing useless closing php tags 2013-08-19 08:34:05 +02:00
Andrej Čremožnik 7e0d4a7cd8 Fix loading textdomain when the plugin is symlinked
plugin_basename doesn't return the correct path if the plugin is symlinked into webdir/wp-content/plugins/. This fixes the problem.
2013-07-16 13:14:30 +02:00
Ulrich Pogson 94aaf434a5 Fix typo 2013-07-14 15:25:15 +02:00
Ulrich Pogson d46b5e24b3 Add action link to plugin page 2013-07-14 14:46:58 +02:00
Tom McFarlin e01f335d05 removing an improper apostraphe 2013-07-07 14:07:11 -04:00
Tom McFarlin 465603b5c8 replacing all instances of PluginName with PluginName as per the WordPress Coding Standards
fixes #61
2013-07-07 14:03:25 -04:00
thuijssoon 2a2050d7fb Update class-plugin-name.php
Added multisite activation/deactivation functionality.
2013-06-15 21:50:31 +07:00
Daniel Antunes bef3a5f669 Adding index.php with silence is golden security method 2013-06-14 00:40:47 -03:00
tokkonopapa 9479666eb5 added empty array for dependency to fix version number. 2013-05-25 00:15:49 +09:00
Tom McFarlin 08f0d9a30b updating a reference to the plugin slug
fixes #52
2013-05-17 20:18:06 -04:00
Ulrich Pogson 773a3ad9d4 Replace text-domain with variable and update pot 2013-05-16 23:18:27 +02:00
Tom McFarlin e4d9af5304 updating the docblock for this class 2013-05-16 09:57:05 -04:00
Tom McFarlin e8c0c99598 updating the docblock in the class 2013-05-16 09:56:20 -04:00
Tom McFarlin bfc094ec68 continuing to update all page-level docblocks for consistency
related #48
2013-05-16 09:41:58 -04:00
Tom McFarlin b8c03c083a updating page-level docblocks to be consistent
related #48
2013-05-16 09:40:25 -04:00
Tom McFarlin d345f74c4d adding example.com to the plugin-name page-level docblock
related #48
2013-05-16 09:37:48 -04:00
Tom McFarlin 1c49f99e78 Updated to readme.txt to be up to standard with the current WordPress Plugin Repository demo
Fixes #50
2013-05-16 09:36:23 -04:00
Tom McFarlin 0d968d2c20 removing a trailing /
related #48
2013-05-15 10:18:02 -04:00
Tom McFarlin d5fe812b83 removing author email tag and lining up terms
related #48
2013-05-15 10:16:38 -04:00
Tom McFarlin 9149ea7b17 renaming and updating references in the pot file
related #48
2013-05-15 10:15:14 -04:00
Tom McFarlin 6f39dbc677 since we're loading a single style sheet, using the singular form of the term
related #48
2013-05-15 10:13:11 -04:00
Tom McFarlin 0154512f69 removing whitespace
related #48
2013-05-15 10:12:11 -04:00
Tom McFarlin bf17525093 renaming all 'display*' files to 'public*' files
related #48
2013-05-15 10:11:56 -04:00
Tom McFarlin 5cf899c20b updating references in comments and in code to the plugin class files and plugin files
related #48
2013-05-15 10:02:10 -04:00
Tom McFarlin cf9fdceac3 changing what happens when the plugin is accessed directly
related #48
2013-05-15 10:00:38 -04:00
Tom McFarlin a289b607a3 updating code comments, clearing extraneous whitespace
related #48
2013-05-15 10:00:07 -04:00
Tom McFarlin 39abb6e2dc renaming files to be more consistent with the example name of the plugin
related #48
2013-05-15 09:47:33 -04:00
Tom McFarlin 373531d393 renaming 'plugin-boilerplate' to 'plugin-name' to be more consistent with the naming conventions of the class file
related #48
2013-05-15 09:46:06 -04:00