Changeset 1428613
- Timestamp:
- 06/01/2016 08:09:59 PM (10 years ago)
- Location:
- donuz/trunk
- Files:
-
- 3 edited
-
class/Class_dnz_cron.php (modified) (1 diff)
-
class/Class_dnz_util.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
donuz/trunk/class/Class_dnz_cron.php
r1425023 r1428613 38 38 where post.post_type = 'shop_order' 39 39 and post.post_status = 'wc-completed' 40 and post.post_modified >= $data40 and post.post_modified >= '$data' 41 41 "; 42 42 $result = $wpdb->get_results($sql); -
donuz/trunk/class/Class_dnz_util.php
r1425023 r1428613 12 12 class Class_dnz_util 13 13 { 14 CONST VERSION = '1. 1';14 CONST VERSION = '1.2'; 15 15 CONST PLUGIN_NAME = 'Donuz'; 16 16 CONST PLUGIN_SLUG = 'integrador_donuz'; -
donuz/trunk/readme.txt
r1425023 r1428613 5 5 Requires at least: 3.5 6 6 Tested up to: 4.4 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 * Adicionado icone ao plugin 41 41 42 = 1.2 = 43 44 * Corrigido bug de SQL 45 42 46 == Upgrade Notice == 43 47 … … 47 51 * Adicionado ao log data e hora em que o cron foi rodado 48 52 * Adicionado icone ao plugin 53 54 = 1.2 = 55 56 * Corrigido bug de SQL
Note: See TracChangeset
for help on using the changeset viewer.