Skip to content

Commit 27d3ede

Browse files
committed
Bump to 1.0.9
1 parent 7e8c04a commit 27d3ede

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ To do so, download the meta for taxonomies plugin and let the plugin migrate the
1919

2020
## Changelog ##
2121

22+
### 1.0.9 - 7 Sept 2017
23+
* Add first name and last for user password reset notification.
24+
2225
### 1.0.8 - 25 April 2017
2326
* replace do_action() with apply_filters() cause you MUST NOT echo in shortcode handler
2427

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.8
4+
Version: 1.0.9
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
@@ -60,7 +60,7 @@
6060
}
6161

6262
// Plugin constants
63-
define('MPT_VERSION', '1.0.8');
63+
define('MPT_VERSION', '1.0.9');
6464
define('MPT_CPT_NAME', 'member');
6565
define('MPT_TAXO_NAME', 'members-role');
6666

0 commit comments

Comments
 (0)