Hi there. Thanks for reporting this.
s2Member checks the following details provided by WordPress®:
- Code:
get_bloginfo ("version")
If you're absolutely sure that you're running WordPress® 3.0+, and you're still seeing this message, then it means that your installation of WordPress® is not reporting it's version correctly, or maybe you're using a beta release?
You can run a test by adding this line to the functions.php file for your theme:
- Code:
<?php echo get_bloginfo ("version"); ?>
That should display 3.0.1. Also displayed in the bottom right-hand corner of your admin panel.
If all else fails, have a look inside:
/plugins/s2member/s2member.php
- Code:
define ("WS_PLUGIN__S2MEMBER_MIN_WP_VERSION", "3.0");
Statistics: Posted by Jason Caldwell — September 9th, 2010, 12:11 pm
]]>