Commit Graph

307 Commits

Author SHA1 Message Date
Tom McFarlin 547319a8b6 Merge pull request #187 from defries/master
Added grunt-wp-i18n solution for i18n-ing the plugin
2014-06-10 10:48:59 -04:00
Remkus de Vries ddc916762b Added grunt-wp-i18n solution for i18n-ing the plugin 2014-06-10 14:25:26 +02:00
Tom McFarlin 5efc89dc3b Merge pull request #186 from grappler/activate-deactivate
Move restore_current_blog in the correct position
2014-05-31 22:05:10 -04:00
Ulrich Pogson e75e6e2c57 Move restore_current_blog in the correct position 2014-06-01 00:06:29 +02:00
Tom McFarlin 7d71114f81 updating the change log to reflect the latest tag 2014-05-09 09:36:06 -04:00
Tom McFarlin 2c29f1ca04 moving $wpdb outside of the conditional so both cases work
Fixes #182
2014-05-09 09:35:11 -04:00
Tom McFarlin f6917437fc Merge pull request #181 from BlueTeck/patch-1
gramar mistake
2014-05-02 10:00:59 -04:00
Timo 9555d7bd46 grammar mistake 2014-05-02 15:58:45 +02:00
Tom McFarlin 25337b6477 Merge pull request #179 from nextgenthemes/patch-1
Support PHP 5.2.x by dropping __DIR__
2014-04-15 10:46:27 -04:00
nextgenthemes b744549d3b Support PHP 5.2.x by dropping dir __DIR__
As per https://github.com/nextgenthemes/advanced-responsive-video-embedder/issues/7 I was informed that this would make my plugin work with PHP 5.2.x. I personally have not tested this code yet but I assume @andrejpavlovic did so I thought if this is the only thing that makes the Boilerplate require PHP 5.3 this might be a good change since WordPress itself only requires PHP 5.2.4.
2014-04-15 14:07:41 +02:00
Tom McFarlin db289e2284 Merge pull request #176 from emeraldjava/master
Issue#175 Add WordPress-Plugin-Boilerplate version
2014-03-26 12:04:17 -04:00
emeraldjava 4a73e7615a Issue#132 Add a reference to the WordPress Plugin Boilerplate project in
the readme file of the new plugin.
2014-03-26 16:02:27 +00:00
emeraldjava aa38893520 Issue#117 - Update the plugin description 2014-03-26 15:57:44 +00:00
emeraldjava 96edc6e0b1 Issue#175 Add WordPress-Plugin-Boilerplate version 2014-03-26 15:47:51 +00:00
Tom McFarlin 4beb185a90 Merge pull request #172 from robertharm/dev
enhance uninstall.php template
2014-03-25 08:49:39 -04:00
Robert Harm 17b4d608ed expand uninstall.php to also delete transient, options, custom database tables and files 2014-03-25 13:25:08 +01:00
Tom McFarlin 022dd60d41 Merge pull request #158 from Tintazul/patch-1
Update ChangeLog.md
2014-01-30 08:14:28 -08:00
Júlio Reis 24fc6db1f1 Update ChangeLog.md
Just a typo
2014-01-30 16:05:05 +00:00
Tom McFarlin 87a5d4e5e1 Merge pull request #128 from grappler/patch-1
Add load_plugin_textdomain
2014-01-26 06:38:17 -08:00
Tom McFarlin cf05974b25 Merge pull request #156 from oobites/master
Replaced 'plugin' w/ 'plugin-name'
2014-01-15 11:26:51 -08:00
Thane 97163ca358 Replaced 'plugin' w/ 'plugin-name'
Replacement `class-plugin-name-admin.php` for `class-plugin-admin.php` was made in `plugin-name.php` on line 72.  The change better allows find-replace functionality.
2014-01-15 09:03:33 -06:00
Tom McFarlin 6568f73894 Merge pull request #154 from bluehiveinteractive/master
Update @copyright date to reflect new year
2014-01-03 09:21:12 -08:00
Chad Warren 36742f327a Update @copyright date to reflect new year 2014-01-02 16:44:06 -05:00
Chad Warren 4c0f5d2666 Update @copyright date to reflect new year 2014-01-02 16:43:49 -05:00
Chad Warren 5341a73090 Update class-plugin-name.php 2014-01-02 16:43:28 -05:00
Chad Warren 026ef8fcf9 Update @copyright date to reflect new year 2014-01-02 16:43:07 -05:00
Chad Warren a1801f0340 Update @copyright date to reflect new year 2014-01-02 16:42:35 -05:00
Chad Warren 7bc9cf2c35 Update @copyright date to reflect new year 2014-01-02 16:42:02 -05:00
Tom McFarlin 294665892f Merge pull request #145 from barryceelen/patch-1
Missing space in code comment
2013-12-16 06:57:16 -08:00
Barry Ceelen ee1bc1dfbe Missing space in code comment 2013-12-15 01:00:36 +01:00
Tom McFarlin 5791680377 Merge pull request #142 from jrivera84/master
Depreciated Function
2013-12-10 18:42:32 -08:00
jrivera84 da682578c9 Depreciated Function
Screen Icon function has been depreciated and CSS output is hidden in MP6. 
http://core.trac.wordpress.org/ticket/26119
2013-12-10 13:37:43 -05:00
Tom McFarlin 747f8f7456 Merge pull request #129 from afragen/patch-1
more instructions for using GitHub Updater
2013-11-26 06:41:51 -08:00
Andy Fragen f9afb7c4c7 more instructions for using GitHub Updater 2013-11-25 18:23:50 -08:00
Ulrich Pogson 09a565b1b5 Add load_plugin_textdomain
If there is no `load_plugin_textdomain` then the translations will not be loaded from the languages folder.
2013-11-22 22:54:43 +01:00
Tom McFarlin 65d9e76aac updating for 2.6.1
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-20 22:11:44 -05:00
Tom McFarlin 34ec83fc6c Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>

Conflicts:
	plugin-name/public/class-plugin-name.php
2013-11-19 17:25:19 -05:00
Tom McFarlin 01319c57e3 removing plugin textdomain
related #120

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-19 17:24:35 -05:00
Tom McFarlin 8c5083ba20 updating the localization functions to that `load_textdomain` is called.
Removing `load_plugin_textdomain` and leaving only `load_textdomain`.

This is standard as per new WordPress practices[0].

Ultimately, it makes language files more portable as they are still accessible via WordPress even if the plugin developer did not include them with the plugin itself.

Related #120

[0] d2eb67079b (commitcomment-4644357)

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-19 17:24:08 -05:00
Tom McFarlin ce5d816a4d updating the localization functions to that `load_textdomain` is called.
Removing `load_plugin_textdomain` and leaving only `load_textdomain`.

This is standard as per new WordPress practices[0].

Ultimately, it makes language files more portable as they are still accessible via WordPress even if the plugin developer did not include them with the plugin itself.

Related #120

[0] d2eb67079b (commitcomment-4644357)

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-19 17:20:26 -05:00
Tom McFarlin d2eb67079b removing white space, fixing text domain not loading
fixes #120

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-18 13:18:36 -05:00
Tom McFarlin c684270d39 updating the change log for 2.6.1
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-16 12:50:08 -05:00
Tom McFarlin 7f35f11508 Changing 'decomment' to 'uncomment'
Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-16 12:39:42 -05:00
Tom McFarlin 119c874120 changing all 'TODO' to '@TODO'
changing all 'TODO' to '@TODO' so that they are easier to find in IDE's that support @TODO tags

Signed-off-by: Tom McFarlin <tom@tommcfarlin.com>
2013-11-16 12:30:18 -05:00
Tom McFarlin adeb21c1c7 Merge pull request #126 from jameswlane/patch-1
Removed the trailing slash
2013-11-15 05:23:10 -08:00
Tom McFarlin 98559b7bb7 Merge pull request #125 from jameswlane/patch-2
Removed the trailing slash
2013-11-15 05:22:55 -08:00
James W. Lane III 0768adb25e Removed the trailing slash
According to http://codex.wordpress.org/Function_Reference/plugin_dir_path, plugin_dir_path gets the filesystem directory path with trailing slash. Even tho two slashes will not cause an error, the extra slash can be removed.
2013-11-15 05:40:35 -06:00
James W. Lane III 46c78c9dc5 Removed the trailing slash
According to http://codex.wordpress.org/Function_Reference/plugin_dir_path, plugin_dir_path gets the filesystem directory path with trailing slash. Even tho two slashes will not cause an error, the extra slash can be removed.
2013-11-15 05:35:07 -06:00
Tom McFarlin 0275b33691 Revert "Extended and aligned comment header (via franz-josef-kaiser)"
This reverts commit 0f2675ddb4.
2013-11-12 09:29:25 -05:00
Tom McFarlin 0f2675ddb4 Extended and aligned comment header (via franz-josef-kaiser) 2013-11-12 09:00:31 -05:00