Changeset 3429280
- Timestamp:
- 12/29/2025 08:14:07 PM (8 weeks ago)
- Location:
- pb-shipping/tags/5.0.22
- Files:
-
- 6 copied
-
. (copied) (copied from pb-shipping/trunk)
-
pb_functions.php (copied) (copied from pb-shipping/trunk/pb_functions.php) (3 diffs)
-
pb_queue.php (copied) (copied from pb-shipping/trunk/pb_queue.php) (1 diff)
-
pb_report.php (copied) (copied from pb-shipping/trunk/pb_report.php)
-
pb_ship.php (copied) (copied from pb-shipping/trunk/pb_ship.php)
-
readme.txt (copied) (copied from pb-shipping/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pb-shipping/tags/5.0.22/pb_functions.php
r3417629 r3429280 6 6 Author: RLDD 7 7 Author URI: https://richardlerma.com/contact/ 8 Version: 5.0.2 19 Copyright: (c) 2020-202 5rldd.net - All Rights Reserved8 Version: 5.0.22 9 Copyright: (c) 2020-2026 rldd.net - All Rights Reserved 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 14 14 */ 15 15 16 global $espb_version; $espb_version='5.0.2 1';16 global $espb_version; $espb_version='5.0.22'; 17 17 if(!defined('ABSPATH')) exit; 18 18 … … 1828 1828 JOIN wp_postmeta m ON m.post_id=o.ID AND m.meta_key LIKE '_pb_label_meta%' AND m.meta_value NOT LIKE '%inbound%' AND m.meta_value NOT LIKE '%cancel%' AND m.meta_value NOT LIKE '%delivered,%' 1829 1829 WHERE o.post_type IN ('import_order','shop_order') 1830 AND (LENGTH('$target')>1 OR (d.post_id IS NULL OR DATE_FORMAT(d.meta_value,'%Y-%m-%d') BETWEEN DATE_FORMAT(NOW()-INTERVAL 3DAY,'%Y-%m-%d') AND DATE_FORMAT(NOW()+INTERVAL 15 DAY,'%Y-%m-%d')))1830 AND (LENGTH('$target')>1 OR (d.post_id IS NULL OR DATE_FORMAT(d.meta_value,'%Y-%m-%d') BETWEEN DATE_FORMAT(NOW()-INTERVAL 14 DAY,'%Y-%m-%d') AND DATE_FORMAT(NOW()+INTERVAL 15 DAY,'%Y-%m-%d'))) 1831 1831 AND o.post_status NOT IN ('wc-cancelled','trash') 1832 1832 $max_id_condition -
pb-shipping/tags/5.0.22/pb_queue.php
r3417629 r3429280 245 245 <meta name='robots' content='noindex,nofollow'> 246 246 <?php $last_change=(int)get_option('pb_refresh',0); ?> 247 <script>pb_last_change=<?php echo $last_change;?>;setInterval(()=>{fetch(ajaxurl+'?action=pb_latest_order').then(r=>r.text()).then(t=>{if(+t!=pb_last_change) location.reload()})},300000);</script>247 <script>pb_last_change=<?php echo $last_change;?>;setInterval(()=>{fetch(ajaxurl+'?action=pb_latest_order').then(r=>r.text()).then(t=>{if(+t!=pb_last_change){document.body.style.transition='opacity .25s';document.body.style.opacity='.2';setTimeout(()=>location.reload(),250)}})},300000);</script> 248 248 <script type='text/javascript'> 249 249 function pb_qicon(msg=0) { -
pb-shipping/tags/5.0.22/readme.txt
r3417629 r3429280 6 6 Requires at least: 4.6 7 7 Tested up to: 6.9 8 Stable tag: 5.0.2 18 Stable tag: 5.0.22 9 9 10 10 A streamlined US shipping solution for WooCommerce and Pitney Bowes. … … 37 37 38 38 == Changelog == 39 = 5.0.22 = * Improvements to queue and fetch tracking status 39 40 = 5.0.21 = * Queue updates and aesthetic improvements 40 41 = 5.0.20 = * Variation meta improvements to queue and ship screen.
Note: See TracChangeset
for help on using the changeset viewer.