Skip to content

Commit 1c52131

Browse files
committed
Update version numbers and change log
1 parent 5215dbe commit 1c52131

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** user, registration, activation, email
55
**Requires at least:** 3.5
66
**Tested up to:** 3.8
7-
**Stable tag:** 1.2
7+
**Stable tag:** 1.2.1
88

99
Require users to enter an activation code to access the site the first time. The activation code is emailed upon user registration.
1010

@@ -31,6 +31,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
3131

3232
## Changelog ##
3333

34+
### 1.2.1 ###
35+
* Fix fatal error with new user registration email
36+
3437
### 1.2 ###
3538
* Compatability with 3.8
3639
* Fix problem of strict standards notice during activation

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: NateJacobs
44
Tags: user, registration, activation, email
55
Requires at least: 3.5
66
Tested up to: 3.8
7-
Stable tag: 1.2
7+
Stable tag: 1.2.1
88

99
Require users to enter an activation code to access the site the first time. The activation code is emailed upon user registration.
1010

@@ -27,6 +27,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
2727

2828
== Changelog ==
2929

30+
= 1.2.1 =
31+
* Fix fatal error with new user registration email
32+
3033
= 1.2 =
3134
* Compatability with 3.8
3235
* Fix problem of strict standards notice during activation

user-activation-email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: User Activation Email
55
* Plugin URI: https://github.com/NateJacobs/User-Activation-Email
66
* Description: Add an activation code to the new user email sent once a user registers. The user must enter this activation code in addition to a username and password to log in successfully the first time.
7-
* Version: 1.2
7+
* Version: 1.2.1
88
* License: GPL V2
99
* Author: Nate Jacobs <nate@natejacobs.org>
1010
* Author URI: http://natejacobs.org

0 commit comments

Comments
 (0)