Changeset 587164
- Timestamp:
- 08/18/2012 03:29:23 PM (14 years ago)
- Location:
- sideoffer
- Files:
-
- 2 edited
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sideoffer/tags/1.0.2/readme.txt
r586679 r587164 32 32 If you have questions, comments or feature requests feel free to email us at Info@HeavyDigital.net 33 33 34 Stay in the know: Become a fan of Heavy Digital on Facebook! http://www.facebook.com/HeavyDigital34 Stay in the know: [Become a fan of Heavy Digital on Facebook!](http://www.facebook.com/HeavyDigital "Facebook: Heavy Digital") 35 35 36 Be sure to check out our site www.HeavyDigital.net36 Be sure to check out our site [www.HeavyDigital.net](http://www.HeavyDigital.net/ "Heavy Digital Homepage") 37 37 38 38 == Installation == … … 42 42 1. Configure the plugin through the top level SideOffer menu item (Near the bottom) 43 43 1. Optional: Edit the included PSD to reflect the aesthetic of your site 44 1. Optional: Include ` <a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer44 1. Optional: Include `<a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer 45 45 46 46 == Screenshots == … … 53 53 = My shortcode doesn't work on the admin screen = 54 54 55 This is due to a limitation in do_shortcode(). Your shortcode will execute properly on the front-end of the site.55 This is due to a limitation in `do_shortcode()`. Your shortcode will execute properly on the front-end of the site. 56 56 57 57 == Changelog == 58 58 59 59 = 1.0.2 = 60 * Bug: Added wp_enqueue_script('jQuery');(Oops!)60 * Bug: Added `wp_enqueue_script('jQuery');` (Oops!) 61 61 * Bug: Omitted `hd_sideoffer_bg()` (Unneceserry to filter out site_url, & was breaking installs in subdirectories) 62 62 63 63 = 1.0.1 = 64 64 * Added "Active but not live" admin message 65 * Bug Fixes (Missing esc_attr(),$capability=manage_options)65 * Bug Fixes (Missing `esc_attr()`,`$capability=manage_options`) 66 66 67 67 = 1.0 = -
sideoffer/trunk/readme.txt
r586679 r587164 32 32 If you have questions, comments or feature requests feel free to email us at Info@HeavyDigital.net 33 33 34 Stay in the know: Become a fan of Heavy Digital on Facebook! http://www.facebook.com/HeavyDigital34 Stay in the know: [Become a fan of Heavy Digital on Facebook!](http://www.facebook.com/HeavyDigital "Facebook: Heavy Digital") 35 35 36 Be sure to check out our site www.HeavyDigital.net36 Be sure to check out our site [www.HeavyDigital.net](http://www.HeavyDigital.net/ "Heavy Digital Homepage") 37 37 38 38 == Installation == … … 42 42 1. Configure the plugin through the top level SideOffer menu item (Near the bottom) 43 43 1. Optional: Edit the included PSD to reflect the aesthetic of your site 44 1. Optional: Include ` <a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer44 1. Optional: Include `<a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer 45 45 46 46 == Screenshots == … … 53 53 = My shortcode doesn't work on the admin screen = 54 54 55 This is due to a limitation in do_shortcode(). Your shortcode will execute properly on the front-end of the site.55 This is due to a limitation in `do_shortcode()`. Your shortcode will execute properly on the front-end of the site. 56 56 57 57 == Changelog == 58 58 59 59 = 1.0.2 = 60 * Bug: Added wp_enqueue_script('jQuery');(Oops!)60 * Bug: Added `wp_enqueue_script('jQuery');` (Oops!) 61 61 * Bug: Omitted `hd_sideoffer_bg()` (Unneceserry to filter out site_url, & was breaking installs in subdirectories) 62 62 63 63 = 1.0.1 = 64 64 * Added "Active but not live" admin message 65 * Bug Fixes (Missing esc_attr(),$capability=manage_options)65 * Bug Fixes (Missing `esc_attr()`,`$capability=manage_options`) 66 66 67 67 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.