Changeset 2746432
- Timestamp:
- 06/22/2022 12:51:45 PM (4 years ago)
- Location:
- integrai
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.22 (copied) (copied from integrai/trunk)
-
tags/1.0.22/includes/class-integrai.php (modified) (1 diff)
-
tags/1.0.22/integrai.php (modified) (2 diffs)
-
tags/1.0.22/public/class-integrai-public.php (modified) (2 diffs)
-
tags/1.0.22/readme.txt (modified) (1 diff)
-
trunk/includes/class-integrai.php (modified) (1 diff)
-
trunk/integrai.php (modified) (2 diffs)
-
trunk/public/class-integrai-public.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
integrai/tags/1.0.22/includes/class-integrai.php
r2739601 r2746432 29 29 $this->version = INTEGRAI_VERSION; 30 30 } else { 31 $this->version = '1.0.2 1';31 $this->version = '1.0.22'; 32 32 } 33 33 $this->Integrai = 'integrai'; -
integrai/tags/1.0.22/integrai.php
r2739601 r2746432 17 17 * Plugin URI: https://github.com/integrai/woocommerce 18 18 * Description: Integração com os principais meios de pagamento e cálculo de frete para a sua plataforma de e-commerce WP WooCommerce. 19 * Version: 1.0.2 119 * Version: 1.0.22 20 20 * Author: Integrai 21 21 * Author URI: https://integrai.com.br … … 39 39 * Rename this for your plugin and update it as you release new versions. 40 40 */ 41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.2 1' );41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.22' ); 42 42 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 43 43 -
integrai/tags/1.0.22/public/class-integrai-public.php
r2739601 r2746432 388 388 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-health.php'; 389 389 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-categories.php'; 390 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-send-event.php';391 390 392 391 // ATTRIBUTES … … 417 416 $integrai_categories_controller = new Integrai_Categories_Controller(); 418 417 $integrai_categories_controller->register_routes(); 419 420 // SEND EVENT421 $integrai_send_event_controller = new Integrai_Send_Event_Controller();422 $integrai_send_event_controller->register_routes();423 418 } 424 419 -
integrai/tags/1.0.22/readme.txt
r2739601 r2746432 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.7 8 Stable tag: 1.0.2 18 Stable tag: 1.0.22 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
integrai/trunk/includes/class-integrai.php
r2739601 r2746432 29 29 $this->version = INTEGRAI_VERSION; 30 30 } else { 31 $this->version = '1.0.2 1';31 $this->version = '1.0.22'; 32 32 } 33 33 $this->Integrai = 'integrai'; -
integrai/trunk/integrai.php
r2739601 r2746432 17 17 * Plugin URI: https://github.com/integrai/woocommerce 18 18 * Description: Integração com os principais meios de pagamento e cálculo de frete para a sua plataforma de e-commerce WP WooCommerce. 19 * Version: 1.0.2 119 * Version: 1.0.22 20 20 * Author: Integrai 21 21 * Author URI: https://integrai.com.br … … 39 39 * Rename this for your plugin and update it as you release new versions. 40 40 */ 41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.2 1' );41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.22' ); 42 42 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 43 43 -
integrai/trunk/public/class-integrai-public.php
r2739601 r2746432 388 388 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-health.php'; 389 389 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-categories.php'; 390 require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-send-event.php';391 390 392 391 // ATTRIBUTES … … 417 416 $integrai_categories_controller = new Integrai_Categories_Controller(); 418 417 $integrai_categories_controller->register_routes(); 419 420 // SEND EVENT421 $integrai_send_event_controller = new Integrai_Send_Event_Controller();422 $integrai_send_event_controller->register_routes();423 418 } 424 419 -
integrai/trunk/readme.txt
r2739601 r2746432 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.7 8 Stable tag: 1.0.2 18 Stable tag: 1.0.22 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.