Slim for Gravity Forms
1.10.0 | 08-05-2020
- Add support for attaching images to notifications.
1.9.1 | 15-04-2020
- Fix issue where image orientation was incorrectly interpreted on new iOS Safari and Chrome versions.
1.9.0 | 22-11-2019
- Remove fix links settings panel.
1.8.0 | 16-09-2019
- Add retain image head setting, set to true to copy over EXIF data.
1.7.3 | 02-09-2019
- Fix issue with version 1.7.2 removing conditional fields.
1.7.2 | 26-08-2019
- Improve problems with memory usage on iOS.
1.7.1 | 20-08-2019
- Fix error message in settings page.
- Update to latest version of Slim which fixes problems with canvas elements on iOS.
1.7.0 | 30-07-2019
- Add force size option, use to force the output size to a certain dimension.
1.6.3 | 26-03-2019
- Fix problem with deprecated error when using latest version of Gravity Forms.
1.6.2 | 10-12-2018
- Fix problem with shorthand php tags.
1.6.1 | 04-12-2018
- Fix problem where if "send on submit" in the "advanced tab" is set to "false" Slim incorrectly stored files in a temporary folder. This only happens when you've manually set the setting to "false", the default value is "true".
Add settings page to correct the file value and location of incorrectly saved fields.
Navigate to the "Gravity Forms Settings" page.
- Click "Slim Image Cropper".
- If incorrectly stored fields are found it should be shown here.
- Just to be on the safe side, backup your Database and WordPress installation.
- Click "Review incorrect fields" to view a list of incorrect fields.
- At the end of this list, click "Update field values" to automatically fix the fields.
We are sorry for any inconvenience caused. If you require any assistance please contact us using the support form.
1.6.0 | 01-11-2018
- Update Slim to v5 fixing multiple iOS memory issues
1.5.5 | 06-09-2018
- Add
slim_gform_update_post_meta_value
filter to alter custom post field value.
1.5.4 | 08-08-2018
- Fix issue where WordPress throws a warning when an image is uploaded.
1.5.3 | 19-07-2018
- Fix problem where quality warning message would only popup on load of image instead of also when a small crop is made.
1.5.2 | 16-07-2018
- Fix problem where gravity view shortcode would render incorrect URL.
1.5.1 | 27-04-2018
- Fix problem where Slim crop area would move viewport on iOS.
1.5.0 | 26-03-2018
- Add settings to Gravity View field so it can render a download link.
1.4.4 | 16-11-2017
- Fix problem where async upload would not work when a form throws an error.
- Fix problem where images could be scaled down to below their min size.
1.4.3 | 06-09-2017
- Fix Slim entries being displayed incorrectly in WooCommerce order emails.
- Fix max width and max height setting not working.
1.4.2 | 04-09-2017
- Add setting field and translation for the "old browser" status message.
1.4.1 | 28-08-2017
- Fix problem where Slim post field would post strange characters.
1.4.0 | 16-08-2017
- Integration with Advanced Custom Fields. Slim post field custom field name is now mapped to Advanced Custom Fields File or Image field name.
- Fix warning message in edit view.
- Fix validation problem with required fields when using post fields.
1.3.0 | 01-06-2017
- Add reading of JPEG meta data and transfer of said data to output image.
- Add advanced field to configure the Slim internal canvas size.
1.2.2 | 29-05-2017
- Add fallback for when mime_content_type is not available.
- Add
slim-initial-image
class to image element so lazy loading plugins can be configured ignore it. - Fix bug in async upload logic.
- Fix problem where editing post field data would throw incorrect file error.
1.2.1 | 18-05-2017
- Fix problem where Slim would throw an error when submitting a form on Microsoft Edge.
- Improved internal logic to access configuration values.
1.2.0 | 15-05-2017
- Added instant edit mode settings. When set to true, the editor is opened immediately when a file is dropped.
- Added image quality warning setting. When set to a resolution Slim will show a "image is low quality" warning if the dropped image is below defined resolution.
1.1.5 | 14-05-2017
- Added compatibility with Gravity Forms 1.9
1.1.4 | 11-05-2017
- Fixed problem where Slim Addon Class would throw error on certain PHP installs.
1.1.3 | 10-05-2017
- Fixed problem where Slim post field would echo a url to the page on submit
1.1.2 | 09-05-2017
- Fixed problems with image links when using [gravityview] shortcode
1.1.1 | 08-05-2017
- Fixed problem displaying images in the entry detail view
- Fixed problem with view page on older PHP versions
1.1.0 | 04-05-2017
- Added string translations to PHP code
- Added Gravity View shortcode for easier use of Slim in Custom Content fields
- Added preview of Slim to form editor
- Added custom CSS field to appearance tab
- Added async upload mode, the default sync mode can cause trouble when uploading large images on iOS devices
- Improved support for use in Gravity View
- Improved setting field styles
- Improved setting field input validation
- Improved PHP code to conform to Gravity Forms add on guidelines
- Improved PHP version compatibility
- Moved slim to advanced fields group
- Fixed lots of bugs
1.0.2 | 16-04-2017
- Add Slim post field so images can be added to form posts
- Add max drop area size field setting which you can use to limit the size of the drop area
- add force type field to force output type to either .jpg or .png
- Fixed problem where image would disappear after editing entry data
- Fixed cancel and confirm button text missing
- Fixed image being gone after form fields did not validate
- Fixed image on entries detail page breaking out of container
- Fixed problems with ajax forms
1.0.1 | 22-03-2017
- Fixed various problems with Internet Explorer 11
1.0.0 | 15-03-2017
- Initial release