Changeset 3320730
- Timestamp:
- 07/01/2025 03:23:14 PM (8 months ago)
- Location:
- trust-swiftly-verification
- Files:
-
- 278 added
- 3 edited
-
tags/1.1.15 (added)
-
tags/1.1.15/.gitignore (added)
-
tags/1.1.15/LICENSE (added)
-
tags/1.1.15/README.md (added)
-
tags/1.1.15/assets (added)
-
tags/1.1.15/assets/banner-772x250.png (added)
-
tags/1.1.15/assets/css (added)
-
tags/1.1.15/assets/css/admin.css (added)
-
tags/1.1.15/assets/css/app.css (added)
-
tags/1.1.15/assets/css/select2.min.css (added)
-
tags/1.1.15/assets/icon-128x128.png (added)
-
tags/1.1.15/assets/img (added)
-
tags/1.1.15/assets/img/pill-grey-ts.svg (added)
-
tags/1.1.15/assets/img/pill-outlined-ts.svg (added)
-
tags/1.1.15/assets/img/pill-solid-color-ts.svg (added)
-
tags/1.1.15/assets/img/rectangle-grey-ts.svg (added)
-
tags/1.1.15/assets/img/rectangle-outlined-ts.svg (added)
-
tags/1.1.15/assets/img/rectangle-solid-color-ts.svg (added)
-
tags/1.1.15/assets/js (added)
-
tags/1.1.15/assets/js/admin.js (added)
-
tags/1.1.15/assets/js/checkout-block.js (added)
-
tags/1.1.15/assets/js/checkout-helper.js (added)
-
tags/1.1.15/assets/js/checkout.js (added)
-
tags/1.1.15/assets/js/select2.min.js (added)
-
tags/1.1.15/bootstrap.php (added)
-
tags/1.1.15/composer.json (added)
-
tags/1.1.15/composer.lock (added)
-
tags/1.1.15/config (added)
-
tags/1.1.15/config/config.php (added)
-
tags/1.1.15/config/constants.php (added)
-
tags/1.1.15/core (added)
-
tags/1.1.15/core/Autoloader.php (added)
-
tags/1.1.15/lib (added)
-
tags/1.1.15/lib/TrustSwiftly (added)
-
tags/1.1.15/lib/TrustSwiftly/Api (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Client.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Statistics (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Statistics/StatisticsApiClient.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Templates (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Templates/TemplateApiClient.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Users (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Users/UserApiClient.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Validation (added)
-
tags/1.1.15/lib/TrustSwiftly/Api/Validation/CredentialValidationClient.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Enums (added)
-
tags/1.1.15/lib/TrustSwiftly/Enums/HttpStatusCodes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions/ApiException.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions/ConfigException.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions/HttpException.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions/RequestTimeOut.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Exceptions/RequiredParameterMissing.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/BaseResponseManager.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/BaseRouteManager.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/ConfigManager.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Interfaces (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Interfaces/StatisticsRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Interfaces/TemplateRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Interfaces/UserRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Interfaces/ValidationRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Routes (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Routes/StatisticApiRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Routes/TemplateApiRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Routes/UserApiRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Managers/Routes/ValidationApiRoutes.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Resources (added)
-
tags/1.1.15/lib/TrustSwiftly/Resources/User.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Responses (added)
-
tags/1.1.15/lib/TrustSwiftly/Responses/UserCreateResponse.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Responses/UserDetailResponse.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Responses/UserMagicLinkResponse.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Security (added)
-
tags/1.1.15/lib/TrustSwiftly/Security/EmbedSignature.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Security/ValidationSignature.php (added)
-
tags/1.1.15/lib/TrustSwiftly/Security/WebhookSignature.php (added)
-
tags/1.1.15/lib/TrustSwiftly/TrustSwiftly.php (added)
-
tags/1.1.15/readme.txt (added)
-
tags/1.1.15/src (added)
-
tags/1.1.15/src/Api (added)
-
tags/1.1.15/src/Api/Ipn.php (added)
-
tags/1.1.15/src/Settings (added)
-
tags/1.1.15/src/Settings/Settings.php (added)
-
tags/1.1.15/src/TrustVerifyPlugin.php (added)
-
tags/1.1.15/src/WooCommerce (added)
-
tags/1.1.15/src/WooCommerce/ReturnHandler.php (added)
-
tags/1.1.15/src/WooCommerce/Verification.php (added)
-
tags/1.1.15/src/helpers (added)
-
tags/1.1.15/src/helpers/functions.php (added)
-
tags/1.1.15/trustswiftly-verification.php (added)
-
tags/1.1.15/vendor (added)
-
tags/1.1.15/vendor/autoload.php (added)
-
tags/1.1.15/vendor/composer (added)
-
tags/1.1.15/vendor/composer/ClassLoader.php (added)
-
tags/1.1.15/vendor/composer/LICENSE (added)
-
tags/1.1.15/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.15/vendor/composer/autoload_files.php (added)
-
tags/1.1.15/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.15/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.15/vendor/composer/autoload_real.php (added)
-
tags/1.1.15/vendor/composer/autoload_static.php (added)
-
tags/1.1.15/vendor/composer/installed.json (added)
-
tags/1.1.15/vendor/guzzlehttp (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/BodySummarizer.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/ClientTrait.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/Utils.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/1.1.15/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/Makefile (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/README.md (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/composer.json (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Create.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Each.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Is.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/Utils.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/1.1.15/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7 (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/README.md (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Exception (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Header.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/HttpFactory.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Message.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/MimeType.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Query.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/src/Utils.php (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/php-cs-fixer (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/php-cs-fixer/composer.json (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/phpstan (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/phpstan/composer.json (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/psalm (added)
-
tags/1.1.15/vendor/guzzlehttp/psr7/vendor-bin/psalm/composer.json (added)
-
tags/1.1.15/vendor/psr (added)
-
tags/1.1.15/vendor/psr/http-client (added)
-
tags/1.1.15/vendor/psr/http-client/CHANGELOG.md (added)
-
tags/1.1.15/vendor/psr/http-client/LICENSE (added)
-
tags/1.1.15/vendor/psr/http-client/README.md (added)
-
tags/1.1.15/vendor/psr/http-client/composer.json (added)
-
tags/1.1.15/vendor/psr/http-client/src (added)
-
tags/1.1.15/vendor/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/1.1.15/vendor/psr/http-client/src/ClientInterface.php (added)
-
tags/1.1.15/vendor/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/1.1.15/vendor/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory (added)
-
tags/1.1.15/vendor/psr/http-factory/.gitignore (added)
-
tags/1.1.15/vendor/psr/http-factory/.pullapprove.yml (added)
-
tags/1.1.15/vendor/psr/http-factory/LICENSE (added)
-
tags/1.1.15/vendor/psr/http-factory/README.md (added)
-
tags/1.1.15/vendor/psr/http-factory/composer.json (added)
-
tags/1.1.15/vendor/psr/http-factory/src (added)
-
tags/1.1.15/vendor/psr/http-factory/src/RequestFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory/src/StreamFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-factory/src/UriFactoryInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message (added)
-
tags/1.1.15/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/1.1.15/vendor/psr/http-message/LICENSE (added)
-
tags/1.1.15/vendor/psr/http-message/README.md (added)
-
tags/1.1.15/vendor/psr/http-message/composer.json (added)
-
tags/1.1.15/vendor/psr/http-message/src (added)
-
tags/1.1.15/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/1.1.15/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/1.1.15/vendor/ralouphie (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders/README.md (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders/src (added)
-
tags/1.1.15/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/1.1.15/vendor/symfony (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/.gitignore (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/CHANGELOG.md (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/LICENSE (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/README.md (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/composer.json (added)
-
tags/1.1.15/vendor/symfony/deprecation-contracts/function.php (added)
-
tags/1.1.15/views (added)
-
tags/1.1.15/views/admin-settings-page.php (added)
-
tags/1.1.15/views/post-order-verification.php (added)
-
trunk/assets/js/checkout-block.js (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/trustswiftly-verification.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trust-swiftly-verification/trunk/assets/js/checkout-block.js
r3320256 r3320730 65 65 // Only bind once (unbind first for safety) 66 66 $('.wc-block-components-checkout-place-order-button').off('click.tsVerify').on('click.tsVerify', onPlaceOrderClick); 67 // (Optional) Also classic Woo buttons if you need support68 $('button#place_order').off('click.tsVerify').on('click.tsVerify', onPlaceOrderClick);69 67 } 70 68 -
trust-swiftly-verification/trunk/readme.txt
r3320256 r3320730 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 8.2 7 Stable tag: 1.1.1 47 Stable tag: 1.1.15 8 8 License: GPLv2 or later 9 9 … … 61 61 * After creating it, click **Show Secret**, copy the **Webhook Secret**, and paste it into the corresponding field in your WordPress plugin settings. 62 62 63 5. **Configure Final Settings:** 63 5. **Set Up Return URL:** 64 * A redirect url ensures the user is sent back to the checkout page. 65 * In your Trust Swiftly dashboard, go to <kbd>Settings</kbd> -> <kbd>General</kbd> and click **Login & Verification**. 66 * Copy the Redirect URL from your WordPress plugin settings page (e.g., `https://your-site.com/index.php?rest_route=/ts/v1/return/&order_id=[order_id]&email=[user_email]`) and paste it into the Completion Redirect URL input. 67 * After, click **Update Settings**. 68 69 6. **Configure Final Settings:** 64 70 * Back in WordPress, select your newly created **Verification Template** from the dropdown menu. 65 71 * Choose where to trigger the verification (e.g., before or after checkout) and configure any other desired options. … … 104 110 == Changelog == 105 111 112 = 1.1.15 = 113 * **Bug:** Fix classic checkout. 114 106 115 = 1.1.14 = 107 116 * **Tweak:** Improved the checkout user experience by making the verification button appear instantly as a valid email is typed. -
trust-swiftly-verification/trunk/trustswiftly-verification.php
r3320256 r3320730 9 9 * Author: Trust Swiftly 10 10 * Author URI: https://www.trustswiftly.com 11 * Version: 1.1.1 411 * Version: 1.1.15 12 12 * Text Domain: trust-swiftly-verification 13 13 */ … … 27 27 28 28 if ( ! defined( 'TS_PLUGIN_VERSION' ) ) { 29 define( 'TS_PLUGIN_VERSION', '1.1.1 4' ); // Make sure this matches the version in the header29 define( 'TS_PLUGIN_VERSION', '1.1.15' ); // Make sure this matches the version in the header 30 30 } 31 31 require_once __DIR__ . '/bootstrap.php';
Note: See TracChangeset
for help on using the changeset viewer.