Plugin Directory

Changeset 2006475


Ignore:
Timestamp:
01/04/2019 06:11:20 PM (7 years ago)
Author:
sparklit
Message:

Removed key config from dashboard.

Location:
adbutler/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • adbutler/trunk/adbutler.php

    r1951074 r2006475  
    55Plugin URI: https://wordpress.org/plugins/adbutler
    66Description: 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.19
     7Version: 1.20
    88Author: AdButler
    99Author URI: http://www.adbutler.com
     
    2323define( 'ADBUTLER_CACHEURL', ADBUTLER_URLPATH . 'cache/' );
    2424define( 'ADBUTLER_ADSERVE_URL','https://adbutler.com/external_request.spark');
    25 define( 'ADBUTLER_PLUGIN_VERSION', '1.19');
     25define( 'ADBUTLER_PLUGIN_VERSION', '1.20');
    2626
    2727
  • adbutler/trunk/includes/adbutler_plugin.class

    r1947600 r2006475  
    6767                $this,
    6868                'enqueue_admin_scripts',
    69             )
    70         );
    71         add_action(
    72             'wp_dashboard_setup', array(
    73                 $this,
    74                 'dashboard_widget_register',
    7569            )
    7670        );
  • adbutler/trunk/readme.txt

    r1948203 r2006475  
    6868
    6969== Changelog ==
     70*1.20 Removed AdButler key config from dashboard. The key must be configured in the admin settings.
     71*1.19 Bug fixes.
    7072*1.18 Bug and compatibility fixes.
    7173*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.