Plugin Directory

Changeset 1403211


Ignore:
Timestamp:
04/24/2016 09:12:09 AM (10 years ago)
Author:
JasWSInc
Message:

Releasing s2Member v160424. See also: https://github.com/websharks/s2member/releases/tag/160424

Location:
s2member
Files:
451 added
6 edited

Legend:

Unmodified
Added
Removed
  • s2member/trunk/changelog.md

    r1403006 r1403211  
     1= v160424 =
     2
     3- (s2Member/s2Member Pro) **PHP Compat./Bug Fix:** This follow-up release includes a patch that will prevent fatal errors when s2Member and/or s2Member Pro are installed on a site running PHP v5.2 or PHP v5.3; i.e., this release corrects a bug that was causing fatal errors on these older versions of PHP. _Note that s2Member and s2Member Pro are once again compatible with PHP v5.2+, up to PHP v7.0._ Props @krumch. See also: [this GitHub issue](https://github.com/websharks/s2member/issues/938) for details.
     4
    15= v160423 =
    26
  • s2member/trunk/checksum.txt

    r1403006 r1403211  
    1 65cb8fb2c54e7bc8e9bc128514c4b0f5
     187972610f77bb863334530e92a41a9fb
  • s2member/trunk/includes/classes/cache.inc.php

    r1403006 r1403211  
    5454                ? $GLOBALS['WS_PLUGIN__']['s2member']['c']['cache']['file_download_limit_exceeded_page'] : null;
    5555
    56             $links = ['login_welcome_page' => '', 'membership_options_page' => '', 'file_download_limit_exceeded_page' => ''];
     56            $links = array('login_welcome_page' => '', 'membership_options_page' => '', 'file_download_limit_exceeded_page' => '');
    5757
    5858            if (isset($lwp_cache['page'], $lwp_cache['time'], $lwp_cache['link']) && $lwp_cache['page'] === $lwp && $lwp_cache['time'] >= strtotime('-15 minutes') && $lwp_cache['link']) {
  • s2member/trunk/includes/translations/s2member.pot

    r1403006 r1403211  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version:  160423\n"
     5"Project-Id-Version:  160424\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/s2member\n"
    7 "POT-Creation-Date: 2016-04-23 17:22:23+00:00\n"
     7"POT-Creation-Date: 2016-04-24 08:54:12+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
  • s2member/trunk/readme.txt

    r1403006 r1403211  
    11=== s2Member Framework (Member Roles, Capabilities, Membership, PayPal Members) ===
    22
    3 Version: 160423
    4 Stable tag: 160423
     3Version: 160424
     4Stable tag: 160424
    55
    66SSL Compatible: yes
     
    170170== Upgrade Notice ==
    171171
    172 = v160423 =
     172= v160424 =
    173173
    174174(Maintenance Release) Upgrade immediately.
    175175
    176176== Changelog ==
     177
     178= v160424 =
     179
     180- (s2Member/s2Member Pro) **PHP Compat./Bug Fix:** This follow-up release includes a patch that will prevent fatal errors when s2Member and/or s2Member Pro are installed on a site running PHP v5.2 or PHP v5.3; i.e., this release corrects a bug that was causing fatal errors on these older versions of PHP. _Note that s2Member and s2Member Pro are once again compatible with PHP v5.2+, up to PHP v7.0._ Props @krumch. See also: [this GitHub issue](https://github.com/websharks/s2member/issues/938) for details.
    177181
    178182= v160423 =
  • s2member/trunk/s2member.php

    r1403006 r1403211  
    2020/* -- This section for WordPress parsing. ------------------------------------------------------------------------------
    2121
    22 Version: 160423
    23 Stable tag: 160423
     22Version: 160424
     23Stable tag: 160424
    2424
    2525SSL Compatible: yes
     
    8282 */
    8383if(!defined('WS_PLUGIN__S2MEMBER_VERSION'))
    84     define('WS_PLUGIN__S2MEMBER_VERSION', '160423' /* !#distro-version#! */);
     84    define('WS_PLUGIN__S2MEMBER_VERSION', '160424' /* !#distro-version#! */);
    8585/**
    8686 * Minimum PHP version required to run s2Member.
     
    112112 */
    113113if(!defined('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION'))
    114     define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '160423' /* !#distro-version#! */);
     114    define('WS_PLUGIN__S2MEMBER_MIN_PRO_VERSION', '160424' /* !#distro-version#! */);
    115115/*
    116116Several compatibility checks.
Note: See TracChangeset for help on using the changeset viewer.