Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.6'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.9'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}

steps:
Expand Down
1 change: 0 additions & 1 deletion ad-refresh-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Plugin URI: https://github.com/10up/Ad-Refresh-Control
* Description: Enable Active View refresh for Google Ad Manager ads without needing to modify any code.
* Version: 1.1.5
* Requires at least: 6.6
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
=== Ad Refresh Control ===
Contributors: 10up, doomwaxer, davidrgreen, jeffpaul
Tags: google, ad manager
Tested up to: 6.9
Tested up to: 7.1
Requires at least: 6.9
Stable tag: 1.1.5
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Expand Down Expand Up @@ -45,7 +46,7 @@ __Slot IDs to Exclude__: Prevent ad refreshes for specific slot IDs in the forma

= Where do I report security bugs found in this plugin? =

Please report security bugs found in the source code of the Ad Refresh Control plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/f87546b2-9abb-4cc0-96ed-38b6f8957286). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
Please report security bugs found in the source code of the Ad Refresh Control plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/f87546b2-9abb-4cc0-96ed-38b6f8957286). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

== Screenshots ==

Expand Down
Loading