Skip to content

Commit

Permalink
Merge pull request #233 from memberful/wordpress-5
Browse files Browse the repository at this point in the history
Add support for WordPress 5.0
  • Loading branch information
mrhead committed Dec 5, 2018
2 parents 9cc35ae + 92de7f5 commit e7b4755
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion wordpress/wp-content/plugins/memberful-wp/readme.txt
Expand Up @@ -2,7 +2,7 @@
Contributors: matt-button, drewstrojny, dwestendorf, rusuandreirobert, sumobi, Webby Scots
Tags: memberful, member, membership, memberships, recurring payments, recurring billing, paywall, subscriptions, stripe, oauth, oauth2
Requires at least: 3.6
Tested up to: 4.9
Tested up to: 5.0
Stable tag: 1.43.1
License: GPLv2 or later

Expand Down Expand Up @@ -48,6 +48,10 @@ Glad you asked! We manage development of the plugin over at the [Memberful WP Gi

== Changelog ==

= unreleased =

* Add basic support for WordPress 5.0.

= 1.43.1 =

* Fix for WP Ultimate Recipe Premium integration.
Expand Down
5 changes: 4 additions & 1 deletion wordpress/wp-content/plugins/memberful-wp/src/metabox.php
Expand Up @@ -21,7 +21,10 @@ function memberful_wp_add_metabox() {
'memberful_acl',
'Memberful: Restrict Access',
'memberful_wp_metabox',
$type
$type,
'advanced',
'default',
array('__block_editor_compatible_meta_box' => false)
);
}
}
Expand Down

0 comments on commit e7b4755

Please sign in to comment.