Skip to content

Releases: phpbb-extensions/ad-management

Ad Management 2.0.0

Choose a tag to compare

@iMattPro iMattPro released this 25 Jul 15:41

Download the latest release of this extension.

Ad Management 1.0.5

Choose a tag to compare

@iMattPro iMattPro released this 02 May 16:03

Download the latest release of this extension.

Ad Management 1.0.4

Choose a tag to compare

@iMattPro iMattPro released this 23 Dec 16:49

Download the latest release of this extension.

Ad Management 1.0.3

Choose a tag to compare

@iMattPro iMattPro released this 27 Sep 14:05

Download the latest release of this extension.

Ad Management 1.0.0 beta 2

Pre-release

Choose a tag to compare

@iMattPro iMattPro released this 23 Jun 21:10

Important Upgrade Instructions!

If you have previously installed 1.0.0-beta-1 you must do the following in order to upgrade:

  1. Open the file located at phpBB/ext/phpbb/admanagement/migrations/m5_end_date.php
    Delete the following section of code:
public function revert_schema()
{
	return array(
		'drop_columns' => array(
			$this->table_prefix . 'ads' => array(
				'ad_end_date',
			),
		),
	);
}
  1. Save the changes
  2. Disable the Ad Management extension
  3. Purge the Ad Management extension
  4. Completely delete the phpbb/admanagement extension from your forum filesystem
  5. Copy the new phpbb/ads extension to your forum filesystem
  6. Enable the Ad Management extension

As you may notice the extension has been completely renamed, which is why you must completely delete all traces of the older Beta 1 before updating to the new Beta 2.

Ad Management 1.0.0 beta 1

Pre-release

Choose a tag to compare

@iMattPro iMattPro released this 06 Jun 15:52
1.0.0-b1

Add version check [ci skip]