Skip to content
Snippets Groups Projects
CHANGELOG.md 2.35 KiB
Newer Older
  • Learn to ignore specific revisions
  • jaapjansma's avatar
    jaapjansma committed
    Version 1.7 (not yet released)
    ===========
    
    * fixed notice in FormProcessor->invokeFormProcessor
    
    jaapjansma's avatar
    jaapjansma committed
    * Fixed #9 Error in the default value
    
    ErikHommel's avatar
    ErikHommel committed
    * Fixed #11 Errors in DateType validation
    
    jaapjansma's avatar
    jaapjansma committed
    * Added try out functionality.
    
    jaapjansma's avatar
    jaapjansma committed
    * Added Min/Max validators.
    
    jensschuppe's avatar
    jensschuppe committed
    * Now passing input type to input validators.
    
    jensschuppe's avatar
    jensschuppe committed
    * Added Date validator.
    
    jaapjansma's avatar
    jaapjansma committed
    
    
    jaapjansma's avatar
    jaapjansma committed
    Version 1.6
    ===========
    
    jaapjansma's avatar
    jaapjansma committed
    * Updated user interface for better usability.
    * Added validation for minimum length.
    
    * Added title column to default data retrieval criteria.
    
    * Added URL in the File Type. So that we can use a URL instead of the file contents.
    
    jaapjansma's avatar
    jaapjansma committed
    * API import/export/update via files
    
    jaapjansma's avatar
    jaapjansma committed
    * Fixed bug #8
    
    jaapjansma's avatar
    jaapjansma committed
    Version 1.5.1
    =============
    
    * Fixed regression with caching of options of a form processor field.
    
    
    jaapjansma's avatar
    jaapjansma committed
    Version 1.5
    
    ===========
    
    * Fixed issues with caching and the options of a form processor field.
    
    
    jaapjansma's avatar
    jaapjansma committed
    Version 1.4
    ===========
    
    jaapjansma's avatar
    jaapjansma committed
    
    
    **Requires action-provider version 1.9 or newer!**
    
    
    jaapjansma's avatar
    jaapjansma committed
    * Added State/Province/County type
    
    * Added County ISO Code type
    
    jaapjansma's avatar
    jaapjansma committed
    * Added a Financial Type type
    
    jaapjansma's avatar
    jaapjansma committed
    * Added a Membership Type type
    
    jaapjansma's avatar
    jaapjansma committed
    * Changed campaign type so that you can chose whether you want to use the ID field or the name field as the value.
    
    jaapjansma's avatar
    jaapjansma committed
    * Improved performance by adding caching
    
    * Added a Custom Option List type
    * Added a specification collection on input configuration.
    
    * Changed Mailing Group Type and added an option for multiple.
    
    jaapjansma's avatar
    jaapjansma committed
    
    
    Version 1.3
    ===========
    
    * Implemented the help text of an action on the edit action screen.
    
    * Changed the implementation of the civicrm_container hook.
    
    * Added a File type for handling the upload of files.
    * Fix for converting Title into Name.
    
    * Fixed issue with updating status with overridden.
    
    * Added getoptions to the FormProcessor and FormProcessorDefaults API.
    
    jaapjansma's avatar
    jaapjansma committed
    * Added a type with a list of weekdays
    
    jaapjansma's avatar
    jaapjansma committed
    * Added field type for time
    
    * Added field type for formatted decimal numbers
    
    * Added field type for Yes/No values as an option list
    
    Version 1.2
    ===========
    
    * Implemented the refactored action provider
    
    jaapjansma's avatar
    jaapjansma committed
    * Removed the action provider for default data actions, all actions are now available at the default data.
    * Added a Campaign Type
    
    * Fixed bug with checking if input/action name already exists
    
    jaapjansma's avatar
    jaapjansma committed
    **Importanted notices when you are updating**
    
    
    * You have also to update the action provider extension
    
    * When you have a _Create/Update Group_ action in your form processor you have to check that form processor
    
    jaapjansma's avatar
    jaapjansma committed
    because this action has been renamed in the action provider extension.