Skip to content

Releases: ZeekInteractive/wp-utils

Sentry support

13 Jun 18:43
5977870
Compare
Choose a tag to compare
2.1.2

Update package.php

Conditionally include composer autoload file

03 Apr 11:30
5977870
Compare
Choose a tag to compare

Fixes issue with trying to load package vendor file.

03 Apr 11:29
4f4789e
Compare
Choose a tag to compare

Due to focusing on test builds, package.php was trying to include the vendor autoload file (which doesn't exist when this package is brought in as a dependency, thus causing a fatal error).

Version 2.0 - Tests!

26 Mar 02:34
fdaf90a
Compare
Choose a tag to compare

Version 2.0.

Cleaned everything up, introduced full unit test coverage with Codeception (phpunit).

Deprecated is_acf_loadable since we can simply register via the acf/init action and use the ACF_LITE ENV variable.

Cleaned up other minor things.

Update file_mod_allowed to use the env function

09 Mar 15:21
3e7ceda
Compare
Choose a tag to compare

init_term

28 Feb 16:16
fa79624
Compare
Choose a tag to compare

Added new utility:

init_term( $slug, $taxonomy )

Checks for and returns a term by the slug, initializes the term if it does not yet exist

Get raw post meta value

22 Feb 19:52
825af36
Compare
Choose a tag to compare
1.5.1

Update utils.php

Disallow file mods by default.

22 Feb 15:52
Compare
Choose a tag to compare
1.5

Update file name. Update readme

get_site_timezone

06 Feb 17:57
b16b751
Compare
Choose a tag to compare

Add a function to perform the site's timezone string retrieval and converting that into a DateTimeZone object.

Update get_current_datetime function to utilize this new function.

Change datetime to be instantiated with timezone

19 Dec 14:50
603a627
Compare
Choose a tag to compare