Changeset 2006475
- Timestamp:
- 01/04/2019 06:11:20 PM (7 years ago)
- Location:
- adbutler/trunk
- Files:
-
- 3 edited
-
adbutler.php (modified) (2 diffs)
-
includes/adbutler_plugin.class (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adbutler/trunk/adbutler.php
r1951074 r2006475 5 5 Plugin URI: https://wordpress.org/plugins/adbutler 6 6 Description: AdButler ad management system integration plugin. Simplify deployment of your ad zones with this highly effective manner of deploying your publishing needs 7 Version: 1. 197 Version: 1.20 8 8 Author: AdButler 9 9 Author URI: http://www.adbutler.com … … 23 23 define( 'ADBUTLER_CACHEURL', ADBUTLER_URLPATH . 'cache/' ); 24 24 define( 'ADBUTLER_ADSERVE_URL','https://adbutler.com/external_request.spark'); 25 define( 'ADBUTLER_PLUGIN_VERSION', '1. 19');25 define( 'ADBUTLER_PLUGIN_VERSION', '1.20'); 26 26 27 27 -
adbutler/trunk/includes/adbutler_plugin.class
r1947600 r2006475 67 67 $this, 68 68 'enqueue_admin_scripts', 69 )70 );71 add_action(72 'wp_dashboard_setup', array(73 $this,74 'dashboard_widget_register',75 69 ) 76 70 ); -
adbutler/trunk/readme.txt
r1948203 r2006475 68 68 69 69 == Changelog == 70 *1.20 Removed AdButler key config from dashboard. The key must be configured in the admin settings. 71 *1.19 Bug fixes. 70 72 *1.18 Bug and compatibility fixes. 71 73 *1.17 Added support for header bidding ads. Header bidding ads can now be added as a widget or shortcode. Interval ads can now be targeted at specific pages.
Note: See TracChangeset
for help on using the changeset viewer.