Releases: joelmcdwebworks/gf-popup-confirmations
Releases · joelmcdwebworks/gf-popup-confirmations
0.0.22
0.0.21
Updated version number.
0.0.20
Version number update.
0.0.19
Updated version.
0.0.18
Fixed invalid attempt to read a property on the entry array.
0.0.17
Fixed issue with corner X not closing the modal.
0.0.16
Fixed an issue where the popup was not displaying when the form was embedded on the front or home pages of websites. Transitioned from using get_permalink() to pull the URL to using $entry->source_url.
0.0.15
Removed unused code. Transitioned from using an a:href element to a button element for the modal button. Added ".wp-element-button" class to the button to facilitate standard WordPress styling.
0.0.14
Updated version number.
0.0.13
Added the ability to add URL parameters along with the confirmation utilizing CSS classes in the form settings. Removed styling of the button in the confirmation modal. Styling should be handled by the theme, not dictated by the plugin.