Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Oct 31, 2024
1 parent 73487eb commit 03d1077
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eightshift-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Integrations/Talentlyft/TalentlyftClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03d1077

Please sign in to comment.