You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file, per [the Ke
4
4
5
5
## [Unreleased] - TBD
6
6
7
+
## [1.3.0] - 2020-05-01
8
+
### Added
9
+
- Support for app-ads.txt filetype (props [@helen](https://github.com/helen), [@westi](https://github.com/westi), [@p0mmy](https://github.com/p0mmy) via [#60](https://github.com/10up/ads-txt/pull/60))
10
+
11
+
### Removed
12
+
- Stop attempting to show an error notice about an existing `ads.txt` file due to too many false positives. We will bring this back later in a better way. (see [#61](https://github.com/10up/ads-txt/issues/61))
13
+
14
+
### Changed
15
+
- Bump WordPress version support to 5.4 (props [@tmoorewp](https://github.com/tmoorewp), [@jeffpaul](https://github.com/jeffpaul) via [#56](https://github.com/10up/ads-txt/pull/56))
16
+
- Switched to using GitHub Actions instead of Travis for Continuous Integration (props [@helen](https://github.com/helen) via [#54](https://github.com/10up/ads-txt/pull/54))
17
+
- Updated plugin screenshots and FAQs (props [@jeffpaul](https://github.com/jeffpaul), [@helen](https://github.com/helen) via [#58](https://github.com/10up/ads-txt/pull/58), [#55](https://github.com/10up/ads-txt/pull/55))
18
+
19
+
### Fixed
20
+
- Update capability check when saving ads.txt (props [@ethanclevenger91](https://github.com/ethanclevenger91) via [#51](https://github.com/10up/ads-txt/pull/51))
21
+
7
22
## [1.2.0] - 2019-11-26
8
23
### Added
9
24
- Make revisions accessible in the admin - now you can restore older versions of your ads.txt or view how it's changed over time (props [@adamsilverstein](https://github.com/adamsilverstein), [@helen](https://github.com/helen) via [#9](https://github.com/10up/ads-txt/pull/9))
@@ -18,15 +33,16 @@ All notable changes to this project will be documented in this file, per [the Ke
18
33
- Early escaping (props [@tomjn](https://github.com/tomjn) via [#25](https://github.com/10up/ads-txt/pull/25))
19
34
- PHPCS issues and added PHPCS scanning (props [@adamsilverstein](https://github.com/adamsilverstein) via [#38](https://github.com/10up/ads-txt/pull/38))
20
35
21
-
## [1.1] - 2018-02-05
36
+
## [1.1.0] - 2018-02-05
22
37
### Fixed
23
38
- Better error message formatting (wraps values in <code> tags for better readability)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,6 @@ During weekly triage, the tested up to version should be compared against the la
49
49
50
50
New releases are targeted based on number and severity of changes along with human availability. When a release is targeted, a due date will be assigned to the appropriate milestone.
51
51
52
-
### Roadmap
53
-
54
-
We are currently working toward [version 1.2](https://github.com/10up/ads-txt/milestone/1), which will include exposing a UI for revisions and detecting the presence of an actual `ads.txt` file. There is not yet a targeted release date, and features and enhancements may still be added to the milestone.
55
-
56
52
### Testing
57
53
58
54
Make an ads.txt with the following contents and ensure that you receive the same errors as below. There are no automated tests at this time - contributions very welcome in this area!
Copy file name to clipboardExpand all lines: CREDITS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The following individuals are responsible for curating the list of issues, respo
10
10
11
11
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
Copy file name to clipboardExpand all lines: README.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
> Create, manage, and validate your Ads.txt from within WordPress, just like any other content asset.
4
4
5
-
[](https://travis-ci.org/10up/ads-txt)[](#support-level)[](https://github.com/10up/ads-txt/releases/latest)[](https://github.com/10up/ads-txt/blob/develop/LICENSE.md)
5
+
[](https://github.com/10up/ads-txt/actions?query=workflow%3A%22Automated+Tests%22)[](#support-level)[](https://github.com/10up/ads-txt/releases/latest)[](https://github.com/10up/ads-txt/blob/develop/LICENSE.md)
6
6
7
7
## Features
8
8
9
-

9
+

10
10
11
11
[Ads.txt](https://iabtechlab.com/ads-txt/) is an initiative by the Interactive Advertising Bureau to enable publishers to take control over who can sell their ad inventory. Through our work at 10up with various publishers, we've created a way to manage and validate your ads.txt file from within WordPress, eliminating the need to upload a file. The validation baked into the plugin helps avoid malformed records, which can cause issues that end up cached for up to 24 hours and can lead to a drop in ad revenue.
12
12
@@ -16,13 +16,17 @@ We're closely monitoring continued developments in the ad fraud space, and see t
16
16
17
17
### What about app-ads.txt?
18
18
19
-
We plan on adding support for this file in the future! If you'd like to follow along with development or even help us get it done, please see #40.
19
+
We plan on adding support for this file in the future! If you'd like to follow along with development or even help us get it done, please see [#40](https://github.com/10up/ads-txt/issues/40).
20
+
21
+
### Can I use this with multisite?
22
+
23
+
Yes! However, if you are using a subfolder installation it will only work for the main site. This is because you can only have one ads.txt for a given domain or subdomain per the [ads.txt spec](https://iabtechlab.com/ads-txt/). Our recommendation is to only activate Ads.txt Manager per-site.
20
24
21
25
## Requirements
22
26
23
27
* Requires PHP 5.3+.
24
28
* Requires WordPress 4.9+. Older versions of WordPress will not display any syntax highlighting and may break JavaScript and/or be unable to localize the plugin.
25
-
* Ad blockers may break syntax highlighting and pre-save error checking on the edit screen. See #20.
29
+
* Ad blockers may break syntax highlighting and pre-save error checking on the edit screen. See [#20](https://github.com/10up/ads-txt/issues/20).
26
30
* Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply `/ads.txt` when requested.
27
31
* Your site URL must not contain a path (e.g. `https://example.com/site/` or path-based multisite installs). While the plugin will appear to function in the admin, it will not display the contents at `https://example.com/site/ads.txt`. This is because the plugin follows the IAB spec, which requires that the ads.txt file be located at the root of a domain or subdomain.
28
32
@@ -33,9 +37,23 @@ We plan on adding support for this file in the future! If you'd like to follow a
33
37
1. Head to Settings → Ads.txt and add the records you need.
34
38
1. Check it out at yoursite.com/ads.txt!
35
39
36
-
Note: If you already have an existing ads.txt file in the web root, the plugin will not read in the contents of that file, and changes you make in WordPress admin will not overwrite contents of the physical file.
40
+
Note: If you already have an existing ads.txt file in the web root, the plugin will not read in the contents of that file, and changes you make in WordPress admin will not overwrite contents of the physical file.
41
+
42
+
You will need to rename or remove the existing ads.txt file (keeping a copy of the records it contains to put into the new settings screen) before you will be able to see any changes you make to ads.txt inside the WordPress admin.
43
+
44
+
## Screenshots
45
+
46
+
### 1. Example of editing an ads.txt file with errors and a link to browse ads.txt file revisions.
47
+
48
+

49
+
50
+
### 2. Example of comparing ads.txt file revisions.
51
+
52
+

53
+
54
+
### 3. Example of comparing two disparate ads.txt file revisions.
37
55
38
-
You will need to rename or remove the existing ads.txt file (keeping a copy of the records it contains to put into the new settings screen) before you will be able to see any changes you make to ads.txt inside the WordPress admin.
56
+

0 commit comments