diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c32236 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vscode \ No newline at end of file diff --git a/gotomyaccounts-sso.zip b/gotomyaccounts-sso.zip index 7773c05..7ab29fe 100644 Binary files a/gotomyaccounts-sso.zip and b/gotomyaccounts-sso.zip differ diff --git a/gotomyaccounts-sso/gotomyaccounts-sso.php b/gotomyaccounts-sso/gotomyaccounts-sso.php index 1e16d71..f09e32c 100644 --- a/gotomyaccounts-sso/gotomyaccounts-sso.php +++ b/gotomyaccounts-sso/gotomyaccounts-sso.php @@ -3,7 +3,7 @@ /* 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. - Version: 1.0.0 + Version: 1.0.2 Author: GoToMyAccounts Author URI: https://www.gotomyaccounts.com License: GPL 3.0 diff --git a/gotomyaccounts-sso/includes/gtma-settings.php b/gotomyaccounts-sso/includes/gtma-settings.php index 12749d3..2bdb113 100644 --- a/gotomyaccounts-sso/includes/gtma-settings.php +++ b/gotomyaccounts-sso/includes/gtma-settings.php @@ -98,7 +98,7 @@ foreach ($avail_pages as $page)
  • Click a menu item to test.
  • - Full Documentation + Full Documentation


    diff --git a/gotomyaccounts-sso/readme.txt b/gotomyaccounts-sso/readme.txt index a56593b..c23fb72 100644 --- a/gotomyaccounts-sso/readme.txt +++ b/gotomyaccounts-sso/readme.txt @@ -2,8 +2,8 @@ Contributors: (marksauer) Tags: QuickBooks Desktop, QuickBooks Online, GoToMyAccounts, Customer Portal, SSO Requires at least: 4.6 -Tested up to: 5.6.1 -Stable tag: 1.0.1 +Tested up to: 5.6.2 +Stable tag: 1.0.2 Requires PHP: 5.2.4 License: GPLv2 or later 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. -**[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 == 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)** \ No newline at end of file +**[How To Setup WordPress Single Sign On (SSO)](https://help.gotomyaccounts.com/getting-started/how-to-setup-wordpress-single-sign-on-sso)** \ No newline at end of file diff --git a/gotomyaccounts-sso_old.zip b/gotomyaccounts-sso_old.zip deleted file mode 100644 index 0d37a84..0000000 Binary files a/gotomyaccounts-sso_old.zip and /dev/null differ