Skip to content

Releases: ZeekInteractive/wp-utils

Add table check function

10 Oct 15:08
Compare
Choose a tag to compare
v2.5.2

Add table checking function

2.5.0

08 Oct 18:11
Compare
Choose a tag to compare
  • Add generate_unique_username() function
  • Fix wpdb_prepare arguments

Add wpdb helper functions

24 Sep 14:32
Compare
Choose a tag to compare

Adds wrapper functions for the respective $wpdb methods, which adds the following functionality:

  • Does not output SQL errors to the page, even when WP_DEBUG is enabled. (Normally SQL errors are always output to the page when WP_DEBUG is enabled, which may be undesirable even during development.)
  • Throws an exception when an SQL error occurs. This allows for easier/better error handling.
  • Allows for a simpler syntax for calling $wpdb methods without having to import the $wpdb global variable into application functions.

Throw exception on failure to find safe email

23 Aug 11:26
b1e4e40
Compare
Choose a tag to compare
v2.2.1

Update safe-mail.php

Safe Mail

17 Aug 14:52
89f11a4
Compare
Choose a tag to compare

Add a wp_mail wrapper that allows us to limit what emails are sent on non-production environments.

Prevent accidental sends to real users on staging/dev/local environments.

Inline SVG should accept a full path

27 Jun 20:52
7e11870
Compare
Choose a tag to compare
2.1.7

Update misc.php

get_iso_date_time

19 Jun 20:11
Compare
Choose a tag to compare

Added a function to return ISO time with local time offset. Split date functions into their own file.

Use var

13 Jun 18:56
6a7f071
Compare
Choose a tag to compare
2.1.5

Update Sentry.php

sentry support

13 Jun 18:48
214e82b
Compare
Choose a tag to compare
Merge pull request #4 from ZeekInteractive/develop

Add sentry support

Sentry support

13 Jun 18:44
5977870
Compare
Choose a tag to compare
2.1.3

Update package.php