Skip to content

Commit bb80e43

Browse files
author
Julien Maury
authored
update version plugin
1 parent c8c6a4d commit bb80e43

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

0 commit comments

Comments
 (0)