Skip to content

Commit

Permalink
Merge pull request #170 from 10up/release/1.4.4
Browse files Browse the repository at this point in the history
Release/1.4.4
  • Loading branch information
jeffpaul authored Jun 26, 2024
2 parents b040aa7 + d7e8188 commit a34744e
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 51 deletions.
9 changes: 1 addition & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
/tests export-ignore
/vendor export-ignore

/.gitattributes export-ignore
/.gitignore export-ignore
/.phpcs.xml.dist export-ignore
/.phpcompat.xml.dist export-ignore
/.phpunit.result.cache export-ignore
/.wordpress-version-checker.json export-ignore
/.wp-env.json export-ignore
/.wp-env.override.json export-ignore
/.* export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/composer.json export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#5.7'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
steps:
- name: Checkout
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file, per [the Ke

## [Unreleased] - TBD

## [1.4.4] - 2024-06-26
### Added
- Placeholder record can be added with no authorized sellers or buyers (props [@ankitrox](https://github.com/ankitrox), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#129](https://github.com/10up/ads-txt/pull/129)).

### Changed
- Bump WordPress "tested up to" version 6.5 (props [@zamanq](https://github.com/zamanq), [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul), [@qasumitbagthariya](https://github.com/qasumitbagthariya), [@sudip-md](https://github.com/sudip-md) via [#152](https://github.com/10up/ads-txt/pull/152), [#156](https://github.com/10up/ads-txt/pull/156), [#162](https://github.com/10up/ads-txt/issues/162)).

### Fixed
- Better error handling for environments that don't match our minimum PHP version (props [@dkotter](https://github.com/dkotter), [@rahulsprajapati](https://github.com/rahulsprajapati), [@peterwilsoncc](https://github.com/peterwilsoncc), [@frankiebordone](https://github.com/frankiebordone), [@vikrampm1](https://github.com/vikrampm1) via [#149](https://github.com/10up/ads-txt/pull/149)).

### Security
- Bump `semver` from 7.3.5 to 7.5.3 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#147](https://github.com/10up/ads-txt/pull/147)).

### Developer
- Added Repo Automator GitHub Action (props [@iamdharmesh](https://github.com/iamdharmesh) via [#167](https://github.com/10up/ads-txt/pull/167)).
- Added a "Testing" section in the `CONTRIBUTING.md` file (props [@kmgalanakis](https://github.com/kmgalanakis), [@jeffpaul](https://github.com/jeffpaul) via [#166](https://github.com/10up/ads-txt/pull/166)).
- Cleaned up NPM dependencies and update node to v20 (props [@Sidsector9](https://github.com/Sidsector9), [@dkotter](https://github.com/dkotter) via [#161](https://github.com/10up/ads-txt/pull/161)).
- Updated the `skaut/wordpress-version-checker` to check WordPress "tested up to" during the Release Candidate phase (props [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#145](https://github.com/10up/ads-txt/pull/145)).
- Upgraded the `download-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh) via [#163](https://github.com/10up/ads-txt/pull/163)).
- Replaced `lee-dohm/no-response` with `actions/stale` to help with closing no-response/stale issues (props [@jeffpaul](https://github.com/jeffpaul) via [#164](https://github.com/10up/ads-txt/pull/164)).
- Bumped `Cypress` version from 11.2.0 to 13.2.0 (props [@iamdharmesh](https://github.com/iamdharmesh), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#154](https://github.com/10up/ads-txt/pull/154)).
- Bumped `@wordpress/env` version from 5.7.0 to 8.7.0 (props [@iamdharmesh](https://github.com/iamdharmesh), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#154](https://github.com/10up/ads-txt/pull/154)).
- Bumped `cypress-mochawesome-reporter` version 3.4.0 to 3.6.0 (props [@iamdharmesh](https://github.com/iamdharmesh), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#154](https://github.com/10up/ads-txt/pull/154)).

## [1.4.3] - 2023-06-21
### Added
- `ads.txt` file exists check from the backend (props [@sksaju](https://github.com/sksaju), [@peterwilsoncc](https://github.com/peterwilsoncc), [@mmcachran](https://github.com/mmcachran), [@dinhtungdu](https://github.com/dinhtungdu), [@helen](https://github.com/helen), [@jeffpaul](https://github.com/jeffpaul) via [#131](https://github.com/10up/ads-txt/pull/131)).
Expand Down Expand Up @@ -102,6 +126,7 @@ All notable changes to this project will be documented in this file, per [the Ke
- Initial plugin release

[Unreleased]: https://github.com/10up/ads-txt/compare/trunk...develop
[1.4.4]: https://github.com/10up/ads-txt/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/10up/ads-txt/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/10up/ads-txt/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/10up/ads-txt/compare/1.4.0...1.4.1
Expand Down
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following individuals are responsible for curating the list of issues, respo

Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.

[10up (@10up)](https://github.com/10up), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Adam Silverstein (@adamsilverstein)](https://github.com/adamsilverstein), [Scott Buscemi (@scottbuscemi)](https://github.com/scottbuscemi), [John Eckman (@jeckman)](https://github.com/jeckman), [philipjohn (@philipjohn)](https://github.com/philipjohn), [Keanan Koppenhaver (@kkoppenhaver)](https://github.com/kkoppenhaver), [vtellapmc (@vtellapmc)](https://github.com/vtellapmc), [Tom J. Nowell (@tomjn)](https://github.com/tomjn), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Ethan Clevenger (@ethanclevenger91)](https://github.com/ethanclevenger91), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Peter Westwood (@westi)](https://github.com/westi), [Matthew McAchran (@mmcachran)](https://github.com/mmcachran), [Stephanie Walters (@PypWalters)](https://github.com/PypWalters), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Ramon Ahnert (@Rahmon)](https://github.com/Rahmon), [EVOKE (@evokelektrique)](https://github.com/evokelektrique), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Max Lyuchin (@cadic)](https://github.com/cadic), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Thorsten Ott (@tott)](https://github.com/tott), [Sascha Greuel (@SoftCreatR)](https://github.com/SoftCreatR), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Jake Goldman (@jakemgold)](https://github.com/jakemgold), [cp101 (@p0mmy)](https://github.com/p0mmy), [Ivan Kruchkoff (@ivankruchkoff)](https://github.com/ivankruchkoff), [Ankit K. Gupta (@ankitguptaindia)](https://github.com/ankitguptaindia), [Tim Moore (@tmoorewp)](https://github.com/tmoorewp), [Per Søderlind (@soderlind)](https://github.com/soderlind), [Daryll Doyle (@darylldoyle)](https://github.com/darylldoyle), [Mohit Dadhich (@mohitwp)](https://github.com/mohitwp), [RoeyHarari44 (@RoeyHarari44)](https://github.com/RoeyHarari44), [Dhanendran Rajagopal (@dhanendran)](https://github.com/dhanendran), [Shazahan Kabir Saju (@sksaju)](https://github.com/sksaju)
[10up (@10up)](https://github.com/10up), [Helen Hou-Sandi (@helen)](https://github.com/helen), [Adam Silverstein (@adamsilverstein)](https://github.com/adamsilverstein), [Scott Buscemi (@scottbuscemi)](https://github.com/scottbuscemi), [John Eckman (@jeckman)](https://github.com/jeckman), [philipjohn (@philipjohn)](https://github.com/philipjohn), [Keanan Koppenhaver (@kkoppenhaver)](https://github.com/kkoppenhaver), [vtellapmc (@vtellapmc)](https://github.com/vtellapmc), [Tom J. Nowell (@tomjn)](https://github.com/tomjn), [Ryan Welcher (@ryanwelcher)](https://github.com/ryanwelcher), [Ethan Clevenger (@ethanclevenger91)](https://github.com/ethanclevenger91), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Peter Westwood (@westi)](https://github.com/westi), [Matthew McAchran (@mmcachran)](https://github.com/mmcachran), [Stephanie Walters (@PypWalters)](https://github.com/PypWalters), [Barney Jeffries (@barneyjeffries)](https://github.com/barneyjeffries), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Ramon Ahnert (@Rahmon)](https://github.com/Rahmon), [EVOKE (@evokelektrique)](https://github.com/evokelektrique), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Max Lyuchin (@cadic)](https://github.com/cadic), [Vikram Moparthy (@vikrampm1)](https://github.com/vikrampm1), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Thorsten Ott (@tott)](https://github.com/tott), [Sascha Greuel (@SoftCreatR)](https://github.com/SoftCreatR), [Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Jake Goldman (@jakemgold)](https://github.com/jakemgold), [cp101 (@p0mmy)](https://github.com/p0mmy), [Ivan Kruchkoff (@ivankruchkoff)](https://github.com/ivankruchkoff), [Ankit K. Gupta (@ankitguptaindia)](https://github.com/ankitguptaindia), [Tim Moore (@tmoorewp)](https://github.com/tmoorewp), [Per Søderlind (@soderlind)](https://github.com/soderlind), [Daryll Doyle (@darylldoyle)](https://github.com/darylldoyle), [Mohit Dadhich (@mohitwp)](https://github.com/mohitwp), [RoeyHarari44 (@RoeyHarari44)](https://github.com/RoeyHarari44), [Dhanendran Rajagopal (@dhanendran)](https://github.com/dhanendran), [Shazahan Kabir Saju (@sksaju)](https://github.com/sksaju), [Ankit Gade (@ankitrox)](https://github.com/ankitrox), [Quamruz Zaman (@zamanq)](https://github.com/zamanq), [Harshal Kadu (@QAharshalkadu)](https://github.com/QAharshalkadu), [Sumit Bagthariya (@qasumitbagthariya)](https://github.com/qasumitbagthariya), [Sudip Dadhaniya (@sudip-md)](https://github.com/sudip-md), [Rahul Prajapati (@rahulsprajapati)](https://github.com/rahulsprajapati), [Frankie Bordone (@frankiebordone)](https://github.com/frankiebordone), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Konstantinos Galanakis (@kmgalanakis)](https://github.com/kmgalanakis).

## Libraries

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ads.txt Manager for WordPress

> Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset.
> Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, like any other content asset.
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) [![Automated Tests](https://github.com/10up/ads-txt/workflows/Automated%20Tests/badge.svg)](https://github.com/10up/ads-txt/actions?query=workflow%3A%22Automated+Tests%22) [![Release Version](https://img.shields.io/github/tag/10up/ads-txt.svg?label=release)](https://github.com/10up/ads-txt/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/ads-txt?label=WordPress) [![GPLv2 License](https://img.shields.io/github/license/10up/ads-txt.svg)](https://github.com/10up/ads-txt/blob/develop/LICENSE.md)

Expand All @@ -21,7 +21,7 @@ Yes! However, if you are using a subfolder installation it will only work for th
## Requirements

* Requires PHP 7.4+.
* Requires WordPress 5.7+.
* Requires WordPress 6.3+.
* 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).
* Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply `/ads.txt` when requested.
* 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.
Expand Down
12 changes: 7 additions & 5 deletions ads-txt.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?php
/**
* Plugin Name: Ads.txt Manager
* Plugin URI: https://github.com/10up/ads-txt
* Description: Create, manage, and validate your Ads.txt from within WordPress, just like any other content asset. Requires PHP 7.4+ and WordPress 5.7+.
* Version: 1.4.3
* Version: 1.4.4
* Requires at least: 6.3
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
* License: GPLv2 or later
* Requires at least: 5.7
* Requires PHP: 7.4
* License: GPL-2.0-or-later
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
* Text Domain: ads-txt
*
* @package Ads_Txt_Manager
Expand All @@ -17,7 +19,7 @@
exit; // Exit if accessed directly.
}

define( 'ADS_TXT_MANAGER_VERSION', '1.4.3' );
define( 'ADS_TXT_MANAGER_VERSION', '1.4.4' );
define( 'ADS_TXT_MANAGE_CAPABILITY', 'edit_ads_txt' );
define( 'ADS_TXT_MANAGER_POST_OPTION', 'adstxt_post' );
define( 'APP_ADS_TXT_MANAGER_POST_OPTION', 'app_adstxt_post' );
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "10up/ads-txt",
"description": "Create, manage, and validate your ads.txt from within WordPress, just like any other content asset.",
"homepage": "https://github.com/10up/ads-txt",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "10up",
Expand All @@ -25,7 +27,6 @@
"10up/wp_mock": "^0.5.0",
"phpunit/phpunit": "^9.5"
},
"license": "GPLv2 or later",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@10up/ads-txt",
"version": "1.4.3",
"version": "1.4.4",
"description": "Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset.",
"scripts": {
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10up/ads-txt.git"
"homepage": "https://github.com/10up/ads-txt",
"bugs": {
"url": "https://github.com/10up/ads-txt/issues"
},
"license": "GPL-2.0-or-later",
"author": {
"name": "10up",
"email": "opensource@10up.com",
"url": "https://10up.com",
"role": "developer"
},
"license": "GPL",
"bugs": {
"url": "https://github.com/10up/ads-txt/issues"
"repository": {
"type": "git",
"url": "git+https://github.com/10up/ads-txt.git"
},
"scripts": {
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"postenv:start": "./tests/bin/initialize.sh"
},
"homepage": "https://github.com/10up/ads-txt",
"devDependencies": {
"@wordpress/env": "^9.2.0",
"cypress": "^13.2.0",
Expand Down
29 changes: 15 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
=== Ads.txt Manager ===
Contributors: 10up, helen, adamsilverstein, jakemgold, peterwilsoncc, jeffpaul
Author URI: https://10up.com
Plugin URI: https://github.com/10up/ads-txt
Tags: ads.txt, app-ads.txt, ads, ad manager, advertising, publishing, publishers
Requires at least: 5.7
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.4.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: ads-txt

Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset. Requires PHP 7.4+ and WordPress 5.7+.
Tags: ads.txt, app-ads.txt, ads, ad manager, advertising
Tested up to: 6.5
Stable tag: 1.4.4
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, like any other content asset.

== Description ==

Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, just like any other content asset. Requires PHP 7.4+ and WordPress 5.7+.
Create, manage, and validate your ads.txt and app-ads.txt from within WordPress, like any other content asset. Requires PHP 7.4+ and WordPress 5.7+.

=== What is ads.txt? ===

Expand All @@ -24,7 +19,7 @@ Ads.txt is an initiative by the Interactive Advertising Bureau to enable publish
=== Technical Notes ===

* Requires PHP 7.4+.
* Requires WordPress 5.7+.
* Requires WordPress 6.3+.
* Ad blockers may break syntax highlighting and pre-save error checking on the edit screen.
* Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply `/ads.txt` when requested.
* 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.
Expand Down Expand Up @@ -55,6 +50,12 @@ You will need to rename or remove the existing (app-)ads.txt file (keeping a cop

== Changelog ==

= 1.4.4 - 2024-06-26 =
* **Added:** Placeholder record can be added with no authorized sellers or buyers (props [@ankitrox](https://github.com/ankitrox), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#129](https://github.com/10up/ads-txt/pull/129)).
* **Changed:** Bump WordPress "tested up to" version 6.5 (props [@zamanq](https://github.com/zamanq), [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul), [@qasumitbagthariya](https://github.com/qasumitbagthariya), [@sudip-md](https://github.com/sudip-md) via [#152](https://github.com/10up/ads-txt/pull/152), [#156](https://github.com/10up/ads-txt/pull/156), [#162](https://github.com/10up/ads-txt/issues/162)).
* **Fixed:** Better error handling for environments that don't match our minimum PHP version (props [@dkotter](https://github.com/dkotter), [@rahulsprajapati](https://github.com/rahulsprajapati), [@peterwilsoncc](https://github.com/peterwilsoncc), [@frankiebordone](https://github.com/frankiebordone), [@vikrampm1](https://github.com/vikrampm1) via [#149](https://github.com/10up/ads-txt/pull/149)).
* **Security:** Bump `semver` from 7.3.5 to 7.5.3 (props [@dependabot](https://github.com/apps/dependabot), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#147](https://github.com/10up/ads-txt/pull/147)).

= 1.4.3 - 2023-06-21 =
* **Added:** `ads.txt` file exists check from the backend (props [@sksaju](https://github.com/sksaju), [@peterwilsoncc](https://github.com/peterwilsoncc), [@mmcachran](https://github.com/mmcachran), [@dinhtungdu](https://github.com/dinhtungdu), [@helen](https://github.com/helen), [@jeffpaul](https://github.com/jeffpaul) via [#131](https://github.com/10up/ads-txt/pull/131)).
* **Added:** Check for and delete orphan `(app-)ads.txt` posts not referenced in the option (props [@sksaju](https://github.com/sksaju), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#138](https://github.com/10up/ads-txt/pull/138)).
Expand Down

0 comments on commit a34744e

Please sign in to comment.