Skip to content

Releases: xwp/stream

Version 3.5.1

14 Aug 12:02
1847504
Compare
Choose a tag to compare
  • 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

08 Jul 12:32
f939e46
Compare
Choose a tag to compare
  • 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

19 Mar 21:25
33dcfa8
Compare
Choose a tag to compare

Version 3.4.3-alpha.4

19 Mar 20:51
Compare
Choose a tag to compare
Version 3.4.3-alpha.4 Pre-release
Pre-release
Move the deploy logic to the deploy section

Version 3.4.3-alpha.3

19 Mar 20:40
Compare
Choose a tag to compare
Version 3.4.3-alpha.3 Pre-release
Pre-release
All tags please

Version 3.4.3-alpha.2

19 Mar 20:35
Compare
Choose a tag to compare
Version 3.4.3-alpha.2 Pre-release
Pre-release
  • Debug release tooling, see #1057.

Version 3.4.3-alpha.1

19 Mar 20:07
5fed77a
Compare
Choose a tag to compare
Version 3.4.3-alpha.1 Pre-release
Pre-release
  • Debug release tooling, see #1057.

Version 3.4.3-alpha

19 Mar 20:04
5fed77a
Compare
Choose a tag to compare
Version 3.4.3-alpha Pre-release
Pre-release
  • Debug release tooling, see #1057.

Version 3.4.2

26 Sep 11:38
d3c596e
Compare
Choose a tag to compare
  • Fix: Visiting the plugin settings page no longer produces PHP warnings for undefined variables #1031.
  • Fix: The IP address based exclude rules now stay with the same ruleset when saving #1035. Previously IP addresses would jump to the previous rule which didn't have an IP address based conditional.

Version 3.4.1

25 Jul 08:42
fac6064
Compare
Choose a tag to compare
  • 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.