Skip to content

Releases: Kit/convertkit-wordpress

1.9.6

15 Dec 14:19
Compare
Choose a tag to compare
  • Added: ConvertKit Form Shortcode Button for Classic Editor
  • Added: Text Editor: Quicktag Buttons for inserting ConvertKit Forms and Custom Content
  • Added: Settings: ConvertKit: Logo and branding header
  • Added: Option to specify ConvertKit API Key and Secret as constants CONVERTKIT_API_KEY and CONVERTKIT_API_SECRET in wp-config.php
  • Added: Settings: ConvertKit: General: Different Default Forms can be specified for Pages and Posts
  • Added: Settings: ConvertKit: General: Enabling Debug option will also output data to browser console and inline HTML comments
  • Added: Settings: ConvertKit: Tools: Option to Download Log to text file
  • Added: Settings: ConvertKit: Tools: Option to Download System Info to text file
  • Added: PHP 8.x compatibility
  • Added: Developers: Action and filter hooks. See https://github.com/ConvertKit/convertkit-wordpress/blob/1.9.6/ACTIONS-FILTERS.md
  • Fix: PHP warnings on new installations when adding/editing Pages or Posts where the plugin was not yet configured
  • Fix: PHP 8.x: PHP Deprecated warnings where required parameters wrongly followed optional parameters
  • Fix: gzinflate() data error
  • Fix: Deprecated edit_category_form_fields warning
  • Fix: Integration: WishList Member: Unsubscribe Action 'Unsubscribe from all' now honored when selected and saved
  • Fix: Ensure code meets WordPress Coding Standards
  • Fix: Use WP_Filesystem instead of PHP functions to read/write log file, per WordPress Coding Standards

1.9.5.2

28 Jul 22:00
6bca758
Compare
Choose a tag to compare
  • Fix: Fixed an issue where the ConvertKit shortcode would not function properly.

1.9.5.1

27 Jul 13:51
7d06827
Compare
Choose a tag to compare
Merge pull request #250 from ConvertKit/changelog-1.9.5.1

Update changelog and stable tags for 1.9.5.1

1.9.5

22 Jul 21:06
5ea0ac4
Compare
Choose a tag to compare
  • Fix: Changed how API responses are logged.
  • Fix: Reduced Debug output to improve performance.

1.9.4

22 Feb 18:28
8e260f7
Compare
Choose a tag to compare

1.9.4 2021-02-22

  • New: Increase minimum supported WordPress version to 4.9 and maximum supported WordPress version to 5.6.2
  • Fix: Restore original plugin file name (wp-convertkit.php), which reverts the breaking file name change (plugin.php) released in 1.9.3
  • Fix: Fixed inconsistent refreshing of forms in the ConvertKit forms dropdown
  • Fix: Fixed occasional "undefined variable" notices regarding the API key and API secret
  • Tweak: Add ConvertKit plugin information to useragent of plugin API requests

Version 1.9.3

13 Nov 06:37
Compare
Choose a tag to compare
  • New: Increase minimum supported WordPress version to 4.7 and maximum supported WordPress version to 5.5.3
  • Fix: Fix occasional "undefined variable" notice when viewing ConvertKit forms dropdown
  • Fix: Only log transients from get_form() method when debugging is enabled
  • Tweak: Remove sslverify => false argument from main ConvertKit API call

Version 1.9.2

22 Jan 18:32
Compare
Choose a tag to compare
  • Fix issue that prevented Google fonts from loading on landing pages
  • Fix issue that resulted in multiple failed API calls for non-existent subscribers passed in via query parameter

1.9.1

20 Dec 14:59
Compare
Choose a tag to compare
  • Fix bug that prevented "refresh forms" button on settings page from working

1.9.0

17 Dec 20:40
Compare
Choose a tag to compare
Merge pull request #226 from ConvertKit/release/1.9.0

Bump version to 1.9.0

Version 1.8.1

04 Sep 19:15
Compare
Choose a tag to compare
  • Fix bug that could result in fatal error with certain other plugins active
  • Add additional server debug info for tech support