Releases: xwp/stream
Releases · xwp/stream
Version 3.5.1
- Fix: Use the correct timestamp format when saving Stream records to ensure correct dates on newer versions of MySQL #1149, props @kidunot89.
- Development: Include
composer.json
file in the release bundles to ensure they can be pulled using Composer from the Stream distribution repository. - Development: Automatically store plugin release bundles when tagging a new release on GitHub #1074.
- Development: Update the local development environment to support multisite installs for testing #1136.
Version 3.5.0
- Fix: Stream records now show the correct timestamp instead of dates like
-0001/11/30
#1091, props @kidunot89. - Fix: Searching Stream records is now more performant as we throttle the amount of search requests #1081, props @oscarssanchez.
- Tweak: Inline PHP documentation updates and WordPress coding standard fixes, props @kidunot89.
Version 3.4.3
- Fix: Stream records can be filtered by users again #929, props @tareiking.
- New: Composer releases now include the built assets.
Version 3.4.3-alpha.4
Move the deploy logic to the deploy section
Version 3.4.3-alpha.3
All tags please
Version 3.4.3-alpha.2
- Debug release tooling, see #1057.
Version 3.4.3-alpha.1
- Debug release tooling, see #1057.
Version 3.4.3-alpha
- Debug release tooling, see #1057.
Version 3.4.2
Version 3.4.1
- Fix: Allow tracking cron events even when the default WordPress front-end cron runner is disabled via
DISABLE_WP_CRON
. See #959, props @khromov and @tareiking. - Fix: update the local development environment
Dockerfile
to use the updated dependency package names after the Debian Buster release.