Plugin Directory

Changeset 2351374


Ignore:
Timestamp:
08/03/2020 08:10:42 AM (6 years ago)
Author:
returnedx
Message:

tiny fix

Location:
orderbee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orderbee/trunk/README.txt

    r2347189 r2351374  
    44Requires at least: 4.0.1
    55Tested up to: 5.4.2
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39
     40= 1.2.5 =
     41* Bug fixing :  Synch moving to every 15min
    3942
    4043= 1.2.4 =
  • orderbee/trunk/orderbee.php

    r2347189 r2351374  
    1717 * Plugin URI:        https://www.orderbee.be
    1818 * Description:       This plugin makes a fast and safe connection between your Woocommerce and OrderBee.
    19  * Version:           1.2.4
     19 * Version:           1.2.5
    2020 * Author:            OrderBee
    2121 * Author URI:        https://www.orderbee.be
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define('ORDERBEE_VERSION', '1.2.4');
     37define('ORDERBEE_VERSION', '1.2.5');
    3838
    3939/**
     
    119119    register_activation_hook(__FILE__, 'obfrwc_activation');
    120120
    121 /*
    122 THIS IS NO LONGER NEEDED, FOR NOW
    123121    function obfrwc_activation() {
    124122        wp_schedule_event(strtotime('00:13:00'), 'every_15_minutes', 'obfrwc_every_15minutes');
    125123    }
    126 */
    127 
    128 }
    129 /*
    130 THIS IS NO LONGER NEEDED, FOR NOW
     124
     125}
    131126if (!function_exists('obfrwc_create_product_txt')) {
    132127    add_action('obfrwc_every_15minutes', 'obfrwc_create_product_txt');
     
    143138
    144139}
    145 */
    146140
    147141if (!function_exists('obfrwc_deactivation')) {
     
    150144
    151145    function obfrwc_deactivation() {
    152 /*
    153 THIS IS NO LONGER NEEDED, FOR NOW
     146
    154147        wp_clear_scheduled_hook('obfrwc_every_15minutes');
    155 */
     148
    156149    }
    157150
Note: See TracChangeset for help on using the changeset viewer.