Skip to content

Releases: xwp/stream

Version 3.9.2

10 Jan 15:33
eb08c13
Compare
Choose a tag to compare
  • Fix: Check authorization on 'save_new_alert' AJAX action #1391, props marcS0H (WPScan)
  • Development: Mark as tested with the latest version 6.1 of WordPress.
  • Development: Update development dependencies.

Version 3.9.1

23 Aug 17:20
1c1880b
Compare
Choose a tag to compare
  • Fix: PHP 8 compatibility for widget connector #1294, props @ParhamG
  • Development: Mark as tested with the latest version 6.0 of WordPress.
  • Development: Update development dependencies.

Version 3.9.0

08 Mar 16:28
133a549
Compare
Choose a tag to compare
  • Fix: Track changes to posts when using the block editor by making the Posts connector to run on both frontend and backend requests since block editor changes happen over the REST API #1264, props @coreymckrill.
  • Fix: Don't store empty log event parameters #1307, props @lkraav.
  • Development: Adjust the local development environment to use MariaDB containers for ARM processor compatabilty.

Version 3.8.2

18 Oct 12:17
4654c31
Compare
Choose a tag to compare

This release contains an important security fix for authenticated users when viewing the Stream records.

  • Security: Ensure the value of order query parameter forwarded to the database query when viewing the Stream records in the WordPress admin is either ASC or DESC. Previously it passes the whole value of order filtered through esc_sql().

Version 3.8.1

17 Sep 18:50
3648aa4
Compare
Choose a tag to compare
  • Fix: Ensure Stream database tables are present on all WP admin requests to help with installations where the plugin activate hook never runs #1286, props @tomjn.

Version 3.8.0

31 Aug 10:43
901e655
Compare
Choose a tag to compare

Version 3.7.0

11 May 12:34
29ad0f7
Compare
Choose a tag to compare
  • Fix: Exclude records when all conditions match instead of just one #1242, props @kidunot89 and @esausaravia
  • Fix: Store the correct blog ID on the network admin exclude screen #1259, props @dd32
  • Fix: Ensure all blogs on the network are listed instead of just the top 100 #1258, props @dd32
  • Fix: Add highlight color in list table #1246, props @ocean90
  • Fix: Settings page defaults repatched #1236, props @kidunot89
  • Development: Added unit tests for BuddyPress #1211, WooCommerce #1199, Media #1154, Jetpack #1153, Gravity Forms #1139 abd bbPress connector classes #1120, props @kidunot89

Version 3.6.2

12 Feb 07:53
a8b5f46
Compare
Choose a tag to compare
  • Fix: revert #1159 which caused a PHP error in the previous release.

Version 3.6.1

11 Feb 14:47
58e2e57
Compare
Choose a tag to compare
  • New: Action added for when a blog is deleted #1177, props @kidunot89
  • Fix: Refactored Stream's Records table custom column functionality to output the correct column values #1185, props @Nikschavan, @kidunot89, and @derekherman
  • Fix: Refactored deprecated SQL statement for retrieving the result count #1203, props @kidunot89
  • Fix: Fixed a namespace of a call to the Closure class #1215, props @szepeviktor
  • Fix: The default options are made available during the "wp_stream_auto_purge" callback #1159, props @kidunot89
  • Fix: Expensive functions removed #1201, props @kidunot89
  • Tweak: Remove redundant textdomain initialization #1213, props @szepeviktor
  • Tweak: Cleaned up PHP version check #1212, props @szepeviktor
  • Development: Unit test added for Menu connector class #1164, props @kidunot89
  • Development: Unit test added for Blog connector class #1177, props @kidunot89
  • Development Fix: Micro patch provided for Mercator actions register to deprecated hooks #1217, props @kidunot89
  • Development: Unit test added for Mercator connector class #1180, props @kidunot89
  • Development: Unit test added for Settings connector class #1165, props @kidunot89
  • Development: Unit test added for Installer connector class #1155, props @kidunot89
  • Development: Unit test added for User connector class #1151, props @kidunot89
  • Development: Unit test added for Editor connector class #1138, props @kidunot89
  • Development: Unit test added for Comments connector class #1134, props @kidunot89

Version 3.6.0

14 Oct 07:30
88b7840
Compare
Choose a tag to compare