Skip to content

Releases: joelmcdwebworks/gf-popup-confirmations

0.0.22

12 Dec 14:42
f8fff04
Compare
Choose a tag to compare

Added additional checks for cssClass index for submitted forms to avoid PHP warnings where cssClass is not set for form.

0.0.21

06 Aug 20:31
b1b272c
Compare
Choose a tag to compare
Updated version number.

0.0.20

06 Aug 02:25
6517ef9
Compare
Choose a tag to compare
Version number update.

0.0.19

05 Aug 15:31
d6a91c1
Compare
Choose a tag to compare
Updated version.

0.0.18

05 Aug 14:32
0c7555a
Compare
Choose a tag to compare

Fixed invalid attempt to read a property on the entry array.

0.0.17

18 Jun 20:32
54065a6
Compare
Choose a tag to compare

Fixed issue with corner X not closing the modal.

0.0.16

18 Jun 19:53
fa0b86e
Compare
Choose a tag to compare

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

14 Jun 01:47
926696e
Compare
Choose a tag to compare

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

13 Jun 23:46
cee2274
Compare
Choose a tag to compare
Updated version number.

0.0.13

13 Jun 23:35
f6a67fb
Compare
Choose a tag to compare

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.