Skip to content

Commit

Permalink
Udate changelog and composer for version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jun 28, 2018
1 parent 459b29b commit fcff9be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -14,7 +14,7 @@
},
{
"name": "Matt Friedman",
"homepage": "http://mattfriedman.me",
"homepage": "http://vsephpbb.github.io",
"role": "Extensions Development Team Lead"
},
{
Expand Down

0 comments on commit fcff9be

Please sign in to comment.