Skip to content

Commit 6b82aba

Browse files
committed
Updated plugin's verison to 0.7.2
1 parent 66697bc commit 6b82aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.7.1
4+
Version: 0.7.2
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.7.1');
60+
define('MPT_VERSION', '0.7.2');
6161
define('MPT_CPT_NAME', 'member');
6262
define('MPT_TAXO_NAME', 'members-role');
6363

0 commit comments

Comments
 (0)