Skip to content

Commit c76fe26

Browse files
committed
1.3.1 Update dependency: bh-wp-logger – performance improvements
1 parent 63457e6 commit c76fe26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.3.1 - 26-April-2023
4+
5+
* Update dependency: bh-wp-logger – performance improvements
6+
37
## 1.3.0 - 20-December-2022
48

59
* Add: admin notice when incorrectly installed from GitHub repo zip rather than GitHub releases archive #12

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.3.0
18+
* Version: 1.3.1
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.3.0' );
56+
define( 'BH_WC_CHECKOUT_RATE_LIMITER_VERSION', '1.3.1' );
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)