Plugin Directory

Changeset 1927688


Ignore:
Timestamp:
08/20/2018 11:51:20 PM (8 years ago)
Author:
sparklit
Message:

Update v1.16: Fix CSS caching issue.

Location:
adbutler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adbutler/trunk/includes/adbutler_plugin.class

    r1915946 r1927688  
    204204            'jquery',
    205205            'jquery-ui-spinner',
    206         ), '1.05', true
     206        ), '1.16', true
    207207        );
    208208        $params = array(
     
    213213
    214214        wp_localize_script('adbutler_script', 'adbutlerParams', $params);
    215         wp_enqueue_style('adbutler_css', ADBUTLER_URLPATH . 'css/adbutler.css?ver=1.12');
     215        wp_enqueue_style('adbutler_css', ADBUTLER_URLPATH . 'css/adbutler.css?ver=1.16');
    216216    }
    217217
  • adbutler/trunk/readme.txt

    r1915946 r1927688  
    6868
    6969== Changelog ==
     70*1.16 Fixed a CSS caching issue.
    7071*1.15 You now have the option of displaying an ad between posts. Configure this in AdButler > Interval Ads.
    7172*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.