Skip to content

Commit 9741ae6

Browse files
committed
Update the readme file
1 parent 21ce62b commit 9741ae6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
members-post-type
22
=================
33

4-
Members post type
4+
Members post type
5+
Compatibility : 4.4
6+
7+
Migration from 0.6.0 to 1.0.0
8+
If you use the roles and capabilities you have to migrate all data from meta for taxonomies to WordPress native functions.
9+
To do so, download the meta for taxonomies plugin and let the plugin migrate the data for you.

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: 0.6.0
4+
Version: 1.0.0
55
Plugin URI: https://github.com/herewithme/members-post-type
66
Description: Manage members on WordPress as post type. Implement: post type, authentification, role, clone from WP.
77
Author: Amaury Balmer
@@ -57,7 +57,7 @@
5757
}
5858

5959
// Plugin constants
60-
define( 'MPT_VERSION', '0.6.0' );
60+
define( 'MPT_VERSION', '1.0.0' );
6161
define( 'MPT_CPT_NAME', 'member' );
6262
define( 'MPT_TAXO_NAME', 'members-role' );
6363

0 commit comments

Comments
 (0)