diff --git a/CHANGELOG.md b/CHANGELOG.md index 496d5a3e..a639279f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [5.1.8] + +### Fixed + +- TalentLyft integration bugfix + ## [5.1.7] ### Fixed @@ -722,7 +728,8 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. -[5.1.6]: https://github.com/infinum/eightshift-forms/compare/5.1.6...5.1.7 +[5.1.8]: https://github.com/infinum/eightshift-forms/compare/5.1.7...5.1.8 +[5.1.7]: https://github.com/infinum/eightshift-forms/compare/5.1.6...5.1.7 [5.1.6]: https://github.com/infinum/eightshift-forms/compare/5.1.5...5.1.6 [5.1.5]: https://github.com/infinum/eightshift-forms/compare/5.1.4...5.1.5 [5.1.4]: https://github.com/infinum/eightshift-forms/compare/5.1.3...5.1.4 diff --git a/eightshift-forms.php b/eightshift-forms.php index 3b3d47a7..82876b80 100644 --- a/eightshift-forms.php +++ b/eightshift-forms.php @@ -6,7 +6,7 @@ * Description: Eightshift Forms is a complete form builder plugin that utilizes modern Block editor features with multiple third-party integrations, bringing your project to a new level. * Author: WordPress team @Infinum * Author URI: https://eightshift.com/ - * Version: 5.1.7 + * Version: 5.1.8 * Text Domain: eightshift-forms * * @package EightshiftForms diff --git a/src/Integrations/Talentlyft/TalentlyftClient.php b/src/Integrations/Talentlyft/TalentlyftClient.php index 4e5aaf95..5341709c 100644 --- a/src/Integrations/Talentlyft/TalentlyftClient.php +++ b/src/Integrations/Talentlyft/TalentlyftClient.php @@ -285,7 +285,7 @@ public function getTestApi(): array */ private function getTalentlyftItems() { - $url = "{$this->getBaseUrl()}jobs?perPage=100&status=internal"; + $url = "{$this->getBaseUrl()}jobs?perPage=100"; $response = \wp_remote_get( $url,