Changelog
0.1
- First non-public release
- Displays one custom field in the Edit section. Weblogs not associated with the custom field show nothing
Changelog ↑
0.2
- Modified extension settings form.
- Custom fields can be set per weblog
Changelog ↑
0.3
- First official release
- Code cleanup and slight optimization
- Extension settings dropdowns shows a default dash \"-\" if settings have not been set
Changelog ↑
0.4
- Fixed a mysql error appearing if the gypsy extension has never been installed.
- Added better table headers to the extension settings page
- Light cleanup
Changelog ↑
0.5
- Changes to the settings code
- The extension now requires the jQuery for the CP extension to be enabled to function properly
- New: nGen File field display type in settings page for nGen File field custom fields
- New: FF Matrix field display type in settings page for FF Matrix custom fields
- New: option for trimming character length for Text display type
- New: option for file upload directory selection for File display type
- New: option for number of rows to display for FF Matrix display type
- New: Display field name option in Edit section
- New: Display field label option in Edit section
- Added French and Japanese language files
- Code cleaning and commenting
- Paypal donation button (and thank you in advance ^^)
Changelog ↑
0.6
- Includes a few fixes for errors when Fieldframe field types have not yet been enabled
- No more need to specify upload directory for File display type
- New: option to limit the number of rows to show for FF matrix display type
- New: options to show FF matrix field names and labels above the matrix
- New: \"Image\" display type, based on upload folder containing at least one image file
- New: Simple image thumbnail. Image size is set based on width in settings. This is only an image resize of the original image, no thumbnail file is created
- New: Access to original file for Image and File display types
- Settings form cleanup: Text in settings page should take less vertical space
Changelog ↑
0.7
- Automatic version checking using LG Addon Updater, which must be installed for this function to work.
- Added "check for update" setting
- Some more cleanup
Changelog ↑
0.7.1
- For better compatibility with certain server setups, changed PHP the command used to check if directory contains at least one image
- Bug fixes and code simplification for determining image directories
Changelog ↑
0.8
- New: Three custom field columns can be set for each weblog by default
- New: Number of custom field columns can be set in config.php file as
$conf['nb_custom_field_columns'] = 1;
- Minor: alternating row colors for settings page
Changelog ↑
0.8.1
- Fix: No more SQL errors for users that do not have (or have never had) FieldFrame installed
Changelog ↑
0.8.2
- Fix: No more errors for users that do not have (or have never had) nGen file field installed in FieldFrame
Changelog ↑