Tom McFarlin
|
81b7be5b72
|
Update README.txt
|
2012-08-29 13:55:17 -03:00 |
|
Tom McFarlin
|
92259517db
|
Updating the JavaScript for better practices and refining one of the hooks for the plugin boilerplate
|
2012-08-17 14:06:06 -04:00 |
|
Tom McFarlin
|
5297deede7
|
Merge pull request #13 from bradp/master
Removed closing PHP tag in plugin.php
|
2012-08-15 06:17:26 -07:00 |
|
Brad Parbs
|
d247aa5473
|
Update plugin.php
|
2012-08-13 22:05:20 -05:00 |
|
Tom McFarlin
|
745e59c30f
|
Merge branch 'master' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate
|
2012-07-13 22:14:38 -04:00 |
|
Tom McFarlin
|
e9932327de
|
Minor whitespace change
|
2012-07-13 22:14:34 -04:00 |
|
Tom McFarlin
|
aa6f5f2d38
|
Merge pull request #11 from manovotny/fixes
Fixes enqueue script and style issues.
|
2012-06-11 07:59:10 -07:00 |
|
Michael Novotny
|
16665e40f3
|
Fixes enqueue script and style issues.
* Fixes add_action for plugin styles.
* Fixes registering styles as scripts instead of styles.
* Fixes enqueued id for plugin styles.
* Fixes spelling error.
|
2012-06-11 09:55:14 -05:00 |
|
Tom McFarlin
|
abf0b19e33
|
Merge pull request #10 from Bonnevoy/master
Fix filenames plugin-specifix js and css files.
|
2012-06-04 06:03:47 -07:00 |
|
ewoutkleinsmann
|
e589a132da
|
Fix typos of css and js filenames.
|
2012-06-01 18:23:48 +03:00 |
|
Tom McFarlin
|
bc87288bc0
|
Removing the helper functions and using actions to enqueue and register stylesheets and JavaScript files.
|
2012-05-07 22:33:29 -04:00 |
|
Tom McFarlin
|
d62ab3343e
|
Removing constants, updating documentation for activation/deactivation function, adding TODO's
|
2012-04-09 21:41:17 -04:00 |
|
Tom McFarlin
|
0957a12af4
|
Merge pull request #7 from tylerdigital/master
Added activation/deactivation hooks to Constructor
|
2012-04-03 18:31:10 -07:00 |
|
Nathan Tyler
|
88fccec638
|
Add activation/deactivation hooks
|
2012-04-03 16:57:05 -07:00 |
|
Tom McFarlin
|
a1ec8ed84b
|
Updating javaScript, bringing the plugin's source code up to WordPress' coding conventions, and removing constants.
|
2012-03-05 22:33:04 -05:00 |
|
Tom McFarlin
|
fb6c7b2c66
|
Merge pull request #6 from cudazi/patch-1
Updated plugins_dir_path to plugin_dir_path in load_file()
|
2012-01-19 15:33:52 -08:00 |
|
Cudazi
|
adf9c87719
|
Updated plugins_dir_path to plugin_dir_path in load_file()
|
2012-01-19 16:42:10 -06:00 |
|
Tom McFarlin
|
c0b6b8f9ca
|
Updating the plugin URL and the plugin DIR to use native WordPress API functions (rather than constants)
|
2012-01-19 08:25:40 -05:00 |
|
Tom McFarlin
|
cf819ba002
|
Updating the constants section, updating the load_file() function to give identifiers to the scripts and styles
|
2011-12-05 07:56:43 -05:00 |
|
Tom McFarlin
|
efb0a5b275
|
Improving JavaScript sources, adding references to Filters and Actions, and removing locale constant (WordPress requires a string parameter)
|
2011-12-02 23:28:54 -05:00 |
|
Tom McFarlin
|
029ced6dea
|
Merge pull request #3 from anabelle/master
Default Readme requirements
|
2011-11-26 07:06:06 -08:00 |
|
Anabelle Handdoek
|
29604c7ed3
|
Merge https://github.com/persand/WordPress-Plugin-Boilerplate
|
2011-11-25 20:15:06 -05:00 |
|
Anabelle Handdoek
|
7a1571eae6
|
Improved gitignore based on h5bp
|
2011-11-25 20:10:38 -05:00 |
|
Anabelle Handdoek
|
12116e6b32
|
Improved Readme so it validates with required format
|
2011-11-25 20:05:50 -05:00 |
|
Per Sandström
|
4d6318b19a
|
Comply with WordPress Coding Standards
|
2011-10-19 21:40:39 +02:00 |
|
Tom McFarlin
|
bace88f30b
|
Adding .gitignore
|
2011-10-06 22:56:07 -04:00 |
|
Tom McFarlin
|
e1b604d921
|
Adjusting comment typo and removing closing if statement (issue #1)
|
2011-10-06 22:55:47 -04:00 |
|
tommcfarlin
|
49ac1357eb
|
Initial commit.
|
2011-07-11 17:37:07 -04:00 |
|