Skip to content

Commit

Permalink
[RELEASE] Release of v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Haeser committed Sep 22, 2020
1 parent 273ba84 commit fa0e1d1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

This changelog is according to [Keep a Changelog](http://keepachangelog.com).

All notable changes to this project will be documented in this file.
We will follow [Semantic Versioning](http://semver.org/).

## Yoast SEO for TYPO3 - EXT:news
With this extension you can use the Yoast SEO analysis in your news items.

## 2.1.0 September 22, 2020
### Added
* You now have the possibility to set the information you want to show up when someone shares your news item on social media. You can set the OG-tags and Twitter card properties in the tab Social now. [This feature is sponsored by ICTI Internet Passion](https://www.icti.es/)

### Changed
* We made sure the extension is working with TYPO3 CMS v8, v9 and v10.
* Added support for latest version of EXT:news (v7 and v8 of the extension)
* Works with latest versions of EXT:yoast_seo (v5, v6 and v7)
18 changes: 17 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,23 @@
"authors": [
{
"name": "Richard Haeser",
"email": "richard@richardhaeser.com"
"email": "richard@richardhaeser.com",
"homepage": "https://www.richardhaeser.com",
"role": "Developer"
}
],
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/richardhaeser"
},
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/rhaeser"
},
{
"type": "other",
"url": "https://www.richardhaeser.com/contact"
}
]
}
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
'category' => 'fe',
'state' => 'stable',
'author' => 'Richard Haeser',
'author_email' => 'richardhaeser@gmail.com',
'version' => '2.0.2',
'author_email' => 'richard@richardhaeser.com',
'version' => '2.1.0',
'constraints' => [
'depends' => [
'news' => '',
'yoast_seo' => '',
'news' => '7.0.0-8.99.99',
'yoast_seo' => '5.0.0-7.99.99',
'typo3' => '8.7.0-10.4.99'
],
'conflicts' => [],
Expand Down

0 comments on commit fa0e1d1

Please sign in to comment.