Skip to content

Releases: LevelInteractive/gravityforms-campaign-collector

v1.3.4

28 Jan 17:36

Choose a tag to compare

  • Fixes bug where filters were not running properly due to having some methods being called in the constructor and not init

v1.3.3

02 Jan 22:57

Choose a tag to compare

  • Bug fix: updates improper filter hook reference in form editor notice output.

v1.3.2

01 Jan 23:13

Choose a tag to compare

  • Bug fixes and extra security hardening.
  • Mainly escaping values output as HTML in the WP admin area, these values were already being (somewhat) sanitized by requiring customization via filters, but this is an extra layer of security caution.

v1.3.1

01 Jan 14:31

Choose a tag to compare

Misc bug fixes in Updater class.

  • Adds a get_environment_versions() static method to grab versions for PHP/MySQL/WordPress
  • Modifies get_default_headers() to include software versions/OS strings
  • Appends an ?action=version_check query parameter to the wp_remote_get() in get_remote_data()

v1.3.0

30 Dec 22:20

Choose a tag to compare

Updates

  • Changes plugin namespace from Lvl\GravityFormsCampaignCollector -to- Lvl\GravityForms\CampaignCollector
  • Implements refactored Updater class, and changes loading method to fix activation/deactivation hooks
  • Adds ttclid and dclid to $field_default property
  • Adds field_value/$key filter to allow programatic setting of fields
  • Updates .README

🔥 Breaking changes

  • Changes filter/hook namespace from lvl:gform_campaign_collector/... -to- `lvl:gravityforms/campaign_collector/...' to align with namespace conventions

v1.2.1

24 Dec 01:01

Choose a tag to compare

Changes

  • First official release
  • Adds Updater class to handle updates via the WordPress update system.
  • Updates namespace from Lvl\GravityFormsCampaignCollector to Lvl\GravityForms\CampaignCollector