Skip to content

Releases: Kit/convertkit-wordpress-libraries

1.3.9

03 Oct 17:13
c10dfad
Compare
Choose a tag to compare
  • Added: create_broadcast and delete_broadcast methods [#28]

1.3.8

29 Aug 15:31
c172b22
Compare
Choose a tag to compare
  • Added: get_post() method
  • Updated: WordPress Coding Standards meet v3 standards

1.3.7

14 Jul 13:15
50ae438
Compare
Choose a tag to compare
  • Added: recommendations_script() method, to return the Creator Network Recommendations JS embed, if enabled on the account

1.3.6

12 Jun 15:04
531179a
Compare
Choose a tag to compare
  • Added: Resources: get_by method, to fetch resources where a given resource key matches a value.

1.3.5

24 May 16:31
cfef7e2
Compare
Choose a tag to compare
  • 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

05 Apr 15:17
80c5cfc
Compare
Choose a tag to compare
  • Added: Review request view file at src/views/review-request.php

1.3.3

17 Feb 14:43
848d0df
Compare
Choose a tag to compare
  • 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

10 Feb 14:45
b845565
Compare
Choose a tag to compare
  • 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

31 Jan 14:29
58f64b4
Compare
Choose a tag to compare
  • 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

11 Jan 13:44
da510e2
Compare
Choose a tag to compare
  • 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