Skip to content

Releases: phpbb-extensions/ad-management

Ad Management 1.0.3

27 Sep 14:05
Compare
Choose a tag to compare

Download the latest release of this extension.

Ad Management 1.0.0 beta 2

23 Jun 21:10
Compare
Choose a tag to compare
Pre-release

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

06 Jun 15:52
Compare
Choose a tag to compare
Pre-release
1.0.0-b1

Add version check [ci skip]