Changeset 2746441
- Timestamp:
- 06/22/2022 01:04:31 PM (4 years ago)
- Location:
- integrai
- Files:
-
- 2 deleted
- 10 edited
- 1 copied
-
tags/1.0.23 (copied) (copied from integrai/trunk)
-
tags/1.0.23/includes/class-integrai-deactivator.php (modified) (1 diff)
-
tags/1.0.23/includes/class-integrai-uninstall.php (deleted)
-
tags/1.0.23/includes/class-integrai.php (modified) (1 diff)
-
tags/1.0.23/integrai.php (modified) (2 diffs)
-
tags/1.0.23/readme.txt (modified) (1 diff)
-
tags/1.0.23/uninstall.php (modified) (1 diff)
-
trunk/includes/class-integrai-deactivator.php (modified) (1 diff)
-
trunk/includes/class-integrai-uninstall.php (deleted)
-
trunk/includes/class-integrai.php (modified) (1 diff)
-
trunk/integrai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
integrai/tags/1.0.23/includes/class-integrai-deactivator.php
r2558201 r2746441 2 2 3 3 include_once INTEGRAI__PLUGIN_DIR . 'includes/class-integrai-helpers.php'; 4 include_once INTEGRAI__PLUGIN_DIR . 'includes/class-integrai-uninstall.php';5 4 6 5 class Integrai_Deactivator { -
integrai/tags/1.0.23/includes/class-integrai.php
r2746432 r2746441 29 29 $this->version = INTEGRAI_VERSION; 30 30 } else { 31 $this->version = '1.0.2 2';31 $this->version = '1.0.23'; 32 32 } 33 33 $this->Integrai = 'integrai'; -
integrai/tags/1.0.23/integrai.php
r2746432 r2746441 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 219 * Version: 1.0.23 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 2' );41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.23' ); 42 42 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 43 43 -
integrai/tags/1.0.23/readme.txt
r2746432 r2746441 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.7 8 Stable tag: 1.0.2 28 Stable tag: 1.0.23 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
integrai/tags/1.0.23/uninstall.php
r2558201 r2746441 5 5 } 6 6 7 Integrai_Uninstall::uninstall(); 7 // delete database table 8 global $wpdb; 9 $table_name = $wpdb->prefix .'integrai_config'; 10 $wpdb->query("DROP TABLE IF EXISTS {$table_name}"); 11 12 $table_name = $wpdb->prefix . 'integrai_process_events'; 13 $wpdb->query("DROP TABLE IF EXISTS {$table_name}"); 14 15 $table_name = $wpdb->prefix . 'integrai_events'; 16 $wpdb->query("DROP TABLE IF EXISTS {$table_name}"); -
integrai/trunk/includes/class-integrai-deactivator.php
r2558201 r2746441 2 2 3 3 include_once INTEGRAI__PLUGIN_DIR . 'includes/class-integrai-helpers.php'; 4 include_once INTEGRAI__PLUGIN_DIR . 'includes/class-integrai-uninstall.php';5 4 6 5 class Integrai_Deactivator { -
integrai/trunk/includes/class-integrai.php
r2746432 r2746441 29 29 $this->version = INTEGRAI_VERSION; 30 30 } else { 31 $this->version = '1.0.2 2';31 $this->version = '1.0.23'; 32 32 } 33 33 $this->Integrai = 'integrai'; -
integrai/trunk/integrai.php
r2746432 r2746441 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 219 * Version: 1.0.23 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 2' );41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.23' ); 42 42 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 43 43 -
integrai/trunk/readme.txt
r2746432 r2746441 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.7 8 Stable tag: 1.0.2 28 Stable tag: 1.0.23 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
integrai/trunk/uninstall.php
r2558201 r2746441 5 5 } 6 6 7 Integrai_Uninstall::uninstall(); 7 // delete database table 8 global $wpdb; 9 $table_name = $wpdb->prefix .'integrai_config'; 10 $wpdb->query("DROP TABLE IF EXISTS {$table_name}"); 11 12 $table_name = $wpdb->prefix . 'integrai_process_events'; 13 $wpdb->query("DROP TABLE IF EXISTS {$table_name}"); 14 15 $table_name = $wpdb->prefix . 'integrai_events'; 16 $wpdb->query("DROP TABLE IF EXISTS {$table_name}");
Note: See TracChangeset
for help on using the changeset viewer.