Updated knowledge base links.

This commit is contained in:
Mark Sauer
2021-05-29 00:07:35 +08:00
parent 03db4e5428
commit ef8069efb6
6 changed files with 7 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
vscode

Binary file not shown.

View File

@@ -3,7 +3,7 @@
/* /*
Plugin Name: GoToMyAccounts Single Sign On Plugin Name: GoToMyAccounts Single Sign On
Description: Provides single sign on (SSO) capabilites in a WordPress site for logged in a user to seamlessly access pages in a GoToMyAccounts customer portal. Description: Provides single sign on (SSO) capabilites in a WordPress site for logged in a user to seamlessly access pages in a GoToMyAccounts customer portal.
Version: 1.0.0 Version: 1.0.2
Author: GoToMyAccounts Author: GoToMyAccounts
Author URI: https://www.gotomyaccounts.com Author URI: https://www.gotomyaccounts.com
License: GPL 3.0 License: GPL 3.0

View File

@@ -98,7 +98,7 @@ foreach ($avail_pages as $page)
<li>Click a menu item to test.</li> <li>Click a menu item to test.</li>
</ol> </ol>
<h3> <h3>
<a target="_blank" href="https://help.gotomyaccounts.com/en-us/article/how-to-setup-wordpress-single-sign-on-sso-1g3udeu/">Full Documentation</a> <a target="_blank" href="https://help.gotomyaccounts.com/getting-started/how-to-setup-wordpress-single-sign-on-sso">Full Documentation</a>
</h3> </h3>
</div> </div>
<hr> <hr>

View File

@@ -2,8 +2,8 @@
Contributors: (marksauer) Contributors: (marksauer)
Tags: QuickBooks Desktop, QuickBooks Online, GoToMyAccounts, Customer Portal, SSO Tags: QuickBooks Desktop, QuickBooks Online, GoToMyAccounts, Customer Portal, SSO
Requires at least: 4.6 Requires at least: 4.6
Tested up to: 5.6.1 Tested up to: 5.6.2
Stable tag: 1.0.1 Stable tag: 1.0.2
Requires PHP: 5.2.4 Requires PHP: 5.2.4
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -16,10 +16,10 @@ The GoToMyAccounts Single Sign On plugin for WordPress allows you to have direct
Full installation, configuration, and usage details are available in the following knowledge base article. Full installation, configuration, and usage details are available in the following knowledge base article.
**[How To Setup WordPress Single Sign On (SSO)](https://help.gotomyaccounts.com/kb/getting-started/how-to-setup-wordpress-single-sign-on-sso)** **[How To Setup WordPress Single Sign On (SSO)](https://help.gotomyaccounts.com/getting-started/how-to-setup-wordpress-single-sign-on-sso)**
== Installation == == Installation ==
Full installation, configuration, and usage details are available in the following knowledge base article. Full installation, configuration, and usage details are available in the following knowledge base article.
**[How To Setup WordPress Single Sign On (SSO)](https://help.gotomyaccounts.com/kb/getting-started/how-to-setup-wordpress-single-sign-on-sso)** **[How To Setup WordPress Single Sign On (SSO)](https://help.gotomyaccounts.com/getting-started/how-to-setup-wordpress-single-sign-on-sso)**

Binary file not shown.