Skip to content

Commit

Permalink
Merge pull request #59 from saferpay/feature/json-docu-update-v1.41
Browse files Browse the repository at this point in the history
Feature/json docu update v1.41
  • Loading branch information
uwfl authored Jul 3, 2024
2 parents f2ae7c3 + 146c4b5 commit 30cc3d5
Show file tree
Hide file tree
Showing 9 changed files with 2,645 additions and 2,652 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: _gh_pages

- name: build new version page
run: libs/GitHubPagesGenerator.exe -i "${{ github.workspace }}" -s "${{ github.workspace }}/Sitemap.json" -c "${{ github.workspace }}" -o _gh_pages -t "JSON API Spec-Version 1.40"
run: libs/GitHubPagesGenerator.exe -i "${{ github.workspace }}" -s "${{ github.workspace }}/Sitemap.json" -c "${{ github.workspace }}" -o _gh_pages -t "JSON API Spec-Version 1.41"

- name: push updated gh pages
uses: s0/git-publish-subdir-action@develop
Expand Down
7 changes: 7 additions & 0 deletions texts/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# <a name="changelog"></a> Changelog

## Table of Contents
- [Version 1.41](#v1.41.0.0.20240716)
- [Version 1.40](#v1.40.0.0.20240521)
- [Version 1.39](#v1.39.0.0.20240319)
- [Version 1.38](#v1.38.0.0.20240123)
Expand Down Expand Up @@ -39,6 +40,12 @@
- [Version 1.5](#v1.5.0.20170207)
- [Version 1.4](#v1.4.0.20161015)

## <a name="v1.41.0.0.20240716"></a> Version 1.41 (released 2024-07-16)
- available on Sandbox: 2024-07-02
- introduced version 1.41
- added value `1.41` for _SpecVersion_
- added additional info about the used ISO-standard and applied restrictions to field `LanguageCode` of the _Payer_ container and [SecureCardData/AliasInsert](index.html#Payment_v1_Alias_Insert) requests

## <a name="v1.40.0.0.20240521"></a> Version 1.40 (released 2024-05-21)
- available on Sandbox: 2024-05-07
- introduced version 1.40
Expand Down
288 changes: 144 additions & 144 deletions texts/ChapterAliasStore.md

Large diffs are not rendered by default.

Loading

0 comments on commit 30cc3d5

Please sign in to comment.