Skip to content

Commit

Permalink
Merge pull request #1 from signnow/update-documentation-links
Browse files Browse the repository at this point in the history
Updated documentation links
  • Loading branch information
JiSoft authored Apr 18, 2024
2 parents a91422b + f739701 commit dbbfb00
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.1] 2024-04-18
### Updated
Links to signNow API documentation in README.md.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

This sample application demonstrates how the signNow API and PHP SDK can be used to construct applications with signing flows. This sample application operates using the following features:

* [Authentication](https://docs.signnow.com/docs/signnow/reference%2Foperations%2Fcreate-a-oauth-2-token)
* [Upload document](https://docs.signnow.com/docs/signnow/branches/v1.2/reference%2Foperations%2Fcreate-a-document)
* [Add fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document)
* [Embedded signing](https://docs.signnow.com/docs/signnow/guides-embedded-signing)
* [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)

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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit dbbfb00

Please sign in to comment.