Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change linkedin client version #148

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading