Changeset 2735 in products


Ignore:
Timestamp:
Aug 10, 2010 3:03:41 PM (14 years ago)
Author:
mylan
Message:

#222: Prepare to 1.0.1 release

Location:
quintagroup.pfg.captcha/branches/migration
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/branches/migration/README.txt

    r2144 r2735  
    44Quintagroup PloneFormGen Captcha Field (quintagroup.pfg.captcha) allows to  
    55add captcha field to PloneFormGen forms. 
     6 
    67 
    78Usage 
     
    1920Everything you need to do is to select this field from 'Add..' drop-down menu and save it. 
    2021 
     22 
    2123Supported Plone version 
    2224----------------------- 
     
    3234* SVN Repository - http://svn.quintagroup.com/products/quintagroup.pfg.captcha 
    3335 
     36 
    3437Notes 
    3538----- 
     
    3841 
    3942* If you want captcha for Plone default forms - use quintagroup.plonecaptchas product http://projects.quintagroup.com/products/wiki/quintagroup.plonecaptchas 
     43 
     44* Migration from qPloneCaptchaField: just replace old Products.qPloneCaptchaField with 
     45  quintagroup.pfg.captcha in the buildout and install new package with quickinstaller - 
     46  it will replace all old ones captcha fields (qPloneCaptchaField's) with new one. 
     47 
    4048 
    4149Authors 
  • quintagroup.pfg.captcha/branches/migration/docs/HISTORY.txt

    r2143 r2735  
    11Changelog 
    22========= 
     3 
     41.0.1 (2010-08-10) 
     5------------------ 
     6 
     7* Added migration from qPloneCaptchaField 
     8  [mylan] 
     9* Added test for migration 
     10  [mylan] 
     11 
    312 
    4131.0 (2010-04-19) 
  • quintagroup.pfg.captcha/branches/migration/setup.py

    r2145 r2735  
    22import os 
    33 
    4 version = '1.0' 
     4version = '1.0.1' 
    55 
    66setup(name='quintagroup.pfg.captcha', 
Note: See TracChangeset for help on using the changeset viewer.