Skip to content

Releases: silverstripe/cwp

2.11.0-beta1

12 Mar 22:07
6805d69

Choose a tag to compare

2.11.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.10.1...2.11.0-beta1

3.0.0-beta1

09 Feb 02:16
dec2a6f

Choose a tag to compare

3.0.0-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.10.1...3.0.0-beta1

2.10.1

21 Jul 05:29

Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.1

2.9.1

21 Jul 02:27
35b7f70

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0...2.9.1

2.10.0

02 May 23:38
57e38bf

Choose a tag to compare

What's Changed

Full Changelog: 2.9.0...2.10.0

2.9.0

25 Nov 22:27
d29a5f8

Choose a tag to compare

  • API phpunit 9 support (Steve Boyd) - b6f1e38
  • DOC Add 2.8.0 changelog to index page (#305) (Maxime Rainville) - e3bf7ac

2.8.1

25 Nov 21:35

Choose a tag to compare

  • MNT Update build to rely on COMPOSER_ROOT_VERSION auto detection (#304) (Maxime Rainville) - ca9d3bb
  • Remove bringyourownideas/silverstripe-composer-security-checker (#302) (Maxime Rainville) - 2e73d9e

2.0.0-beta1

29 Jan 23:00
f579356

Choose a tag to compare

2.0.0-beta1 Pre-release
Pre-release
  • Move CwpStatsReport translations from cwp/cwp-core (Robbie Averill) - 3668832
  • Update translations (Robbie Averill) - 41afae3
  • NEW Move CwpStatsReport from cwp/cwp-core into cwp/cwp (Robbie Averill) - 8fcff89
  • NEW Add CMS as a dependency and move TinyMCE configuration options from cwp-core (Robbie Averill) - 491c876
  • DOCS Update PDF export documentation to reference the cwp/cwp-pdfexport module (Robbie Averill) - 2e4b6d6
  • API Remove PDF export functionality and move to cwp/cwp-pdfexport (Robbie Averill) - 7ca2c49
  • Update phpcs violation in DatedUpdateHolderController (Robbie Averill) - a9c418c
  • FIX Set themes correctly in SitemapPageTest (Robbie Averill) - 84dcc2d
  • FIX Set starter theme as default for DatedUpdateHolderControllerTest (Robbie Averill) - d14eb71
  • Use installer over recipe-cms in Travis bootstrapping (Robbie Averill) - 21ecd17
  • FIX Reimplement date range form filtering session messages (Robbie Averill) - 73906e3
  • API Remove getAvailableTranslations and use FluentExtension::Locales for site translations (Robbie Averill) - 96f14f4
  • API Remove search functionality from BasePageController, moved to cwp-search module (Robbie Averill) - 5327b6b
  • Remove search related translations (Robbie Averill) - c7f7847
  • API Remove search and Solr classes, moved to cwp-search module (Robbie Averill) - 190584a
  • FIX Remove HTML from translations in Quicklink model (Robbie Averill) - 225ffb6
  • Move inclusion of crontask module to the code coverage run (Robbie Averill) - 3748a2b
  • FIX Add default translation values for form actions (Robbie Averill) - b10470e
  • Add Travis and Scrutinizer configuration, lock dependencies to a major version (Robbie Averill) - 19716fa
  • DOCS Update Solr related documentation and examples for new CWP namespaces (Robbie Averill) - dbda25f
  • Update installation docs now that repos are in Github (jovenden) - 4adef08
  • FIX Update Quicklink has_many class reference (Robbie Averill) - da00cf3
  • NEW Remove File_ShowInSearch field exclusion and add an extension point instead (Robbie Averill) - 3740a89
  • API Move public search_index properties into injectable service (Robbie Averill) - d5b1ba8
  • DOCS Add bugtracker and contributing notes to readme, update license year (Robbie Averill) - e28c828
  • API Remove previously deprecated code and start 2.0.0 changelog (Robbie Averill) - 0a0b6e5
  • FIX Add table_name property to CwpSearchPage (Robbie Averill) - 1e826cc
  • Add crontask module to Travis build matrix (Robbie Averill) - 45b19b6
  • API Update PDF cleanup daily task to implement CronTask (Robbie Averill) - d842b1f
  • FIX Update translation key CwpConfig to CustomSiteConfig (Robbie Averill) - 13e5e82
  • FIX Update translations that were moved between classes and remove empty language files (Robbie Averill) - a37b376
  • FIX Update references to constants to use environment variables, remove config nesting (Robbie Averill) - 6f533db
  • API Remove $pageIcon property from page types, use "icon" config static instead (Robbie Averill) - 96c9a83
  • NEW Update translation keys to include namespaced classes (Robbie Averill) - 6985b9f
  • Freeze Transifex translations for SS3. Please commit directly to lang files. (Robbie Averill) - b43538f
  • FIX Update template namespaces and vendorised icon references (Robbie Averill) - cdfad24
  • Add codesniffer to dev dependencies (Robbie Averill) - b723501
  • FIX Update starter theme constraint (Robbie Averill) - 646e119
  • FIX Prefer source for fulltextsearch (Robbie Averill) - 1615136
  • FIX Add fulltextsearch to Travis configuration (Robbie Averill) - 6c6ac59
  • FIX Bump version constraints for advancedworkflow and userforms in Travis config (Robbie Averill) - 5c9551c
  • FIX Update CI configuration and use environment variables in _config.php (Robbie Averill) - fdcea97
  • FIX Switch SynonymValidatorTest to extend SapphireTest so it has bootstrapping (Robbie Averill) - 32745c0
  • FIX Update namespace references, class/table references and get tests passing (Robbie Averill) - 27b6e81
  • FIX Run automated PSR-2 linting over src and tests (Robbie Averill) - 58895ac
  • API Separate and rename NewsHolderController (Robbie Averill) - b620d4d
  • FIX Update namespaces in test fixtures (Robbie Averill) - 2321f24
  • API Separate CwpSearchPageController and remove Object reference in CwpSearchEngine (Robbie Averill) - 87b0b2e
  • NEW Use Injector for creating GridField components (Robbie Averill) - 6c59c77
  • FIX Revert upgrade replacements of Date -> DBDate (Robbie Averill) - 6898110
  • Separate controllers into their own files, remove empty controllers, add $table_name to models (Robbie Averill) - e5e56d9
  • NEW Convert to vendor module, expose frontend assets and add PSR-4 autoloader (Robbie Averill) - c7171a5
  • API Run upgrade to implement namespaces (Robbie Averill) - 382cfde
  • Rename files for PSR-4 autoloading, move to src folder (Robbie Averill) - 0d54101
  • DOCS Add namespace import for CwpSearchIndex (Robbie Averill) - 00caacb
  • DOCS Rename SolrSearchIndex to CwpSolrIndex, update some repo URLs and code formatting for SS4 (Robbie Averill) - ad3717f
  • API Bump dependency for taxonomy and phpunit for SS4 support (Robbie Averill) - 97aec1d
  • Add minimum stability dev for CWP 2.x (Robbie Averill) - 9124ffd
  • Update constraint for cwp-core to 2.x (Robbie Averill) - d7fd6a0
  • Update branch alias for 2.x-dev (Robbie Averill) - cf5d1ac
  • Update branch alias for 1.x-dev (Robbie Averill) - fb04c3d
  • Add Travis and Scrutinizer configuration, lock dependencies to a major version (Robbie Averill) - 4057139
  • fix: added missing image for private modules (Tomas Cantwell) - ec8ad45
  • Exclude Files from search query when ShowInSearch is false (Glen Peek) - 987995f