From fcff9bead02ca01b670ba609c63227eec8847f3d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 28 Jun 2018 11:50:28 -0700 Subject: [PATCH] Udate changelog and composer for version 2.0.0 --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6388fbe6..4f304b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 2.0.0 - 2018-06-28 + +- Feature: Added an option for automatically centering an ad. Enable this option to have an ad be centered, or disable it and use your own positioning CSS in your ad code. +- Feature: Hiding ads from user groups is now set individually for each ad instead of globally. When upgrading from older versions, the old "Hide advertisement for groups" setting will be applied to all existing ads. +- Fix: Restyled the visual ad locations demo. +- Fix: Addressed minor code issues. + ### 1.0.5 - 2018-03-06 - Feature: Added a new option to display ads on content pages only. When enabled, the ad will not be shown on the UCP, MCP,Registration and Profile pages. This will help comply with certain rules, such as Google AdSense which does not allow their ads to be shown on such pages. diff --git a/composer.json b/composer.json index 47283e20..1c8b7b48 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An extension for phpBB that allows administrators to manage and display advertisements on their forums.", "homepage": "https://www.phpbb.com", - "version": "1.0.5", + "version": "2.0.0", "keywords": ["phpbb", "extension", "advertisement"], "license": "GPL-2.0-only", "authors": [ @@ -14,7 +14,7 @@ }, { "name": "Matt Friedman", - "homepage": "http://mattfriedman.me", + "homepage": "http://vsephpbb.github.io", "role": "Extensions Development Team Lead" }, {