Skip to content

Commit 9200b00

Browse files
committed
Update version to 1.0.2
1 parent 0a68e97 commit 9200b00

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,21 @@ To do so, download the meta for taxonomies plugin and let the plugin migrate the
1919

2020
## Changelog ##
2121

22-
### 1.0.1
23-
* 5 Dec 2016
22+
### 1.0.2 - 5 Dec 2016
23+
* Fix wrong mapping %%user_name%% value.
24+
25+
### 1.0.1 - 5 Dec 2016
2426
* Fix wrong default register notification.
2527

26-
### 1.0.0
27-
* 28 Nov 2016
28+
### 1.0.0 - 28 Nov 2016
2829
* Add for email notifications the available replacements values which are automatically replaced before email send.
2930
* Update the .pot and French po/mo.
3031

31-
### 0.7.2
32-
* 5 Oct 2016
32+
### 0.7.2 - 5 Oct 2016
3333
* `mpt_nonce_field()` method for nounce generating has been integrated to decorrelate members and WordPress users on one hand, and to not share the same cookie for all connected members, as before, in other hand.
3434

35-
### 0.7.1
36-
* 10 Mar 2016
35+
### 0.7.1 - 10 Mar 2016
3736
* Fix missing `mpt_verify_nonce`.
3837

39-
### 0.7.0
40-
* 10 Fev 2016
38+
### 0.7.0 - 10 Fev 2016
4139
* Update the way roles and capabilities works with members.

members-post-type.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Members post type
4-
Version: 1.0.1
4+
Version: 1.0.2
55
Plugin URI: http://www.beapi.fr
66
Description: Manage members on WordPress as post type. Implement: post type, authentification, role, clone from WP.
77
Author: BE API Technical team
@@ -58,7 +58,7 @@
5858
}
5959

6060
// Plugin constants
61-
define('MPT_VERSION', '1.0.1');
61+
define('MPT_VERSION', '1.0.2');
6262
define('MPT_CPT_NAME', 'member');
6363
define('MPT_TAXO_NAME', 'members-role');
6464

0 commit comments

Comments
 (0)