Releases: Kit/convertkit-wordpress
Releases · Kit/convertkit-wordpress
1.9.6
- 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
andCONVERTKIT_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
- Fix: Fixed an issue where the ConvertKit shortcode would not function properly.
1.9.5.1
Merge pull request #250 from ConvertKit/changelog-1.9.5.1 Update changelog and stable tags for 1.9.5.1
1.9.5
- Fix: Changed how API responses are logged.
- Fix: Reduced Debug output to improve performance.
1.9.4
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
- 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
- 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
- Fix bug that prevented "refresh forms" button on settings page from working
1.9.0
Merge pull request #226 from ConvertKit/release/1.9.0 Bump version to 1.9.0
Version 1.8.1
- Fix bug that could result in fatal error with certain other plugins active
- Add additional server debug info for tech support