|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +### 3.0.1 - 2025-09-21 |
| 4 | + |
| 5 | +- Added a setting to display an amendment to the forum privacy policy regarding cookies and data collection from ads. |
| 6 | +- Pop Up location now uses browser storage instead of cookies to keep track of when a user closed it. |
| 7 | +- Updated the help description for Pop Up location. |
| 8 | +- Fixed potential PHP 8 issues. |
| 9 | +- Re-wrote some of the internal template logic to simplify and reduce code repetition. |
| 10 | + |
3 | 11 | ### 3.0.0 - 2022-06-18 |
4 | 12 |
|
5 | 13 | - Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3). |
6 | 14 | - Added new Admin permissions for accessing the ad management and settings. |
7 | | -- Fixed an issue where ad blocker warning message was on top of the Quick links drop down menu. |
| 15 | +- Fixed an issue where an ad blocker warning message was on top of the Quick links drop-down menu. |
8 | 16 | - Support for ScaffoldBB style added. |
9 | 17 |
|
10 | 18 | ### 2.0.6 - 2022-02-22 |
|
24 | 32 | ### 2.0.4 - 2021-01-21 |
25 | 33 |
|
26 | 34 | - Feature: Added new advertisement locations before and after the Quick Reply editor. |
27 | | -- Fix: Title of the popup advertisement window will be properly displayed. |
| 35 | +- Fix: The Title of the popup advertisement window will be properly displayed. |
28 | 36 | - Fix: Addressed potential PHP 8 compatibility issues. |
29 | 37 | - Fix: Correctly handle advertisement priority in MSSQL and Oracle databases. |
30 | 38 |
|
31 | 39 | ### 2.0.3 - 2019-12-03 |
32 | 40 |
|
33 | 41 | - Fix: Updated the "Display on content pages only" option so ads will no longer appear when writing posts or viewing member lists. This is to improve compliance with rules from Google AdSense. |
34 | 42 | - Fix: Addressed an issue where ad previews in the ACP could be hidden if your browser has Ad Blocking software. |
35 | | -- Fix: Addressed an issue when previewing an ad and any selected groups in the "Hide advertisement for groups" field would be lost. |
| 43 | +- Fix: Addressed an issue when previewing an ad, and any selected groups in the "Hide advertisement for groups" field would be lost. |
36 | 44 | - Fix: Minor code improvements and corrections. |
37 | 45 |
|
38 | 46 | ### 2.0.2 - 2019-04-01 |
|
42 | 50 |
|
43 | 51 | ### 2.0.1 - 2018-09-17 |
44 | 52 |
|
45 | | -- Feature: Added a new "Special" location we call "Scripts" which can be used for adding specialised Javascript codes like AdSense Auto ads and tracking codes. |
| 53 | +- Feature: Added a new "Special" location we call "Scripts" which can be used for adding specialised JavaScript codes like AdSense Auto ads and tracking codes. |
46 | 54 |
|
47 | 55 | ### 2.0.0 - 2018-06-28 |
48 | 56 |
|
|
54 | 62 | ### 1.0.5 - 2018-03-06 |
55 | 63 |
|
56 | 64 | - 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. |
57 | | -- Feature: Ad locations option has improved organisation to make it easier to pick the appropriate location. Also, a new Visual Demo has been added, so you can see where all the ad locations physically appear on your board. |
58 | | -- Fix: My Advertisements tab in the UCP will no longer be shown to all users, and will only be visible to advertisement owners. |
| 65 | +- Feature: An Ad locations option has improved organisation to make it easier to pick the appropriate location. Also, a new Visual Demo has been added, so you can see where all the ad locations physically appear on your board. |
| 66 | +- Fix: My Advertisements tab in the UCP will no longer be shown to all users and will only be visible to advertisement owners. |
59 | 67 | - Fix: Resolved an issue affecting some users where multiple ads assigned to the same location were not being randomly rotated. |
60 | | -- Fix: Ads assigned to display after first post will only be visible now if there are replies after the first post. |
| 68 | +- Fix: Ads assigned to display after the first post will only be visible now if there are replies after the first post. |
61 | 69 |
|
62 | 70 | ### 1.0.4 - 2017-12-23 |
63 | 71 |
|
|
66 | 74 |
|
67 | 75 | ### 1.0.3 - 2017-11-19 |
68 | 76 |
|
69 | | -- Update: UCP Advertisements page shows more information about your ads including click/view limits, expiration date and active status of the ad. |
| 77 | +- Update: UCP Advertisements page shows more information about your ads, including click/view limits, expiration date and active status of the ad. |
70 | 78 | - Fix: Improve handling of Google's responsive ads and possibly other responsive ad content. |
71 | 79 |
|
72 | 80 | ### 1.0.2 - 2017-08-20 |
|
81 | 89 | ### 1.0.1 - 2017-07-28 |
82 | 90 |
|
83 | 91 | - Feature: Advertisement views and clicks statistics. |
84 | | -- Feature: Ad owner - a user can be designated as an ad owner and can view ad statistics. |
| 92 | +- Feature: Ad owner—a user can be designated as an ad owner and can view ad statistics. |
85 | 93 | - Feature: Banner image uploading added to the ACP advertisement creation form. |
86 | 94 | - Code fixes and improvements. |
87 | 95 |
|
|
0 commit comments