Releases: phpbb-extensions/ad-management
Releases · phpbb-extensions/ad-management
Ad Management 1.0.3
Download the latest release of this extension.
Ad Management 1.0.0 beta 2
Important Upgrade Instructions!
If you have previously installed 1.0.0-beta-1 you must do the following in order to upgrade:
- 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',
),
),
);
}
- Save the changes
- Disable the Ad Management extension
- Purge the Ad Management extension
- Completely delete the phpbb/admanagement extension from your forum filesystem
- Copy the new phpbb/ads extension to your forum filesystem
- 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
1.0.0-b1 Add version check [ci skip]