Plugin Directory

Changeset 2746432


Ignore:
Timestamp:
06/22/2022 12:51:45 PM (4 years ago)
Author:
integrai
Message:

Update to version 1.0.22 from GitHub

Location:
integrai
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • integrai/tags/1.0.22/includes/class-integrai.php

    r2739601 r2746432  
    2929            $this->version = INTEGRAI_VERSION;
    3030        } else {
    31             $this->version = '1.0.21';
     31            $this->version = '1.0.22';
    3232        }
    3333        $this->Integrai = 'integrai';
  • integrai/tags/1.0.22/integrai.php

    r2739601 r2746432  
    1717 * Plugin URI:        https://github.com/integrai/woocommerce
    1818 * 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.21
     19 * Version:           1.0.22
    2020 * Author:            Integrai
    2121 * Author URI:        https://integrai.com.br
     
    3939 * Rename this for your plugin and update it as you release new versions.
    4040 */
    41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.21' );
     41if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.22' );
    4242if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    4343
  • integrai/tags/1.0.22/public/class-integrai-public.php

    r2739601 r2746432  
    388388    require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-health.php';
    389389    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';
    391390
    392391    // ATTRIBUTES
     
    417416    $integrai_categories_controller = new Integrai_Categories_Controller();
    418417    $integrai_categories_controller->register_routes();
    419 
    420     // SEND EVENT
    421     $integrai_send_event_controller = new Integrai_Send_Event_Controller();
    422     $integrai_send_event_controller->register_routes();
    423418    }
    424419
  • integrai/tags/1.0.22/readme.txt

    r2739601 r2746432  
    66Requires PHP: 5.6
    77Tested up to: 5.7
    8 Stable tag: 1.0.21
     8Stable tag: 1.0.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • integrai/trunk/includes/class-integrai.php

    r2739601 r2746432  
    2929            $this->version = INTEGRAI_VERSION;
    3030        } else {
    31             $this->version = '1.0.21';
     31            $this->version = '1.0.22';
    3232        }
    3333        $this->Integrai = 'integrai';
  • integrai/trunk/integrai.php

    r2739601 r2746432  
    1717 * Plugin URI:        https://github.com/integrai/woocommerce
    1818 * 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.21
     19 * Version:           1.0.22
    2020 * Author:            Integrai
    2121 * Author URI:        https://integrai.com.br
     
    3939 * Rename this for your plugin and update it as you release new versions.
    4040 */
    41 if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.21' );
     41if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI_VERSION', '1.0.22' );
    4242if ( ! defined( 'INTEGRAI__PLUGIN_DIR' ) ) define( 'INTEGRAI__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    4343
  • integrai/trunk/public/class-integrai-public.php

    r2739601 r2746432  
    388388    require_once INTEGRAI__PLUGIN_DIR . 'includes/controller/class-integrai-controller-health.php';
    389389    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';
    391390
    392391    // ATTRIBUTES
     
    417416    $integrai_categories_controller = new Integrai_Categories_Controller();
    418417    $integrai_categories_controller->register_routes();
    419 
    420     // SEND EVENT
    421     $integrai_send_event_controller = new Integrai_Send_Event_Controller();
    422     $integrai_send_event_controller->register_routes();
    423418    }
    424419
  • integrai/trunk/readme.txt

    r2739601 r2746432  
    66Requires PHP: 5.6
    77Tested up to: 5.7
    8 Stable tag: 1.0.21
     8Stable tag: 1.0.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.