Skip to content

Commit 7555730

Browse files
committed
1.0.3
1 parent ad3c87b commit 7555730

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0.3
4+
5+
* Minor dev changes
6+
37
### 1.0.2
48

59
* Fixed PHP warning when loading settings page first time due to empty values.

src/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
6868

6969
== Changelog ==
7070

71+
= 1.0.3 =
72+
*Minor dev changes
73+
7174
= 1.0.2 =
7275

7376
Fixed PHP warning when loading settings page first time due to empty values.

src/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.0.2
18+
* Version: 1.0.3
1919
* Author: BrianHenryIE
2020
* Author URI: https://BrianHenry.IE
2121
* License: GPL-2.0+
@@ -44,7 +44,7 @@
4444
* Start at version 1.0.0 and use SemVer - https://semver.org
4545
* Rename this for your plugin and update it as you release new versions.
4646
*/
47-
define( 'BH_WC_CHECKOUT_RATE_LIMITER_VERSION', '1.0.2' );
47+
define( 'BH_WC_CHECKOUT_RATE_LIMITER_VERSION', '1.0.3' );
4848

4949
register_activation_hook( __FILE__, array( Activator::class, 'activate' ) );
5050
register_deactivation_hook( __FILE__, array( Deactivator::class, 'deactivate' ) );

0 commit comments

Comments
 (0)