Skip to content

Releases: forceworkbench/forceworkbench

v65.0.0

30 Mar 17:08
2f2820a

Choose a tag to compare

Release 65.0.0

This release includes critical security fixes, PHP 8.4 upgrade, API version updates, and bug fixes.

🔒 Security Fixes

  • Fix XSS vulnerability (#869) - Patched XSS vulnerability in footer script handling by moving storage from $_REQUEST to $GLOBALS

⬆️ Upgrades

  • Upgrade to PHP 8.4 (#869) - Migrated from PHP 7.4 (EOL) to PHP 8.4 for Heroku-24 compatibility
    • Updated Sentry SDK from 1.x to 4.x
    • Removed deprecated PHP 7.4 functions (create_function(), get_magic_quotes_gpc(), libxml_disable_entity_loader())
    • Fixed handleAllErrors() signature for PHP 8.0+ compatibility

🐛 Bug Fixes

  • Fix config crash (#870) - Resolved crash from malformed environment variables and session handler deprecations
  • Fix memory exhaustion error (#863) - Addressed memory exhaustion issues

🆕 API Version Support

  • Added API versions 63.0-65.0 (#868)
  • Added API versions 59.0-62.0 (#867)
  • Added API version 58 (#857)
  • Added API version 57 (#855)
  • Added API version 56 (#853)
  • Fixed broken API version 55 (#852)

🔧 Improvements

  • Redis session handler with TLS support (#862)
  • Updated Redis connection code for TLS (#858, #861)
  • Various URL parsing fixes (#859)

📝 Notes

  • Default API version increased to 65.0
  • Heroku buildpack updated to heroku:24
  • Minimum PHP requirement: 8.4

Release version v53.0.0

24 Aug 21:43
44c8484

Choose a tag to compare

This release updates the API version to 53.0
additionally it enables upsert for case and other objects with readonly name field PR #846

Release version v52.0.0

07 Apr 05:42
c4da84c

Choose a tag to compare

Update and release v52.0.0

Release version 51.0.0

04 Jan 17:29
83bc70c

Choose a tag to compare

Update and release version 51.0.0

Release version 50.0.0

25 Aug 01:42
84a4d62

Choose a tag to compare

Update and release version 50.0.0

49.0.0

24 Apr 07:00
d4eb129

Choose a tag to compare

Update and release version 49.0.0

Release workbench version 48.0.0

07 Jan 22:05

Choose a tag to compare

Update and release version 48.0.0

47.0.0

16 Sep 23:00
5c4bec3

Choose a tag to compare

Add support for API v47.0

46.0.0

11 Apr 20:31

Choose a tag to compare

 Add support for API v46.0 (#810)

*  Add support for API v46.0

*  Add support for API v46.0, fix wsdl files

45.0.1

04 Feb 17:00
9490972

Choose a tag to compare

Update constants.php