It’s still under development, but the current version supports all functionality of the Ads mod from “Mystique” so you might as well use it instead of the mod :)

A quick screenshot:

Ad Manager dashboard interface

In case you’re wondering if you will loose existing ads from the theme – no, they will be imported by the plugin.

For theme developers – to add “ad location” support in your theme, pass an action tag to the registerAdLocation() method. Example:

if(defined('AdManager::VERSION'))
  AdManager()->registerAdLocation('after_header', __('After theme header'));