JRELEASER
Software Release Management for Joomla 5/6
Documentation
Changelog: v1.1.0 - August 21, 2026
CustomCart Changelog
Version 1.1.0
August 21, 2026- Addition Verified compatibility with Joomla 5 and Joomla 6 on PHP 8.1 through 8.4
- Addition Installing on an unsupported database now reports a clear error instead of completing with no tables
- Fix Release edit screen: uploading a replacement ZIP failed with "File not uploaded for security reasons!" on Joomla 6, and saved without the file on Joomla 5
- Fix Update XML used an incorrect extension element, so client sites were never offered updates
- Fix Download button plugin was installed disabled instead of enabled
- Fix Uninstalling the component deleted all uploaded release packages
- Fix Replacing a package no longer removes the existing file until the new upload succeeds
- Fix Downloads for a release with no package file returned an empty, broken file
- Fix Changelog shortcode failed when a feed contained no entries
- Fix Admin language file was installed into the site language folder
- Security Quick Upload now validates its security token before accepting a package
- Security Uploaded filenames containing a second extension (such as .php.zip) are now rejected
- Security Release storage folder is now protected on Apache 2.4, nginx and IIS
- Note If any product was created through Quick Upload before this version, check its Element field on the Products page - earlier versions could save an incorrect value that stops updates reaching your customers
Version 1.0.4
December 27, 2025- Addition product_id option for changelog shortcode to read URL from latest Release record
- Addition output="releasedate" option for download shortcode
- Fix CSS framework not inherited when navigating from Products to Releases view
- Fix Back to Products button not using SEF links with proper Itemid
- Fix Protected products blocking downloads for logged-in users with valid access levels
- Fix Joomla access levels not enforced for non-protected product downloads
Version 1.0.3
December 16, 2025- Addition Add {jreleaser logged-in-user="show" copy="show"} shortcode to display user's master API key
- Addition Add "Allow Guest Downloads" setting in Component Options
- Fix Fix Releases menu routing losing style
- Fix Fix "Cannot access offset of type array" error on dedicated Releases menu items
- Fix Fix output="modified" shortcode option (uses release_created since releases are immutable)
- Fix Fix logged-in-user shortcode not working without product_id
- Fix Fix API key shortcode styling for better contrast on all themes
- Fix Fix guest downloads for non-protected products (403 error)
- Fix Use Route::_() for proper Joomla routing in Products and Releases templates
Version 1.0.2
December 15, 2025- Addition Full API key viewing in backend - keys are now displayed in full with copy-to-clipboard button
- Addition Reset functionality for both master and site keys from the backend
- Addition Filters on API Keys page (key type, user, status, sorting options)
- Addition Download count sorting option on API Keys page
- Removed Removed reference to non-existent modified column from releases query
- Fix Fixed untranslated filter dropdown labels showing raw language constants
- Fix Fixed download count sorting (was always sorting by date instead of download count)
- Fix Fixed SQL error "Unknown column r.modified" in download button plugin
- Fix Fixed user filter dropdown not populating with users
Version 1.0.1
December 5, 2025- Addition Additional download button shortcode options added
- Addition New download statistics in Download Log page
Version 1.0.0
December 3, 2025- Addition JReleaser - First Release
