PackageTrack
Sign in Get early access

silverstripe/framework

The SilverStripe framework

6.2.4 3.8M downloads/mo #2919 most downloaded on Packagist silverstripe/silverstripe-framework

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Release timing varies

gaps range from 8 days to 3 months

Rarely documented

notes for 8 of 387 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

537 releases · first in 2012

38 releases in the last 12 months

see the full history below

Release timeline

534 releases · Nov 2012 to Aug 2026
2013 2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 537
  1. 6.2.4 20 Aug 2026
    Release notes

    What's Changed

    Full Changelog: 6.2.3...6.2.4

    Open source →
  2. 6.2.3 11 Aug 2026
    Release notes

    What's Changed

    • FIX Prevent RCE via translation default strings by @emteknetnz in #11994
    • FIX deprecation warning in RequiredFieldsValidator when validating a field without name by @xini in #11982

    Full Changelog: 6.2.2...6.2.3

    Open source →
  3. 6.2.2 24 Jun 2026
    Release notes

    What's Changed

    Full Changelog: 6.2.1...6.2.2

    Open source →
  4. 6.2.1 23 Jun 2026
    Release notes

    What's Changed

    Full Changelog: 6.2.0...6.2.1

    Open source →
  5. 6.2.0 23 Mar 2026
    Release notes

    What's Changed

    • ENH Skip calling __call for ModelData when unnecessary by @GuySartorelli in #11826
    • ENH Disable sorting on queries where sort order doesn't matter by @GuySartorelli in #11834
    • ENH Improve performance of Hierarchy::duplicateWithChildren() by @GuySartorelli in #11840
    • ENH Add accessible attributes to readonly fields by @emteknetnz in #11844
    • ENH Add role attribute to CheckboxSet and Optionset fields by @emteknetnz in #11847
    • ENH Hide font icons from screen readers by @GuySartorelli in #11843
    • ENH Update text for GridFieldAddNewButton by @Parrott-Github in #11854
    • ENH Disallow non-standard session ids by @emteknetnz in #11871
    • ENH Hide PHP font icons from screen readers by @GuySartorelli in #11862
    • ENH Allow arbitrary attributes for js/css by @GuySartorelli in #11869
    • FIX Don't render empty actions column in GridField by @GuySartorelli in #11882
    • ENH Hide font-icon in GridField import modal by @GuySartorelli in #11886
    • ENH Add icon property to Tab by @GuySartorelli in #11885
    • ENH Use link element for disabled gridfield button by @emteknetnz in #11892
    • ENH Add row role to gridfield rows by @emteknetnz in #11894
    • TLN Update translations by @emteknetnz in #11898
    • FIX Allow default value and other options in DBFields by @GuySartorelli in #11891
    • ENH Add aria-sort to sortable gridfield headers by @emteknetnz in #11896
    • Add functionality needed by version-admin PR by @GuySartorelli in #11895
    • ENH Improve screen reader support of pagination by @emteknetnz in #11903
    • ENH PHP 8.5 Support by @emteknetnz in #11912
    • Changes required for the dependent dropdown field by @GuySartorelli in #11906
    • ENH Load Parser over Injector to allow extending by @beerbohmdo in #11824
    • FIX Revert disabling sort order for tree cache by @emteknetnz in #11931
    • Performance improvements when preparing SELECT queries in ORM by @lozcalver in #11933
    • MNT Add behat test to assert toast with no actions by @GuySartorelli in #11936
    • ENH Don't create unnecessary singletons when checking if database is ready by @lozcalver in #11940
    • TLN Update translations by @GuySartorelli in #11945
    • DEP Allow multiple versions of sebastian/diff by @emteknetnz in #11959
    • Add config to disable base tag output by @sminnee in #11964
    • FIX Suppress deprecation notice for SSViewer.enable_base_tag by @GuySartorelli in #11970
    • FIX Correct typos with codespell in code, comments and documentation by @lerni in #11975

    New Contributors

    Full Changelog: 6.1.16...6.2.0

    Open source →
  6. 6.2.0-rc1 no date pre-release
    Release notes

    What's Changed

    • ENH Skip calling __call for ModelData when unnecessary by @GuySartorelli in #11826
    • ENH Disable sorting on queries where sort order doesn't matter by @GuySartorelli in #11834
    • ENH Improve performance of Hierarchy::duplicateWithChildren() by @GuySartorelli in #11840
    • ENH Add accessible attributes to readonly fields by @emteknetnz in #11844
    • ENH Add role attribute to CheckboxSet and Optionset fields by @emteknetnz in #11847
    • ENH Hide font icons from screen readers by @GuySartorelli in #11843
    • ENH Update text for GridFieldAddNewButton by @Parrott-Github in #11854
    • ENH Disallow non-standard session ids by @emteknetnz in #11871
    • ENH Hide PHP font icons from screen readers by @GuySartorelli in #11862
    • ENH Allow arbitrary attributes for js/css by @GuySartorelli in #11869
    • FIX Don't render empty actions column in GridField by @GuySartorelli in #11882
    • ENH Hide font-icon in GridField import modal by @GuySartorelli in #11886
    • ENH Add icon property to Tab by @GuySartorelli in #11885
    • ENH Use link element for disabled gridfield button by @emteknetnz in #11892
    • ENH Add row role to gridfield rows by @emteknetnz in #11894
    • TLN Update translations by @emteknetnz in #11898
    • FIX Allow default value and other options in DBFields by @GuySartorelli in #11891
    • ENH Add aria-sort to sortable gridfield headers by @emteknetnz in #11896
    • Add functionality needed by version-admin PR by @GuySartorelli in #11895
    • ENH Improve screen reader support of pagination by @emteknetnz in #11903
    • ENH PHP 8.5 Support by @emteknetnz in #11912
    • Changes required for the dependent dropdown field by @GuySartorelli in #11906
    • ENH Load Parser over Injector to allow extending by @beerbohmdo in #11824
    • FIX Revert disabling sort order for tree cache by @emteknetnz in #11931
    • Performance improvements when preparing SELECT queries in ORM by @lozcalver in #11933
    • MNT Add behat test to assert toast with no actions by @GuySartorelli in #11936
    • ENH Don't create unnecessary singletons when checking if database is ready by @lozcalver in #11940
    • TLN Update translations by @GuySartorelli in #11945
    • DEP Allow multiple versions of sebastian/diff by @emteknetnz in #11959
    • Add config to disable base tag output by @sminnee in #11964
    • FIX Suppress deprecation notice for SSViewer.enable_base_tag by @GuySartorelli in #11970
    • FIX Correct typos with codespell in code, comments and documentation by @lerni in #11975

    New Contributors

    Full Changelog: 6.1.16...6.2.0-rc1

    Open source →
  7. 6.2.0-beta1 17 Feb 2026 pre-release
    Release notes

    What's Changed

    • ENH Skip calling __call for ModelData when unnecessary by @GuySartorelli in #11826
    • ENH Disable sorting on queries where sort order doesn't matter by @GuySartorelli in #11834
    • ENH Improve performance of Hierarchy::duplicateWithChildren() by @GuySartorelli in #11840
    • ENH Add accessible attributes to readonly fields by @emteknetnz in #11844
    • ENH Add role attribute to CheckboxSet and Optionset fields by @emteknetnz in #11847
    • ENH Hide font icons from screen readers by @GuySartorelli in #11843
    • ENH Update text for GridFieldAddNewButton by @Parrott-Github in #11854
    • ENH Disallow non-standard session ids by @emteknetnz in #11871
    • ENH Hide PHP font icons from screen readers by @GuySartorelli in #11862
    • ENH Allow arbitrary attributes for js/css by @GuySartorelli in #11869
    • FIX Don't render empty actions column in GridField by @GuySartorelli in #11882
    • ENH Hide font-icon in GridField import modal by @GuySartorelli in #11886
    • ENH Add icon property to Tab by @GuySartorelli in #11885
    • ENH Use link element for disabled gridfield button by @emteknetnz in #11892
    • ENH Add row role to gridfield rows by @emteknetnz in #11894
    • TLN Update translations by @emteknetnz in #11898
    • FIX Allow default value and other options in DBFields by @GuySartorelli in #11891
    • ENH Add aria-sort to sortable gridfield headers by @emteknetnz in #11896
    • Add functionality needed by version-admin PR by @GuySartorelli in #11895
    • ENH Improve screen reader support of pagination by @emteknetnz in #11903
    • ENH PHP 8.5 Support by @emteknetnz in #11912
    • Changes required for the dependent dropdown field by @GuySartorelli in #11906
    • ENH Load Parser over Injector to allow extending by @beerbohmdo in #11824
    • FIX Revert disabling sort order for tree cache by @emteknetnz in #11931
    • Performance improvements when preparing SELECT queries in ORM by @lozcalver in #11933
    • MNT Add behat test to assert toast with no actions by @GuySartorelli in #11936
    • ENH Don't create unnecessary singletons when checking if database is ready by @lozcalver in #11940
    • TLN Update translations by @GuySartorelli in #11945
    • DEP Allow multiple versions of sebastian/diff by @emteknetnz in #11959
    • Add config to disable base tag output by @sminnee in #11964

    New Contributors

    Full Changelog: 6.1.15...6.2.0-beta1

    Open source →
  8. 6.1.16 23 Mar 2026
    Release notes

    What's Changed

    Full Changelog: 6.1.15...6.1.16

    Open source →
  9. 6.1.15 15 Feb 2026

    Nothing published for this version

  10. 6.1.14 12 Feb 2026

    Nothing published for this version

  11. 6.1.13 12 Feb 2026

    Nothing published for this version

  12. 6.1.12 09 Feb 2026

    Nothing published for this version

  13. 6.1.11 23 Jan 2026

    Nothing published for this version

  14. 6.1.10 01 Dec 2025

    Nothing published for this version

  15. 6.1.9 01 Dec 2025

    Nothing published for this version

  16. 6.1.8 30 Nov 2025

    Nothing published for this version

  17. 6.1.7 04 Nov 2025

    Nothing published for this version

  18. 6.1.6 28 Oct 2025

    Nothing published for this version

  19. 6.1.5 27 Oct 2025

    Nothing published for this version

  20. 6.1.4 22 Oct 2025

    Nothing published for this version

  21. 6.1.3 15 Oct 2025

    Nothing published for this version

  22. 6.1.2 14 Oct 2025

    Nothing published for this version

  23. 6.1.1 14 Oct 2025

    Nothing published for this version

  24. 6.1.0 10 Oct 2025

    Nothing published for this version

  25. 6.1.0-rc1 01 Sep 2025 pre-release

    Nothing published for this version

  26. 6.1.0-beta1 18 Aug 2025 pre-release

    Nothing published for this version

  27. 6.0.16 30 Nov 2025

    Nothing published for this version

  28. 6.0.15 10 Oct 2025

    Nothing published for this version

  29. 6.0.14 29 Aug 2025

    Nothing published for this version

  30. 6.0.13 26 Aug 2025

    Nothing published for this version

  31. 6.0.12 25 Aug 2025

    Nothing published for this version

  32. 6.0.11 18 Aug 2025

    Nothing published for this version

  33. 6.0.10 14 Aug 2025

    Nothing published for this version

  34. 6.0.9 14 Aug 2025

    Nothing published for this version

  35. 6.0.8 06 Aug 2025

    Nothing published for this version

  36. 6.0.7 04 Aug 2025

    Nothing published for this version

  37. 6.0.6 27 Jul 2025

    Nothing published for this version

  38. 6.0.5 21 Jul 2025

    Nothing published for this version

  39. 6.0.4 20 Jul 2025

    Nothing published for this version

  40. 6.0.3 08 Jul 2025

    Nothing published for this version

  41. 6.0.2 07 Jul 2025

    Nothing published for this version

  42. 6.0.1 18 Jun 2025

    Nothing published for this version

  43. 6.0.0 04 Jun 2025

    Nothing published for this version

  44. 6.0.0-rc1 21 May 2025 pre-release

    Nothing published for this version

  45. 6.0.0-beta1 20 Mar 2025 pre-release

    Nothing published for this version

  46. 6.0.0-alpha1 03 Dec 2024 pre-release

    Nothing published for this version

  47. 5.4.30 24 Jun 2026
    Release notes

    What's Changed

    Full Changelog: 5.4.29...5.4.30

    Open source →
  48. 5.4.29 25 Feb 2026
    Release notes

    What's Changed

    Full Changelog: 5.4.28...5.4.29

    Open source →
  49. 5.4.28 12 Feb 2026

    Nothing published for this version

  50. 5.4.27 11 Feb 2026

    Nothing published for this version

  51. 5.4.26 04 Feb 2026

    Nothing published for this version

  52. 5.4.25 03 Feb 2026

    Nothing published for this version

  53. 5.4.24 01 Dec 2025

    Nothing published for this version

  54. 5.4.23 26 Nov 2025

    Nothing published for this version

  55. 5.4.22 03 Nov 2025

    Nothing published for this version

  56. 5.4.21 10 Oct 2025

    Nothing published for this version

  57. 5.4.20 28 Sep 2025

    Nothing published for this version

  58. 5.4.19 26 Aug 2025

    Nothing published for this version

  59. 5.4.18 18 Aug 2025

    Nothing published for this version

  60. 5.4.17 12 Aug 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive