Skip to content

Commit d013055

Browse files
author
Maxime CULEA
committed
Merge branch 'hide-admin-export-import-fields'
Conflicts: views/admin/page-import-export.php
2 parents 8be8376 + 585efc4 commit d013055

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

views/admin/page-import-export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</form>
4444
<?php endif; ?>
4545

46-
<?php if( ! apply_filters( 'mpt_admin_hide_import', false ) ) : ?>
46+
<?php if( ! apply_filters( 'mpt_admin_hide_export', false ) ) : ?>
4747
<h3><?php _e( 'Export CSV file', 'mpt' ); ?></h3>
4848
<form action="" method="post" id="export-diag">
4949
<p class="submit">

0 commit comments

Comments
 (0)