Releases: Kit/convertkit-wordpress-libraries
Releases · Kit/convertkit-wordpress-libraries
1.3.9
- Added:
create_broadcast
and delete_broadcast
methods [#28]
1.3.8
- Added:
get_post()
method
- Updated: WordPress Coding Standards meet v3 standards
1.3.7
- Added:
recommendations_script()
method, to return the Creator Network Recommendations JS embed, if enabled on the account
1.3.6
- Added: Resources:
get_by
method, to fetch resources where a given resource key matches a value.
1.3.5
- Fix: API: On error, check if a
message
key is included
- Fix: API: Docblock: List
WP_Logger
as a supported logging instance
1.3.4
- Added: Review request view file at
src/views/review-request.php
1.3.3
- Fix: API:
get_html()
: Replaced mb_convert_encoding()
with UTF-8 <meta>
tag, as using mb_convert_encoding()
with HTML-ENTITIES
is deprecated in PHP 8.2
1.3.2
- Added: API: Include HTTP Response Code in
WP_Error
when the API returns an error (#14)
- Fix: Resources: Reduce calls to
refresh()
when the API returns an error (#13)
1.3.1
- Added: Resources:
order_by
and order
properties when calling get()
or refresh()
to get/refresh Resources
- Fix: Resources: Default to returning resources in alphabetical order
- Fix: Incorrect version numbers in some docblocks
1.3.0
- Added:
subscriber_authentication_send_code()
: Send an authentication code by email
- Added:
subscriber_authentication_verify()
: Verify an authentication code and token
- Added:
profile()
: Fetch the Products the subscriber is currently subscribed to