Skip to content

Commit 2ea59f1

Browse files
committed
v1.3.0
1 parent c1878af commit 2ea59f1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.3.0 - 20-December-2022
4+
5+
* Add: admin notice when incorrectly installed from GitHub repo zip rather than GitHub releases archive #12
6+
* Fix: unprefixed psr/simple-cache clash with another plugin #16
7+
* Improve: logging #13
8+
* Dependency: alleyinteractive/wordpress-autoloader
9+
* Update project structure: lowercase directories
10+
* Update GitHub Actions
11+
312
## 1.2.0 – 15-October-2022
413

514
* Add: Git Updater

bh-wc-checkout-rate-limiter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Checkout Rate Limiter
1616
* Plugin URI: http://github.com/brianhenryie/bh-wc-checkout-rate-limiter/
1717
* Description: Rate limit the WooCommerce checkout to prevent card attacks.
18-
* Version: 1.2.0
18+
* Version: 1.3.0
1919
* Requires PHP: 7.4
2020
* Author: BrianHenryIE
2121
* Author URI: https://BrianHenry.IE
@@ -53,7 +53,7 @@
5353
return;
5454
}
5555

56-
define( 'BH_WC_CHECKOUT_RATE_LIMITER_VERSION', '1.2.0' );
56+
define( 'BH_WC_CHECKOUT_RATE_LIMITER_VERSION', '1.3.0' );
5757
define( 'BH_WC_CHECKOUT_RATE_LIMITER_BASENAME', plugin_basename( __FILE__ ) );
5858

5959
register_activation_hook( __FILE__, array( Activator::class, 'activate' ) );

0 commit comments

Comments
 (0)