Skip to content

Commit 585efc4

Browse files
author
Maxime CULEA
committed
up version to 0.5.9
1 parent 1fab87a commit 585efc4

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.5.8
4+
Version: 0.5.9
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
@@ -56,7 +56,7 @@
5656
die('-1');
5757

5858
// Plugin constants
59-
define('MPT_VERSION', '0.5.8');
59+
define('MPT_VERSION', '0.5.9');
6060
define('MPT_CPT_NAME', 'member');
6161
define('MPT_TAXO_NAME', 'members-role');
6262

0 commit comments

Comments
 (0)