Skip to content

Latest commit

 

History

History
401 lines (240 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

401 lines (240 loc) · 24.6 KB

Changelog

6.0.1 (2023-08-30)

  • Updated docblocks by @jsirish in #142
  • REFACTOR remove CMSDesignExtension by @jsirish in #143
  • REFACTOR remove CompanyDataExtension by @jsirish in #144
  • REFACTOR remove IntegrationsDataExtension by @jsirish in #145
  • REFACTOR remove SearchExtension by @jsirish in #146
  • REFACTOR remove geocoder requirement by @jsirish in #147
  • Refactor/meta fields by @jsirish in #148

Full Changelog: https://github.com/dynamic/silverstripe-base-site/compare/6.0.0...6.0.1

6.0.0 (2023-08-26)

  • REFACTOR Allow Silverstripe 5 by @jsirish in #141

Full Changelog: https://github.com/dynamic/silverstripe-base-site/compare/5.0.0...6.0.0

5.0.0 (2023-08-26)

  • CI cleanup old workflows by @jsirish in #136
  • REFACTOR move modules with page types to recipe base site by @jsirish in #137
  • CI Silverstripe GitHub Action by @jsirish in #138
  • REFACTOR SeoExtension - text target length, remove tech debt by @jsirish in #139
  • REFACTOR require site tools 2 by @jsirish in #140

Full Changelog: https://github.com/dynamic/silverstripe-base-site/compare/4.1.0...5.0.0

4.1.0 (2022-10-05)

  • ENHANCEMENT SearchExtension by @muskie9 in #124
  • DEPRECATION fix null passed to preg_match_all() in SeoExtension::MetaComponents() by @muskie9 in #134
  • BUGFIX NavigationColumnTest, NavigationGroupTest by @jsirish in #135

Full Changelog: https://github.com/dynamic/silverstripe-base-site/compare/4.0.12...4.1.0

4.0.12 (2021-10-07)

Full Changelog

Fixed bugs:

  • BUG Virtual Page fields can be "non-virtual" by config but won't pass current checks for field manipulation limits #132

Merged pull requests:

  • UPDATE allow MetaDescription field via config #131 (muskie9)

4.0.11 (2021-10-04)

Full Changelog

Closed issues:

  • BUG calling ->setTargetLength() on Virtual Page fields causes error #127

Merged pull requests:

  • BUGFIX only apply target length if not virtual page #128 (muskie9)

4.0.10 (2021-09-12)

Full Changelog

Closed issues:

  • SEO canonical declaration for blog/blogpost category/tag/pagination #121

Merged pull requests:

  • UPDATE set canonical in cases where there is category/tag/pagination #122 (muskie9)

4.0.9 (2021-09-10)

Full Changelog

Closed issues:

  • REFACTOR manipulate MetaDescription when rendering vs on write #119

Merged pull requests:

  • REFACTOR limit field value when rendering meta vs on save #120 (muskie9)
  • FEATURE SeoExtension - text target length on MetaDescription, Title #118 (jsirish)

4.0.8 (2021-06-04)

Full Changelog

Merged pull requests:

4.0.7 (2020-11-03)

Full Changelog

Fixed bugs:

  • BUG SEOExtension Call to a member function FieldList() on null #114

Merged pull requests:

  • BUGFIX check for valid field before calling FieldList #115 (muskie9)
  • CI GitHub workflow initial #113 (jsirish)

4.0.6 (2020-09-01)

Full Changelog

Merged pull requests:

3.1.5 (2020-09-01)

Full Changelog

Merged pull requests:

  • REFACTOR allow UserForm page type #112 (jsirish)
  • UPDATE allowed core-tools version constraints #109 (muskie9)

4.0.5 (2020-08-25)

Full Changelog

Fixed bugs:

  • README - move ElementalSearch to SiteTree, vs. specific page types #70
  • HomePage - navigation label and URLSegment missing from SEO tab #68

Closed issues:

  • BUG referencing legacy namespaces for SEO requirement #108
  • update config for Axllent\CMSTweaks #75
  • allow divs to be included in WYSIWYG editor #73
  • NEW additional modules as suggestion and Docs update #69

Merged pull requests:

  • REFACTOR SeoExtension - use existing SEO fields #110 (jsirish)

4.0.4 (2020-05-01)

Full Changelog

Merged pull requests:

4.0.3 (2020-04-28)

Full Changelog

Merged pull requests:

  • REFACTOR SEO module - update namespace #105 (jsirish)

4.0.2 (2020-04-14)

Full Changelog

Merged pull requests:

  • README updates #104 (jsirish)
  • BUGFIX Shared draft content - looser version requirement #103 (jsirish)
  • BUGFIX remove canCreate() method to fix CMS fields #102 (jsirish)

4.0.1 (2020-03-25)

Full Changelog

Merged pull requests:

  • FEATURE SeoExtension - SearchContent field #100 (jsirish)

4.0.0 (2020-03-24)

Full Changelog

Fixed bugs:

  • BUG HomePage - canCreate() check removes URLSegment and Navigation Label fields #101

Closed issues:

  • BUG SiteConfig no longer $owns template images (logos) #98
  • Bug on NavGroup #95
  • bring over BlogPreviewCasting extension #94
  • TemplateConfig - migrate from silverstripe-template-config #90
  • IntegrationConfig - migrate from silverstripe-integration-config, apply to SiteConfig #88
  • CompanyConfig - migrate from silverstripe-company-config #86

Merged pull requests:

  • BUGFIX add $owns to TemplateDataExtension logos #99 (muskie9)
  • FEATURE CMS Design for SiteConfig Links tab #97 (jsirish)
  • BUGFIX BlogPostDataExtension - add casting for FirstContent() #96 (jsirish)
  • FEATURE require silverstripe-site-tools #93 (jsirish)
  • FEATURE CompanyAddress - set is primary location #92 (jsirish)
  • FEATURE TemplateConfig migration #91 (jsirish)
  • FEATURE migrate Integrations DataExtension #89 (jsirish)
  • FEATURE CompanyConfig #87 (jsirish)
  • FEATURE CMS design related DataExtensions #84 (jsirish)
  • BUGFIX HomePage - remove ElementalArea field #83 (jsirish)
  • composer remove requirements in favor of recipe #82 (jsirish)
  • REFACTOR Page types - remove permission provider #81 (jsirish)

3.1.4 (2019-11-13)

Full Changelog

Fixed bugs:

  • BlogPost not getting content from first content block #76

Merged pull requests:

  • BUGFIX BlogPostDataExtension::getFirstContent() not casting #79 (muskie9)
  • BUGFIX pages - adjust canCreate() to respect allowed_children #78 (jsirish)

3.1.3 (2019-10-22)

Full Changelog

Merged pull requests:

  • Blog posts now save their sub titles #77 (mak001)

3.1.2 (2019-07-08)

Full Changelog

Fixed bugs:

  • BUG BlogPostDataExtension assumes ElementalArea exists on BlogPost #71

Merged pull requests:

  • BUGFIX check if element relations exist #72 (muskie9)

3.1.1 (2019-05-29)

Full Changelog

Implemented enhancements:

  • COMPOSER update silverstripe/redirectedurls to ^2.0 #64

Closed issues:

  • COMPOSER set dev-master branch alias to 3.2.x-dev #66

Merged pull requests:

  • UPDATE composer requirements/alias #67 (muskie9)
  • UPDATE BlogPostDataExtensionTest to use $required_extensions #65 (muskie9)

3.1.0 (2019-03-26)

Full Changelog

Closed issues:

  • REQUIREMENTS remove "dev" constraint on requirements #61

Merged pull requests:

  • UPDATE remove dev constraint on requirements #62 (muskie9)

3.0.1 (2019-01-20)

Full Changelog

2.0.0 (2019-01-20)

Full Changelog

Merged pull requests:

3.0.0 (2019-01-20)

Full Changelog

Merged pull requests:

2.0.0-beta4 (2018-11-14)

Full Changelog

2.0.0-beta3 (2018-11-14)

Full Changelog

Merged pull requests:

  • ENHANCEMENT enable full text search by default #57 (muskie9)

2.0.0-beta2 (2018-09-27)

Full Changelog

Merged pull requests:

  • composer - remove vulcandigital/seo until less buggy #56 (jsirish)

2.0.0-beta1 (2018-09-14)

Full Changelog

Merged pull requests:

  • bugfix - remove FulltextSearchable from config #55 (jsirish)
  • add CMSTweaks #54 (jsirish)
  • bugfix - add missing requirements #53 (jsirish)
  • README - update suggested config #52 (jsirish)
  • require wilr/silverstripe-googlesitemaps instead of silverstripe version #51 (jsirish)
  • bugfix - add $table_name to campaign and block pages #50 (jsirish)
  • feature - require LeftAndMain configs #49 (jsirish)
  • refactor - remove default config #48 (jsirish)
  • Update composer.json #47 (jsirish)

1.0.0-beta1 (2018-09-05)

Full Changelog

Fixed bugs:

  • BUG yml files need name to allow for "After" option for project yml to override #42

Closed issues:

  • need Site Map page type #27

Merged pull requests:

  • Removed delete button for elemental gridfields #45 (mak001)

1.0.0-alpha2 (2018-03-30)

Full Changelog

Merged pull requests:

1.0.0-alpha1 (2018-03-27)

Full Changelog

Implemented enhancements:

Closed issues:

  • Pages implementing canView() returns false for non-admin users #38
  • adjust home page block area #24
  • ElementPage - rename #9
  • HomePage - use a new home specific ElementalArea #8

Merged pull requests:

  • require silverstripe-elemental-flexslider #41 (jsirish)
  • BUGFIX canView to check parent permissions #40 (muskie9)
  • config - remove Elemental permissions related extensions #39 (jsirish)
  • HomePageTest - add testProvidePermissions() #37 (jsirish)
  • CampaignLandingPage - permissions, tests #36 (jsirish)
  • CampaignLandingPage - initial #34 (jsirish)
  • HomePage - add default ElementContent #33 (jsirish)
  • composer - remove elemental list and elemental virtual #30 (jsirish)
  • refactor - apply SocialConfig extension to GlobalSiteSetting #26 (jsirish)
  • Adds getContent() method to blog posts #25 (mak001)
  • Elemental - allow Elements to be published by non admins #20 (jsirish)
  • require core-tools ^3.0.@dev #19 (jsirish)
  • REFACTOR - hide UserDefinedForm #18 (jsirish)
  • Jenkins initial setup #15 (jsirish)
  • REFACTOR - replace Content with Elemental Area site wide #14 (jsirish)
  • HomePage - ElementalHomePage zone #13 (jsirish)
  • composer - require silverstripe-elemental-blog #12 (jsirish)
  • composer - allow @dev packages #11 (jsirish)
  • default templates #10 (korthjp17)
  • BlogPost - apply PreviewExtension #7 (jsirish)
  • ElementPage - move SideBar ElementalArea to its own tab #6 (jsirish)
  • Added titles to areas in the cms #5 (mak001)
  • bugfix - set $table_name for SS 4.0.1 #4 (jsirish)
  • Update providePermissions on page types #3 (jsirish)
  • composer - require vendor-plugin #2 (jsirish)
  • CS setup initial #1 (jsirish)

* This Changelog was automatically generated by github_changelog_generator