diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3d779..85a23f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.3] 2024-10-07 +### Updated +Change the documentation link for Embedded signing + ## [v1.0.2] 2024-06-13 ### Updated Change the link to the public API documentation on the thank you page diff --git a/README.md b/README.md index b1000aa..77998ee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This sample application demonstrates how the signNow API and PHP SDK can be used * [Authentication](https://docs.signnow.com/docs/signnow/j6jxdlizr86se-generate-access-token) * [Upload document](https://docs.signnow.com/docs/signnow/i4216w3e1jv3p-upload-document) * [Add fillable fields](https://docs.signnow.com/docs/signnow/xsttpdx7r60iw-edit-document) -* [Embedded signing](https://docs.signnow.com/docs/signnow/ldrvp38247013-create-embedded-signing-invite) +* [Embedded signing](https://docs.signnow.com/docs/signnow/document-embedded-signing/operations/create-a-v-2-document-embedded-invite) Try using the sample application for testing purposes or use it as a skeleton for your own application. To create an application that generates legally binding signatures, you’ll need a signNow subscription. diff --git a/VERSION b/VERSION index 6d7de6e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3