Changeset 3013401
- Timestamp:
- 12/22/2023 02:22:49 PM (2 years ago)
- Location:
- infast
- Files:
-
- 3 edited
- 8 copied
-
tags/1.0.22 (copied) (copied from infast/trunk)
-
tags/1.0.22/README.txt (copied) (copied from infast/trunk/README.txt) (2 diffs)
-
tags/1.0.22/admin/class-infast-woocommerce-admin.php (copied) (copied from infast/trunk/admin/class-infast-woocommerce-admin.php) (1 diff)
-
tags/1.0.22/includes/class-infast-woocommerce.php (copied) (copied from infast/trunk/includes/class-infast-woocommerce.php)
-
tags/1.0.22/includes/infast-api/class-infast-woocommerce-auth-api.php (copied) (copied from infast/trunk/includes/infast-api/class-infast-woocommerce-auth-api.php)
-
tags/1.0.22/includes/infast-api/class-infast-woocommerce-customer-api.php (copied) (copied from infast/trunk/includes/infast-api/class-infast-woocommerce-customer-api.php)
-
tags/1.0.22/includes/infast-api/class-infast-woocommerce-document-api.php (copied) (copied from infast/trunk/includes/infast-api/class-infast-woocommerce-document-api.php)
-
tags/1.0.22/infast-woocommerce.php (copied) (copied from infast/trunk/infast-woocommerce.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-infast-woocommerce-admin.php (modified) (1 diff)
-
trunk/infast-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infast/tags/1.0.22/README.txt
r3012062 r3013401 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.2 7 Stable tag: 1.0.2 17 Stable tag: 1.0.22 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 124 124 125 125 == Changelog == 126 = Version 1.0.22 = 127 - Amélioration interne 128 126 129 = Version 1.0.21 = 127 130 - Testé avec la version 6.4 de Woordpress -
infast/tags/1.0.22/admin/class-infast-woocommerce-admin.php
r3012062 r3013401 255 255 256 256 public function http_headers_useragent( $user_agent, $url) { 257 return $user_agent . '; infast-plugin-version/1.0.2 1';257 return $user_agent . '; infast-plugin-version/1.0.22'; 258 258 } 259 259 -
infast/tags/1.0.22/infast-woocommerce.php
r3012062 r3013401 17 17 * Plugin URI: https://intia.fr/fr/plugin-woocommerce 18 18 * Description: Créez et envoyez par e-mail des factures conformes automatiquement à chaque commande passée sur votre e-boutique WooCommerce. 19 * Version: 1.0.2 119 * Version: 1.0.22 20 20 * Author: INTIA 21 21 * Author URI: https://intia.fr … … 43 43 * URL used for API calls 44 44 */ 45 //define( 'INFAST_API_URL', 'https://app.intia.fr/' );46 define( 'INFAST_API_URL', 'http://172.17.0.1:3000/' );45 define( 'INFAST_API_URL', 'https://app.intia.fr/' ); 46 // define( 'INFAST_API_URL', 'http://172.17.0.1:3000/' ); 47 47 48 48 /** -
infast/trunk/README.txt
r3012062 r3013401 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.2 7 Stable tag: 1.0.2 17 Stable tag: 1.0.22 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 124 124 125 125 == Changelog == 126 = Version 1.0.22 = 127 - Amélioration interne 128 126 129 = Version 1.0.21 = 127 130 - Testé avec la version 6.4 de Woordpress -
infast/trunk/admin/class-infast-woocommerce-admin.php
r3012062 r3013401 255 255 256 256 public function http_headers_useragent( $user_agent, $url) { 257 return $user_agent . '; infast-plugin-version/1.0.2 1';257 return $user_agent . '; infast-plugin-version/1.0.22'; 258 258 } 259 259 -
infast/trunk/infast-woocommerce.php
r3012062 r3013401 17 17 * Plugin URI: https://intia.fr/fr/plugin-woocommerce 18 18 * Description: Créez et envoyez par e-mail des factures conformes automatiquement à chaque commande passée sur votre e-boutique WooCommerce. 19 * Version: 1.0.2 119 * Version: 1.0.22 20 20 * Author: INTIA 21 21 * Author URI: https://intia.fr … … 43 43 * URL used for API calls 44 44 */ 45 //define( 'INFAST_API_URL', 'https://app.intia.fr/' );46 define( 'INFAST_API_URL', 'http://172.17.0.1:3000/' );45 define( 'INFAST_API_URL', 'https://app.intia.fr/' ); 46 // define( 'INFAST_API_URL', 'http://172.17.0.1:3000/' ); 47 47 48 48 /**
Note: See TracChangeset
for help on using the changeset viewer.