Releases: ZeekInteractive/wp-utils
Releases · ZeekInteractive/wp-utils
Sentry support
2.1.2 Update package.php
Conditionally include composer autoload file
v2.1.1 Update package.php
Fixes issue with trying to load package vendor file.
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!
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
1.6.1 Update behaviors.php
init_term
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
1.5.1 Update utils.php
Disallow file mods by default.
1.5 Update file name. Update readme
get_site_timezone
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
1.3 Update utils.php