Plugin Directory

Changeset 1428613


Ignore:
Timestamp:
06/01/2016 08:09:59 PM (10 years ago)
Author:
robsonalvesbh
Message:

Corrigido bug de sql

Location:
donuz/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • donuz/trunk/class/Class_dnz_cron.php

    r1425023 r1428613  
    3838            where post.post_type = 'shop_order'
    3939            and post.post_status = 'wc-completed'
    40             and post.post_modified >= $data
     40            and post.post_modified >= '$data'
    4141        ";
    4242        $result = $wpdb->get_results($sql);
  • donuz/trunk/class/Class_dnz_util.php

    r1425023 r1428613  
    1212class Class_dnz_util
    1313{
    14     CONST VERSION = '1.1';
     14    CONST VERSION = '1.2';
    1515    CONST PLUGIN_NAME = 'Donuz';
    1616    CONST PLUGIN_SLUG = 'integrador_donuz';
  • donuz/trunk/readme.txt

    r1425023 r1428613  
    55Requires at least: 3.5
    66Tested up to: 4.4
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040* Adicionado icone ao plugin
    4141
     42= 1.2 =
     43
     44* Corrigido bug de SQL
     45
    4246== Upgrade Notice ==
    4347
     
    4751* Adicionado ao log data e hora em que o cron foi rodado
    4852* Adicionado icone ao plugin
     53
     54= 1.2 =
     55
     56* Corrigido bug de SQL
Note: See TracChangeset for help on using the changeset viewer.