Changeset 1927688
- Timestamp:
- 08/20/2018 11:51:20 PM (8 years ago)
- Location:
- adbutler/trunk
- Files:
-
- 2 edited
-
includes/adbutler_plugin.class (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adbutler/trunk/includes/adbutler_plugin.class
r1915946 r1927688 204 204 'jquery', 205 205 'jquery-ui-spinner', 206 ), '1. 05', true206 ), '1.16', true 207 207 ); 208 208 $params = array( … … 213 213 214 214 wp_localize_script('adbutler_script', 'adbutlerParams', $params); 215 wp_enqueue_style('adbutler_css', ADBUTLER_URLPATH . 'css/adbutler.css?ver=1.1 2');215 wp_enqueue_style('adbutler_css', ADBUTLER_URLPATH . 'css/adbutler.css?ver=1.16'); 216 216 } 217 217 -
adbutler/trunk/readme.txt
r1915946 r1927688 68 68 69 69 == Changelog == 70 *1.16 Fixed a CSS caching issue. 70 71 *1.15 You now have the option of displaying an ad between posts. Configure this in AdButler > Interval Ads. 71 72 *1.14 Some user have many instances of the widget on their site and with them all named "AdButler Widget" they are really hard to tell apart, but no longer! Now you can set a title for each widget, say "Cute Puppy Ad" which will be appended to the title so "AdButler Widget" becomes "AdButler Widget: Cute Puppy Ad" or whatever you happen to name it. So go give your widgets a title!
Note: See TracChangeset
for help on using the changeset viewer.