Changeset 3456899
- Timestamp:
- 02/09/2026 09:44:11 AM (8 weeks ago)
- Location:
- wintouch-cloud
- Files:
-
- 4 edited
- 8 copied
-
tags/1.0.0 (copied) (copied from wintouch-cloud/trunk)
-
tags/1.0.0/README.md (copied) (copied from wintouch-cloud/trunk/README.md) (1 diff)
-
tags/1.0.0/readme.txt (copied) (copied from wintouch-cloud/trunk/readme.txt) (1 diff)
-
tags/1.0.0/src/Api.php (copied) (copied from wintouch-cloud/trunk/src/Api.php) (1 diff)
-
tags/1.0.0/src/Authentication.php (copied) (copied from wintouch-cloud/trunk/src/Authentication.php)
-
tags/1.0.0/src/Order.php (copied) (copied from wintouch-cloud/trunk/src/Order.php)
-
tags/1.0.0/views/Enterprises.php (copied) (copied from wintouch-cloud/trunk/views/Enterprises.php)
-
tags/1.0.0/wintouch-cloud.php (copied) (copied from wintouch-cloud/trunk/wintouch-cloud.php) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Api.php (modified) (1 diff)
-
trunk/wintouch-cloud.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wintouch-cloud/tags/1.0.0/README.md
r3455527 r3456899 8 8 **Requires at least:** 5.0 9 9 **Tested up to:** 6.9 10 **Stable tag:** 0.0.1010 **Stable tag:** 1.0.0 11 11 **Requires PHP:** 7.2 12 12 **License:** GPLv2 or later -
wintouch-cloud/tags/1.0.0/readme.txt
r3455527 r3456899 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 0.0.106 Stable tag: 1.0.0 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later -
wintouch-cloud/tags/1.0.0/src/Api.php
r3455527 r3456899 6 6 7 7 class Api { 8 private $api_url = 'https://gateway -qa.wintouchcloud.com/api/v1/';8 private $api_url = 'https://gateway.wintouchcloud.com/api/v1/'; 9 9 10 10 public function Login($email, $password) { -
wintouch-cloud/tags/1.0.0/wintouch-cloud.php
r3455527 r3456899 3 3 * Plugin Name: WINTOUCH Cloud 4 4 * Description: Uma ferramenta de faturação para o seu negócio. 5 * Version: 0.0.105 * Version: 1.0.0 6 6 * Author: WINTOUCH 7 7 * Author URI: https://wintouchcloud.com -
wintouch-cloud/trunk/README.md
r3455527 r3456899 8 8 **Requires at least:** 5.0 9 9 **Tested up to:** 6.9 10 **Stable tag:** 0.0.1010 **Stable tag:** 1.0.0 11 11 **Requires PHP:** 7.2 12 12 **License:** GPLv2 or later -
wintouch-cloud/trunk/readme.txt
r3455527 r3456899 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 0.0.106 Stable tag: 1.0.0 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later -
wintouch-cloud/trunk/src/Api.php
r3455527 r3456899 6 6 7 7 class Api { 8 private $api_url = 'https://gateway -qa.wintouchcloud.com/api/v1/';8 private $api_url = 'https://gateway.wintouchcloud.com/api/v1/'; 9 9 10 10 public function Login($email, $password) { -
wintouch-cloud/trunk/wintouch-cloud.php
r3455527 r3456899 3 3 * Plugin Name: WINTOUCH Cloud 4 4 * Description: Uma ferramenta de faturação para o seu negócio. 5 * Version: 0.0.105 * Version: 1.0.0 6 6 * Author: WINTOUCH 7 7 * Author URI: https://wintouchcloud.com
Note: See TracChangeset
for help on using the changeset viewer.