Changeset 2893381
- Timestamp:
- 04/04/2023 08:20:43 AM (3 years ago)
- Location:
- feexpay
- Files:
-
- 168 added
- 1 deleted
-
assets/banner-1544x500.jpg (deleted)
-
assets/banner-772x250.jpg (added)
-
tags/1.0.0 (added)
-
tags/1.0.0/.gitignore (added)
-
tags/1.0.0/README.md (added)
-
tags/1.0.0/admin (added)
-
tags/1.0.0/admin/feexpay-settings.php (added)
-
tags/1.0.0/assets (added)
-
tags/1.0.0/assets/css (added)
-
tags/1.0.0/assets/css/FeexPayButton.scss (added)
-
tags/1.0.0/assets/css/index.css (added)
-
tags/1.0.0/assets/css/modal.css (added)
-
tags/1.0.0/assets/img (added)
-
tags/1.0.0/assets/img/feexpay_logo.png (added)
-
tags/1.0.0/assets/js (added)
-
tags/1.0.0/assets/js/admin.js (added)
-
tags/1.0.0/assets/js/checkout.js (added)
-
tags/1.0.0/assets/js/invoke.js (added)
-
tags/1.0.0/assets/js/jscolor.js (added)
-
tags/1.0.0/includes (added)
-
tags/1.0.0/includes/class-wc-feexpay-gateway.php (added)
-
tags/1.0.0/readme.txt (added)
-
tags/1.0.0/vendor (added)
-
tags/1.0.0/vendor/autoload.php (added)
-
tags/1.0.0/vendor/composer (added)
-
tags/1.0.0/vendor/composer/ClassLoader.php (added)
-
tags/1.0.0/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.0/vendor/composer/LICENSE (added)
-
tags/1.0.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.0/vendor/composer/autoload_files.php (added)
-
tags/1.0.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.0/vendor/composer/autoload_real.php (added)
-
tags/1.0.0/vendor/composer/autoload_static.php (added)
-
tags/1.0.0/vendor/composer/installed.json (added)
-
tags/1.0.0/vendor/composer/installed.php (added)
-
tags/1.0.0/vendor/composer/platform_check.php (added)
-
tags/1.0.0/vendor/feexpay (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/.gitignore (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/composer.json (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/composer.lock (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/sample (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/sample/index.php (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/src (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/src/Constants.php (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/src/Feexpay.php (added)
-
tags/1.0.0/vendor/feexpay/feexpay-php/src/Status.php (added)
-
tags/1.0.0/vendor/guzzlehttp (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/CHANGELOG.md (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/LICENSE (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/README.md (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/UPGRADING.md (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/composer.json (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Client.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/ClientInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/HandlerStack.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/MessageFormatter.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Middleware.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/Pool.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/RequestOptions.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/TransferStats.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/UriTemplate.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/functions.php (added)
-
tags/1.0.0/vendor/guzzlehttp/guzzle/src/functions_include.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/CHANGELOG.md (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/LICENSE (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/Makefile (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/README.md (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/composer.json (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/AggregateException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/CancellationException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/Coroutine.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/EachPromise.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/FulfilledPromise.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/Promise.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/PromiseInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/PromisorInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/RejectedPromise.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/RejectionException.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/TaskQueue.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/TaskQueueInterface.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/functions.php (added)
-
tags/1.0.0/vendor/guzzlehttp/promises/src/functions_include.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7 (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/CHANGELOG.md (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/LICENSE (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/README.md (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/composer.json (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/AppendStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/BufferStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/CachingStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/DroppingStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/FnStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/InflateStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/LazyOpenStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/LimitStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/MessageTrait.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/MultipartStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/NoSeekStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/PumpStream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/Request.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/Response.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/Rfc7230.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/ServerRequest.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/Stream.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/StreamWrapper.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/UploadedFile.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/Uri.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/UriNormalizer.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/UriResolver.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/functions.php (added)
-
tags/1.0.0/vendor/guzzlehttp/psr7/src/functions_include.php (added)
-
tags/1.0.0/vendor/psr (added)
-
tags/1.0.0/vendor/psr/http-message (added)
-
tags/1.0.0/vendor/psr/http-message/CHANGELOG.md (added)
-
tags/1.0.0/vendor/psr/http-message/LICENSE (added)
-
tags/1.0.0/vendor/psr/http-message/README.md (added)
-
tags/1.0.0/vendor/psr/http-message/composer.json (added)
-
tags/1.0.0/vendor/psr/http-message/src (added)
-
tags/1.0.0/vendor/psr/http-message/src/MessageInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/RequestInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/ResponseInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/StreamInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/1.0.0/vendor/psr/http-message/src/UriInterface.php (added)
-
tags/1.0.0/vendor/ralouphie (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders/LICENSE (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders/README.md (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders/composer.json (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders/src (added)
-
tags/1.0.0/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/1.0.0/wp-feexpay.php (added)
Note: See TracChangeset
for help on using the changeset viewer.