This area contains the changelogs for recent versions of the OSDownloads Free extension. Click here to access the main OSDownloads page. You can also click here to see the changelog for OSDownloads Pro.

OSDownloads Free v1.9.6

  • Process item text fields for content plugins
  • Fix css that was not showing custom fields
  • Fix some router implementation issues
  • Restores Joomla 3.7 compatibility

Commit Log

  • c929c34 Release v1.9.6 [Bill Tomczak]
  • c32a244 Merge pull request #214 from OSTraining/router-get-params [Bill Tomczak]
  • 76caf39 Retain Joomla 3.7 compatibility [Bill Tomczak]
  • fb7929e Retain Joomla 3.7 compatibility [Bill Tomczak]
  • fea7dc7 Formatting fixes [Bill Tomczak]
  • 8c96279 Remove unneeded method layering [Bill Tomczak]
  • e6bd4d9 Fix some comments and update obsolete usages [Bill Tomczak]
  • e97f917 Merge branch 'development' into router-get-params [Anderson Grudtner Martins]
  • 4fb5a3b Avoid error when the current app doesn’t have getParams method [Anderson Grudtner Martins]
  • 9afaa6a Avoid to set custom segments before it is really required [Anderson Grudtner Martins]
  • 334d32f Bump dev version [Bill Tomczak]
  • d43ea93 Fix css for custom fields [Bill Tomczak]
  • b885639 Minor standards/comment fixes [Bill Tomczak]
  • 112c545 Fix standards issues [Bill Tomczak]
  • 73ec723 Prepare content for appropriate item fields [Bill Tomczak]

OSDownloads Free v1.9.5

  • Prevent duplicate js event handlers when multiple buttons used

Commit Log

  • 8ea3eec Release v1.9.5 [Bill Tomczak]
  • 1e27a97 Prevent stacking duplicate event handlers [Bill Tomczak]
  • cf5d1e1 Minor standards fix [Bill Tomczak]
  • 0aad846 Cleaner button layout code [Bill Tomczak]

OSDownloads Free v1.9.4

  • Add es-ES translation (Gustavo Gómez)
  • Handle errors on external url downloads
  • Improved installation error handling

Commit Log

  • d40ba5a Release v1.9.4 [Bill Tomczak]
  • d413378 Add es-ES translation (Gustavo Gómez) [Bill Tomczak]
  • 21b120f Remove unused language files [Bill Tomczak]
  • 7514952 Minor code cleanup [Bill Tomczak]
  • d2205ce Verify/Sync manifest with Pro [Bill Tomczak]
  • ca558a6 Improved error messaging for more download errors [Bill Tomczak]
  • fe673e3 Add missing comments [Bill Tomczak]
  • 2357aea Minor standards fix [Bill Tomczak]
  • a1e12c7 Minor standards fixes [Bill Tomczak]
  • eaf7a34 Improvement to optional layout display elements [Bill Tomczak]
  • 4a410de Standardize item object in model for consistency [Bill Tomczak]
  • 2dd2709 Standards/formatting fixes [Bill Tomczak]
  • b30c48b Formatting/Standards fixes [Bill Tomczak]
  • bd8cb6a Bump dev version [Bill Tomczak]
  • 7896306 Standards fixes [Bill Tomczak]
  • a8b7ff9 Minor standards fixes [Bill Tomczak]
  • a8d3f68 Fix comments, improved exception handling in installer [Bill Tomczak]

OSDownloads Free v1.9.3

  • Fixes undefined variables problem in downloads view default template
  • Fixes corrupt category path causing 404 errors
  • Removes css interfering with component display

Commit Log

  • c78d32e Release v1.9.3 [Bill Tomczak]
  • bf9c3c6 Remove unused css selectors [Bill Tomczak]
  • 18f2496 Minor standards fixes [Bill Tomczak]
  • e8a4064 Fix default category creation path and fix any previous category path issues DOWN-321 [Bill Tomczak]
  • 83d4568 Cleanup/Reorganize installer script [Bill Tomczak]
  • 9097909 Bump dev version [Bill Tomczak]
  • f5b9962 Fix comments [Bill Tomczak]
  • 25e43cb Fix some issues with default downloads template [Bill Tomczak]

OSDownloads Free v1.9.2

  • Fix issues with download buttons.

Commit log

  • d8e7dba Bump minor version [Anderson Grudtner Martins]
  • 71092d2 Fix syntax error [Anderson Grudtner Martins]
  • 446a208 Fix script for multiple download buttons for the same file on the same page [Anderson Grudtner Martins]
  • 0cf3522 Fix cache for script/stylesheet [Anderson Grudtner Martins]
  • 8d6c80e Fix script/stylesheet loading [Bill Tomczak]
  • 5875f00 Revert back to PHP minimum of 5.6 [Nick Savov]
  • 75ba3d3 Make phpminimum be 7.0 [Nick Savov]

OSDownloads Free v1.9.1

  • Update bundled javascript files;

Commit log

  • ed5f216 Bump minor version [Anderson Grudtner Martins]
  • fe91443 Update the javascript bundle file, DOWN-300 [Anderson Grudtner Martins]

OSDownloads Free v1.9.0

  • Improved toolbar for file form in admin. Added Save & New and Save as Copy buttons;
  • Improved title and icon for admin pages;
  • Improved the code refactoring repeated code for download buttons;
  • Preparing for the new Pro feature: Custom Fields for Downloads forms;

Commit log

  • dc977e1 Update version to 1.9.0 [Anderson Grudtner Martins]
  • 80770a7 Fix the download form, a regression, DOWN-300 [Anderson Grudtner Martins]
  • c93907c Bump alpha version [Anderson Grudtner Martins]
  • 0788656 Fix the cancel button [Anderson Grudtner Martins]
  • c3eeee6 Improve toolbar for some views [Anderson Grudtner Martins]
  • f576efc Fix download popup for custom fields and tabs, DOWN-300 [Anderson Grudtner Martins]
  • ed1be54 Fix download form for multiples files in the same page, DOWN-300 [Anderson Grudtner Martins]
  • 75fa171 Only displays the custom fields if require_email is enabled [Anderson Grudtner Martins]
  • c5cf78a Make sure to have unique ids for popup and download buttons [Anderson Grudtner Martins]
  • f612a31 Move the layouts to the site folder [Anderson Grudtner Martins]
  • 5d8c186 Remove view for social download. It is a layout now. DOWN-300 [Anderson Grudtner Martins]
  • 19aa354 Fix position of title with download link, DOWN-300 [Anderson Grudtner Martins]
  • 12461bd Add form validation for custom fields [Anderson Grudtner Martins]
  • 1a3f3b7 Improve layout for fields on the download form [Anderson Grudtner Martins]
  • c6f080c Fix default tab on the download popup [Anderson Grudtner Martins]
  • c103e96 Fix duplicated form for download [Anderson Grudtner Martins]
  • 1d786fd Replace hardcoded download buttons with layout, DOWN-300 [Anderson Grudtner Martins]
  • 307e9d5 Improve popup form for custom fields [Anderson Grudtner Martins]
  • 0a94c61 Prepare for supporting download custom fields in the pro version [Anderson Grudtner Martins]
  • 099b8e8 Adapt for new minify phing task [Anderson Grudtner Martins]
  • edbdf8d Fix PHP error [Anderson Grudtner Martins]
  • abf735e Update the js bundle files [Anderson Grudtner Martins]
  • ffde2d6 Adapt for support the merge and minify targets on the builder [Anderson Grudtner Martins]
  • 0ef4df6 Initial implementation of custom fields for downloads, DOWN-300 [Anderson Grudtner Martins]
  • 7f807b6 Fix code styling [Anderson Grudtner Martins]
  • 37998fb Fix the column name for email addresses [Anderson Grudtner Martins]

OSDownloads Free v1.8.3

  • Releasing again to fix the HEAD of the release (error on the release process)

Commit log

  • 6c0c062 Update version to 1.8.3 [Anderson Grudtner Martins]

OSDownloads Free v1.8.2

  • Fix installer

Commit log

  • 575f7f1 Update version to 1.8.2 [Anderson Grudtner Martins]
  • 448bf4f Restore the form folder [Anderson Grudtner Martins]

OSDownloads Free v1.8.1

  • Fix installer

Commit log

  • 651cd59 Fix installer removing call to undefined container [Anderson Grudtner Martins]
  • 321b561 Prepare to releasing 1.8.1 [Anderson Grudtner Martins]
  • 71f5df7 Update illuminate library [Anderson Grudtner Martins]
  • ab97c50 Fix manifest file and installation [Anderson Grudtner Martins]