Skip to content

Commit ec3d2d7

Browse files
committed
#49 : Update tag 1.0.1.
1 parent 754426a commit ec3d2d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ 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
24+
* Fix wrong default register notification.
25+
2226
### 1.0.0
2327
* 28 Nov 2016
2428
* Add for email notifications the available replacements values which are automatically replaced before email send.

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.0
4+
Version: 1.0.1
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.0');
61+
define('MPT_VERSION', '1.0.1');
6262
define('MPT_CPT_NAME', 'member');
6363
define('MPT_TAXO_NAME', 'members-role');
6464

0 commit comments

Comments
 (0)