aMember Pro 3.0.3 (stable) released

Discussion in 'News and Announcements' started by alex, Aug 14, 2006.

  1. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Release target: bugfixes, new features

    aMember 3.x branch is now oficially STABLE.

    Changes since 3.0.2
    - Serendipity integration plugin added;
    - login.php:amember_redirect_url now stored in session to keep value
    during login/signup process;
    - French translation added
    - Plugins multi-select (aMemberCP->Setup->Plugins) replaced to checkboxes
    - Credit card fraud checking for cc_core plugins implemented. Have a look
    to find out more details and get your free account:
    http://www.maxmind.com/app/ccfd_promo?promo=CGICEN482
    - BETA version of Google.Checkout plugin was added;
    - signup.php may now use $config['amember_signup_template'] variable
    to choose alternative template. It allows to easliy create signup_xx.php
    files as follows:
    Code:
          require_once('config.inc.php');
         $config['amember_signup_template'] = 'signup_xx.html';
         require_once('signup.php');
    - AUD currency option was added to WorldPay plugin;
    - Added "Unlimited Downloads" option to onetime_download plugin;
    - ClickBank plugin has been fixed to reflect latest changes of Clickbank
    encryption algorithm;
    - Innovtive payment plugin has been added;
    - A critical bug with zero e-mail autoresponder has been fixed;
    - Fixed a bug in newsletters module;
    - PHPFox plugin added;

    Files changed
    *** The following files were added since 3.0.2: ***
    language/fr-def.php
    language/fr.php
    plugins/payment/google_checkout/COPYING
    plugins/payment/google_checkout/CheckoutAPIFunctions.php
    plugins/payment/google_checkout/GlobalAPIFunctions.php
    plugins/payment/google_checkout/NotificationAPIFunctions.php
    plugins/payment/google_checkout/OrderProcessingAPIFunctions.php
    plugins/payment/google_checkout/ResponseHandler.php
    plugins/payment/google_checkout/ResponseHandlerAPIFunctions.php
    plugins/payment/google_checkout/config.inc.php
    plugins/payment/google_checkout/gCart.php
    plugins/payment/google_checkout/google_checkout.inc.php
    plugins/payment/google_checkout/PEAR/PEAR.php
    plugins/payment/google_checkout/PEAR/XML/Parser.php
    plugins/payment/google_checkout/PEAR/XML/Serializer.php
    plugins/payment/google_checkout/PEAR/XML/Unserializer.php
    plugins/payment/google_checkout/PEAR/XML/Util.php
    plugins/payment/google_checkout/PEAR/XML/Parser/Simple.php
    plugins/payment/google_checkout/classes/gCart.php
    plugins/payment/innovative/config.inc.php
    plugins/payment/innovative/innovative.inc.php
    plugins/payment/innovative/readme.txt
    plugins/payment/luottokunta/config.inc.php
    plugins/payment/luottokunta/ipn.php
    plugins/payment/luottokunta/luottokunta.inc.php
    plugins/payment/luottokunta/readme.txt
    plugins/payment/luottokunta/thanks.php
    plugins/protect/php_include/reload_if_cookie.inc.php
    plugins/protect/phpfox/config.inc.php
    plugins/protect/phpfox/phpfox.inc.php
    plugins/protect/phpfox/readme.txt
    plugins/protect/pmd/config.inc.php
    plugins/protect/pmd/pmd.inc.php
    plugins/protect/pmd/readme.txt
    plugins/protect/serendipity/config.inc.php
    plugins/protect/serendipity/readme.txt
    plugins/protect/serendipity/serendipity.inc.php
    *** The following files were changed since 3.0.2: ***
    amember.sql
    go.php
    login.php
    member.inc.php
    rconfig.inc.php
    signup.php
    admin/config.inc.php
    admin/config_email.inc.php
    admin/email.php
    admin/newsletter_archive.php
    admin/setup.php
    docs/changelog.txt
    language/en.php
    language/ru.php
    language/se.php
    plugins/db/mysql/mysql.inc.php
    plugins/payment/cc_core/cc_core.inc.php
    plugins/payment/clickbank/clickbank.inc.php
    plugins/payment/paypal_pro/paypal_pro.inc.php
    plugins/payment/paypal_pro/lib/HTTP/Request.php
    plugins/payment/paypal_pro/lib/Net/Socket.php
    plugins/payment/paypal_pro/lib/Services/PayPal.php
    plugins/payment/paypal_pro/lib/Services/PayPal/Error.php
    plugins/payment/paypal_pro/lib/Services/PayPal/SOAP/Base.php
    plugins/payment/paypal_pro/lib/Services/PayPal/SOAP/Fault.php
    plugins/payment/worldpay/worldpay.inc.php
    plugins/protect/new_rewrite/login.php
    plugins/protect/onetime_download/d.php
    plugins/protect/onetime_download/onetime_download.inc.php
    plugins/protect/xoops/xoops.inc.php
    templates/admin/setup.html
    templates/admin/style.css
    templates/cc/cc_info.html

Share This Page