Releases: ZeekInteractive/wp-utils
Releases · ZeekInteractive/wp-utils
Update APP_URL to include the 'app' directory
4.0.1 Update Constants.php
Update APP_PATH to be correct path of app directory
4.0.0 Update Constants.php
Add Sentry exclusion
3.7.1 Add Sentry exclusion
Redis cache util
Adds:
- capability to search by pattern for redis keys
- delete based on full key
Autoload app/src before kicking off Third Party
As it stood prior, the order was making it impossible to disable Third Party scripts, since they run before our filters would be processed.
Add db_transaction helper and support for lite mode flag to error handling
3.6.0 Add support for lite mode flag to error handling
Protected env loading
Wrapped .env.php file loading in try/catch to prevent fatal errors from malformed .env files.
Allow codebase to disable google tag manager
3.4.1 Update GoogleTagManager.php
Add wpdb_prefix_table function
3.4.0 Add wpdb_prefix_table function
/bin folder support for wp-cli commands
3.3 Add support for wp-cli commands via /bin folder