Skip to content

Commit 43d8cdf

Browse files
committed
Update plugin's version to 1.0.0
1 parent 586da73 commit 43d8cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

members-post-type.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/*
33
Plugin Name: Members post type
4-
Version: 0.7.2
4+
Version: 1.0.0
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
8-
Author URI: http://www.beapi.fr
8+
Author URI: https://beapi.fr/
99
Domain Path: languages
1010
Network: false
1111
Text Domain: mpt
@@ -58,7 +58,7 @@
5858
}
5959

6060
// Plugin constants
61-
define('MPT_VERSION', '0.7.2');
61+
define('MPT_VERSION', '1.0.0');
6262
define('MPT_CPT_NAME', 'member');
6363
define('MPT_TAXO_NAME', 'members-role');
6464

0 commit comments

Comments
 (0)