Skip to content

Commit f7fe7c8

Browse files
committed
Merge branch 'develop' into trunk
2 parents 181985e + e5f311f commit f7fe7c8

File tree

5 files changed

+453
-185
lines changed

5 files changed

+453
-185
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file, per [the Ke
44

55
## [Unreleased] - TBD
66

7+
## [1.1.4] - 2023-11-16
8+
### Changed
9+
- Bump WordPress "tested up to" version 6.4 (props [@QAharshalkadu](https://github.com/QAharshalkadu), [@jeffpaul](https://github.com/jeffpaul) via [#134](https://github.com/10up/Ad-Refresh-Control/pull/134), [#135](https://github.com/10up/Ad-Refresh-Control/pull/135)).
10+
11+
### Security
12+
- Bump `postcss` from 8.4.25 to 8.4.31, `css-loader` from 2.1.1 to 6.8.1, `postcss-import` from 12.0.1 to 15.1.0, `postcss-loader` from 3.0.0 to 7.3.3 and `stylelint-order` from 1.0.0 to 6.0.3 (props [@dependabot](https://github.com/apps/dependabot), [@Sidsector9](https://github.com/Sidsector9) via [#127](https://github.com/10up/Ad-Refresh-Control/pull/127)).
13+
- Bump `@babel/traverse` from 7.4.3 to 7.23.2 (props [@dependabot](https://github.com/apps/dependabot), [@dkotter](https://github.com/dkotter) via [#131](https://github.com/10up/Ad-Refresh-Control/pull/131)).
14+
- Bump `browserify-sign` from 4.0.4 to 4.2.2 (props [@dependabot](https://github.com/apps/dependabot), [@ravinderk](https://github.com/ravinderk) via [#133](https://github.com/10up/Ad-Refresh-Control/pull/133)).
15+
716
## [1.1.3] - 2023-10-16
817
### Changed
918
- 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 [#118](https://github.com/10up/Ad-Refresh-Control/pull/118)).
@@ -145,6 +154,7 @@ All notable changes to this project will be documented in this file, per [the Ke
145154
- Initial public release! 🎉
146155

147156
[Unreleased]: https://github.com/10up/Ad-Refresh-Control/compare/trunk...develop
157+
[1.1.4]: https://github.com/10up/Ad-Refresh-Control/compare/1.1.3...1.1.4
148158
[1.1.3]: https://github.com/10up/Ad-Refresh-Control/compare/1.1.2...1.1.3
149159
[1.1.2]: https://github.com/10up/Ad-Refresh-Control/compare/1.1.1...1.1.2
150160
[1.1.1]: https://github.com/10up/Ad-Refresh-Control/compare/1.1.0...1.1.1

ad-refresh-control.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Ad Refresh Control
44
* Plugin URI: https://github.com/10up/Ad-Refresh-Control
55
* Description: Enable Active View refresh for Google Ad Manager ads without needing to modify any code.
6-
* Version: 1.1.3
6+
* Version: 1.1.4
77
* Requires at least: 5.7
88
* Requires PHP: 7.4
99
* Author: 10up
@@ -17,7 +17,7 @@
1717
*/
1818

1919
// Useful global constants.
20-
define( 'AD_REFRESH_CONTROL_VERSION', '1.1.3' );
20+
define( 'AD_REFRESH_CONTROL_VERSION', '1.1.4' );
2121
define( 'AD_REFRESH_CONTROL_URL', plugin_dir_url( __FILE__ ) );
2222
define( 'AD_REFRESH_CONTROL_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'AD_REFRESH_CONTROL_INC', AD_REFRESH_CONTROL_PATH . 'includes/' );

0 commit comments

Comments
 (0)