Skip to content

Commit

Permalink
Merge pull request #148 from pdir/change-linkedin-client-version
Browse files Browse the repository at this point in the history
Change linkedin client version
  • Loading branch information
MDevster authored Aug 28, 2024
2 parents 31c3e82 + 751a417 commit b2a792c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ Diese Version ist aktuell nur über das "early adopter"-Programm (EAP) verfügba
- [Fixed] Remove warnings in cron listener
- [Fixed] Add missing translations (de,en,it)

## [2.12.5](https://github.com/pdir/social-feed-bundle/tree/2.12.5) - 2023-09-20
## [2.12.6](https://github.com/pdir/social-feed-bundle/tree/2.12.6) - 2024-08-27

- [Changed] samoritano/linkedin-api-php-client-v2 from dev-master to ^0.1

## [2.12.5](https://github.com/pdir/social-feed-bundle/tree/2.12.5) - 2024-08-20

- [Changed] doctrine/cache from 1.9 to ^2.1
- [Changed] guzzlehttp/guzzle from 6.3 to ^7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"kevinrob/guzzle-cache-middleware": "^3.2",
"doctrine/cache": "^2.1",
"doctrine/dbal": "^2.0 || ^3.0",
"samoritano/linkedin-api-php-client-v2": "dev-master as 0.0.20"
"samoritano/linkedin-api-php-client-v2": "^0.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Dca/tl_social_feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class tl_social_feed
/**
* social-feed-bundle version.
*/
public const VERSION = '2.12.5';
public const VERSION = '2.12.6';

/**
* Template.
Expand Down

0 comments on commit b2a792c

Please sign in to comment.