FundacionLQDVI_WebCongresos/www/administrator/components/com_alpharegistration/CHANGELOG.php

129 lines
4.4 KiB
PHP

<?php
/**
* @version 2.0.12 alpharegistration $
* @package alpharegistration
* @copyright Copyright © 2009-2010 - Bernard Gilly - All rights reserved.
* @license GNU/GPL
* @author Bernard Gilly
* @author mail contact@alphaplug.com
* @website www.alphaplug.com
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
1. Copyright and disclaimer
---------------------------
This application is released under GNU/GPL License.
All Rights Reserved
Copyright (c) 2009 - Bernard Gilly
ALPHAREGISTRATION IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE IT AT YOUR OWN RISK.
THE AUTHOR WILL NOT BE LIABLE FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO DATA LOSS, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SCRIPT.
2. Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
AlphaRegistration, including beta and release candidate versions.
Our thanks to all those people who've contributed bug reports and
code fixes.
3. Legend
---------
* -> Security Fix
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note
-------------------- 2.0.12 stable [25 March 2010] -------------------
+ added using e-mail as username
-------------------- 2.0.11 stable [23 March 2010] -------------------
# fixed bug if re-type e-mail disabled
-------------------- 2.0.10 stable [20 March 2010] -------------------
# fixed CSS validation problem with tag "disabled"
# fixed load language com_user
# fixed width for password strength color bar
+ added new method ajax and default to reCaptcha
+ added possibility to verify e-mail again
+ added disabled copy/paste on username and verify password and verify e-mail fields
+ added registration username blocker
- removed global $mainframe
+ added languages: hebrew, norvegian, arabic, romanian, portugese, persian
-------------------- 2.0.9 stable [17 September 2009] -------------------
# fixed install and uninstall plugin system (sub component)
-------------------- 2.0.8 stable [14 September 2009] -------------------
# fixed javascript for reCaptcha (ajax method)
+ added BotScout script
+ added and updated Italian language
+ added Malaysian language
+ added Turkish language
-------------------- 2.0.7 stable [28 August 2009] -------------------
# fixed image step 2 or 3 appears when disabled in configuration
# fixed user type on save registration
+ added Italian language
+ added Russian language
+ added Ukrainian language
-------------------- 2.0.6 stable [08 August 2009] -------------------
# fixed problem with reCaptcha and IE (use reCaptcha Ajax method)
# fixed error on email check
^ change key reference of coupon code (insert in table) for compatibility with AlphUserPoints 1.5.2 and later
+ added message if paswword not stronger (in list of bad passwords)
+ added field for gender (works with AlphaUserPoints)
+ added hungarian language
+ added serbian language
+ added greek language
+ added spanish language
-------------------- 2.0.5 stable [23 June 2009] -------------------
# fixed IE internal error if reCaptcha enabled
+ added field for birthdate (works with AlphaUserPoints)
-------------------- 2.0.4 stable [29 April 2009] -------------------
+ added security by reject emails domain list
-------------------- 2.0.3 stable [24 April 2009] -------------------
+ added automatically the referral user code in field of form if session or cookie detected
+ added purge users not confirmed
+ added scrollbar on termes of use (article)
# fixed problem javascript with reCaptcha and IE7
-------------------- 2.0.2 stable [10 April 2009] -------------------
+ added field to AlphaUserPoints coupon code
+ added password strength for JQuery
+ added images step in the language used
+ added show/hide login on last step
# fixed javascript for ajax checking field
+ add top position module
+ add footer position module
-------------------- 2.0.1 stable [23 march 2009] -------------------
# fixed reCaptcha if blank
-------------------- 2.0.0 stable [21 march 2009] -------------------
# fixed verify on term of use
+ added field for referral user code using by AlphaUserPoints component
+ added Itemid in settings
+ improve ajax check form with jQuery :
. check if username already exist
. check if email already exist
. check if referral user code exist (if used with AlphaUserPoints)
-------------------- 1.0.0 stable [08 march 2009] -------------------
! First version of this component.