v2.3.0 馃寛
Changes
BUG FIX: Need the preferred API host for mixpanel configured. (Thomas Sjolshagen)
Updated the changelog source file (Thomas Sjolshagen)
BUG FIX: Updated metadata.json for v2.3.0 and WP 5.8.3 (Thomas Sjolshagen)
BUG FIX: Updated README info (v2.3.0 for WP 5.8.3) (Thomas Sjolshagen)
BUG FIX: Updated CHANGELOG (v2.3.0 for WP 5.8.3) (Thomas Sjolshagen)
BUG FIX: Updates to make sure unit tests pass (and unpassable tests are skipped for now) (Thomas Sjolshagen)
BUG FIX: Didn't allow execution of a single test class or test method (Thomas Sjolshagen)
BUG FIX: Handle new mixpanel support in unit tests (Thomas Sjolshagen)
BUG FIX: Attempting to return a float when calculating size to use for openssl_random_pseudo_bytes() (Thomas Sjolshagen)
BUG FIX: Attempting to return a float when calculating size to use for random_bytes() (Thomas Sjolshagen)
BUG FIX: Make sure we claim support for WP 5.9 (Thomas Sjolshagen)
Updated the changelog source file (Thomas Sjolshagen)
BUG FIX: Updated metadata.json for v2.3.0 and WP 5.8.3 (Thomas Sjolshagen)
BUG FIX: Updated README info (v2.3.0 for WP 5.8.3) (Thomas Sjolshagen)
BUG FIX: Updated CHANGELOG (v2.3.0 for WP 5.8.3) (Thomas Sjolshagen)
BUG FIX: Always returned an unique user ID for MixpanelConnector (Thomas Sjolshagen)
BUG FIX: Not a generic activation/deactivating log message (Thomas Sjolshagen)
BUG FIX: Configure Mixpanel events and catch exceptions (Thomas Sjolshagen)
BUG FIX: Didn't let user configure plugin to track in MixpanelConnector() class (Thomas Sjolshagen)
BUG FIX: Typo when adding prefix in uniq_real_id() method (Thomas Sjolshagen)
BUG FIX: Didn't include the prefix in the uniq_real_id() method result (Thomas Sjolshagen)
BUG FIX: Add mock of the MixpanelConnector() class (Thomas Sjolshagen)
BUG FIX: Fatal error on deactivation because we didn't instantiate MixpanelConnector() class (Thomas Sjolshagen)
BUG FIX: Make sure the user ID is truly unique and add a UniqueID exception for cases where there are issues generating the ID. (Thomas Sjolshagen)
BUG FIX: Handle different versions of the (mostly) happy path testing for the Cache::set()/Cache::get() methods (Thomas Sjolshagen)
BUG FIX: Could not specify single test or test file for integration target (Thomas Sjolshagen)
BUG FIX: Always use a valid cache key (default if we must), always set the data parameter to a new Cache_Object(), and make sure we allow wildcard searches during delete operations (Thomas Sjolshagen)
BUG FIX: Refactored for group/key properties in Cache() class. (Thomas Sjolshagen)
BUG FIX: Happy Path test for single key/group combination Cache::set() operation (Thomas Sjolshagen)
BUG FIX: Refactored to support Unit and Integration testing (Thomas Sjolshagen)
BUG FIX: Reverted removal of the --steps argument (Thomas Sjolshagen)
BUG FIX: Added a few Cache_Object integration tests (Thomas Sjolshagen)
BUG FIX: Hide command for the integration-tests target (Thomas Sjolshagen)
BUG FIX: Regenerated IntegrationTesterActions.php (Thomas Sjolshagen)
BUG FIX: Use (new) docker compose command (rather than docker-compose) and add --steps option. (Thomas Sjolshagen)
BUG FIX: Clean up namespace path for class_exits() and die() if not being executed in codeception or WordPress context. (Thomas Sjolshagen)
BUG FIX: Adding Integration test(s) for Cache_Object() class (Thomas Sjolshagen)
BUG FIX: Didn't support wildcard delete of cache group or key. (Thomas Sjolshagen)
BUG FIX: use is_a() vs instanceof and fix namespace path to Cache class (Thomas Sjolshagen)
BUG FIX: wp_date() doesn't always exist and namespace for InvalidSettingsKey was wrong (Thomas Sjolshagen)
BUG FIX: Missing build status badge (Thomas Sjolshagen)
BUG FIX: WPCS and unit testing enablement (Thomas Sjolshagen)
BUG FIX: Refactoring/adding exceptions to E20R\Metrics namespace (Thomas Sjolshagen)
BUG FIX: Refactored the InvalidSettingsKey namespace (Thomas Sjolshagen)
BUG FIX: Version number bump (2.3.0) (Thomas Sjolshagen)
BUG FIX: Relied on wp_get_current_user() rather than using an anonymized token for the user (fatal error during plugin load) (Thomas Sjolshagen)
BUG FIX: Added exception for when a hostname can't be found by the MixpanelConnector() (Thomas Sjolshagen)
BUG FIX: Hide some verbose target output, add prerequisite targets to build (Thomas Sjolshagen)
BUG FIX: Reordering things in the include list (Thomas Sjolshagen)
BUG FIX: Better error handling when composer autoloader is missing. (Thomas Sjolshagen)
BUG FIX: autoload.php file in the wrong location to load successfully (Thomas Sjolshagen)
Full Changelog: v2.0.6...release-2.3.0