Skip to content

Latest commit

 

History

History
287 lines (183 loc) · 8.96 KB

CHANGELOG_en-GB.md

File metadata and controls

287 lines (183 loc) · 8.96 KB

4.2.0

  • Added tags 5

4.1.4

  • Fixed author for meta data 9

4.1.3

  • Fixed mixed search results 12

4.1.2

  • Added blog URL preview link to CMS sidebar component 14

4.1.1

  • Added category id classes to blog listings 10

4.1.0

  • Shopware 6.6.7.0 compatibility
  • Note: This version is not compatible with Shopware versions below 6.6.7
  • Fixed missing admin cms blocks 12

4.0.2

  • Fixed uninstall error

4.0.1

  • Added category listing cms element
  • Fixed rss feed error #7

4.0.0

  • Breaking: Renamed plugin internals from Sas\BlogModule\SasBlogModule to Werkl\OpenBlogware\WerklOpenBlogware
  • All content must be fully recreated. Refer to #8 for the SQL commands required for a one-time migration.

3.0.4

  • Added offset count functionality to the newest blog items element

3.0.3

  • Changed git tag format so that the plugin can be installed via composer

3.0.2

  • Renamed to OpenBlogware

3.0.1

  • Fixed category creation #3

3.0.0

  • Compatibility with Shopware 6.6 #2

2.10.0

  • Checked list of blog ids before invalidating cache

2.0.9

  • Set the salutation of Blog Author to be nullable to compatible with Shopware 6.5 and prevent the error when upgrading from Shopware 6.4 to 6.5
  • Invalidate cache when editing blog entry

2.0.8

  • Fixed for issue #206

2.0.7

  • Fixed for issue #201

2.0.6

  • Fixed for issue #201
  • Fixed for issue #200
  • Fixed for issue #199
  • Fixed for issue #195

2.0.5

  • Fixed a bug that cause the blog content to be duplicated at Storefront

2.0.4

  • Updated the sidebar snippet to be compatible with the new structure of Shopware 6.5's snippets

2.0.3

  • Fixed the error that the SEO URL template can't be saved after removing the plugin without checking the Remove all app data permanently checkbox

2.0.2

  • Fixed composer version

2.0.1

  • Fixed Replace button did not show on CMS designer

2.0.0

  • Added feature to be able to create blog entries with the CMS designer

1.5.15

  • Fix error Serialization of 'Closure' is not allowed while compressing cache data in CachedBlogController, CachedBlogRssController, and CachedBlogSearchController classes.
  • Remove the non-exists function called onUpdateCacheCategory in BlogCacheInvalidSubscriber class.
  • Fallback meta title and meta description to the main language if no translation is found.

1.5.14

  • Remove feature flag FEATURE_SAS_BLOG_V2
  • Remove all the code related to FEATURE_SAS_BLOG_V2

1.5.12

  • Fix If you change your SEO Templates after you created all your blog entries. You get the old URL schema.
  • Fixed adding BlogSubscriber to services.xml, now we can filter by author and category on the listing page
  • Fix to show the author and category within the blog detail page.
  • Added invalidate cache when the blog article was created, updated, or deleted.

1.5.11

  • Fixed the SEO template setting

1.5.10

  • Fix to create new seo urls for new sales channel #75
  • Added a feature flag is FEATURE_SAS_BLOG_V2

1.5.9

  • Fix default thumbnail size #110
  • Newest blog items #108
  • Fix Block is overwritten instead of added #116
  • Fix issue within the sitemap:generate #75

1.5.8

  • Fix error when run bin/console dal:validation #97
  • Fix SERP Information and Preview Picture for shopware 6.4.9.0 or later #100

1.5.7

  • Fixed compiled administration file

1.5.6

  • Integrated ACL #84
  • Sitemap generation #78
  • Fixed wrong slug in Umlaute #83
  • Fixed duplicate Slug #76
  • Added a plugin option to make the blog search optional #77
  • RSS Feed - URL: /blog/rss #79
  • Fixed a "back" icon #80
  • Change createdAt to publishDate #81
  • Added SEO Canonical-Link #82

1.5.5

  • change access to global Shopware object wrongspot
  • set navigation id by active navigation Drumm3r

1.5.4

  • Fixed blog pro loading

1.5.3

  • Added missing compiled files

1.5.2

  • Blog Pro compability

1.5.1

  • Extended the core search, to be able to search also for blog entries
  • Fixed bug for the PWA usage

1.5.0

  • Added ApiAware flags & store-api controller for usage in PWA and Elasticsearch Drumm3r
  • Implemented custom fields gRoberts84
  • Fixed Bug which caused that you can't create a blog category anymore

1.4.1

  • fixed migration issue with the salutation if the default not_specified was deleted

1.4.0

  • Added Shopware 6.4 compability

1.3.1

  • Added DESC sorting to admin blog listing

1.3.0

  • Added enable/disable filter for author & category to the blog listing element
  • Added enable/disable filter for author & category to the blog detail element
  • Added a new publishedAt date field for a blog entry
  • Added back button to blog detail page
  • Centered blog detail post with col-md-8 offset-md-2

1.2.13

  • Added category slug in seo url template

1.2.12

  • fixed single select element if it's null

1.2.11

  • Listing show author is optional, enabled or disabled by the plugin configuration
  • Added sas_blog_card_footer and sas_blog_card_footer_author twig block
  • Fixed empty placeholder author image styling

1.2.10

  • Storefront date locale fix
  • Added author to the storefront
  • Overhauled general styling of the listing

1.2.9

  • Teaser thumbnail size adjusted

1.2.8

  • Fixed an issue with structure data of the author
  • replaced "read more" title name with the actual article title

1.2.7

  • Fixed error if you have a blog listing + blog detail element on the same CMS page
  • Removed unnecessary twig filter
  • moved single select data resolver to new folder

1.2.6

  • Improved single select CMS element & block

#1.2.5

  • Adjusted date output in blog box template

1.2.4

  • Added the possibility to translate categories in non-system language

1.2.3

  • fixed and improved language selection while creating an entry, because an entry has always to be in the system language first, before you can switch to another language

1.2.2

  • fixed category translated issue in twig template

1.2.1

  • removed editor.js
  • added missing description translation

1.2.0

  • Replaced editor.js with Shopware's default text editor
  • Added Blog Single Select CMS element, to show a single blog entry card
  • Added counter for meta title and description
  • Fixed JSON-LD SEO template
  • Prepared plugin base for the Blog PRO version

1.1.5

  • Added missing German author translations

1.1.4

  • Added author entity
  • Added category entity

1.1.3

  • changed SalesChannelCmsPageLoader to SalesChannelCmsPageLoaderInterface in BlogController

1.1.2

  • fixed Blog Plugin kills all meta-Infos from all other pages #20
  • fixed Stay on blogpost when saving #14
  • fixed Error 500 when using «Raw HTML» in Editor #9

1.1.1

  • fixed license to MIT

1.1.0

  • Added teaser image within listing
  • fixed error messages if title or slug is empty
  • added publish date to listing card

1.0.0

  • First release in Store