Skip to content

Commit df6cb87

Browse files
author
Julien Maury
authored
increment
1 parent 2653390 commit df6cb87

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

members-post-type.php

Lines changed: 5 additions & 3 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.7
4+
Version: 1.0.8
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
@@ -45,7 +45,9 @@
4545
This program is distributed in the hope that it will be useful,
4646
but WITHOUT ANY WARRANTY; without even the implied warranty of
4747
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48-
GNU General Public License for more details.
48+
GNU General Public License for if ( mpt_is_member_logged_in() ) {
49+
18
50+
r more details.
4951
5052
You should have received a copy of the GNU General Public License
5153
along with this program; if not, write to the Free Software
@@ -58,7 +60,7 @@
5860
}
5961

6062
// Plugin constants
61-
define('MPT_VERSION', '1.0.7');
63+
define('MPT_VERSION', '1.0.8');
6264
define('MPT_CPT_NAME', 'member');
6365
define('MPT_TAXO_NAME', 'members-role');
6466

0 commit comments

Comments
 (0)