Changeset 3205036
- Timestamp:
- 12/09/2024 05:16:08 PM (16 months ago)
- Location:
- order-list-table-elementor-widget
- Files:
-
- 9 edited
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (modified) (previous)
-
assets/screenshot-3.jpg (modified) (previous)
-
assets/screenshot-4.jpg (modified) (previous)
-
trunk/date-ago-function.php (modified) (1 diff)
-
trunk/order-list-table-elementor-widget.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widgets-loader.php (modified) (2 diffs)
-
trunk/woo-table-widgets-ele.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
order-list-table-elementor-widget/trunk/date-ago-function.php
r2829695 r3205036 4 4 if (get_option( 'timezone_string' )) { 5 5 $timezone_gmt = get_option( 'timezone_string' ); 6 date_default_timezone_set($timezone_gmt);7 6 } 8 7 -
order-list-table-elementor-widget/trunk/order-list-table-elementor-widget.php
r2961348 r3205036 4 4 * Description: To show Woocommerce recent order list on a table, just use this Elementor Widget/Addon. 5 5 * Plugin URI: https://wpmethods.com/order-list-table-elementor-widget 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: WP Methods 8 8 * Author URI: https://wpmethods.com/ … … 10 10 * License: GPL v2 or later 11 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 12 * Elementor tested up to: 3. 15.313 * Elementor Pro tested up to: 3. 15.112 * Elementor tested up to: 3.25.10 13 * Elementor Pro tested up to: 3.25.4 14 14 */ 15 15 -
order-list-table-elementor-widget/trunk/readme.txt
r2961348 r3205036 3 3 Tags: woocommerce order list, woocommerce order table, elementor widget, order list table 4 4 Requires at least: 5.9 5 Tested up to: 6. 36 Requires PHP: 7. 37 Stable tag: 1.0. 15 Tested up to: 6.7 6 Requires PHP: 7.4 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Screenshots == 58 58 59 1. Set local timezone 60 2. Show order list from specific status61 3. Change table styles62 4. Show cutomer order information63 5. Change order status background, icon, text59 60 1. Show order list from specific status 61 2. Change table styles 62 3. Show customer order information 63 4. Change order status background, icon, text 64 64 65 65 == Changelog == 66 67 = 1.0.2 (2024-12-09) = 68 - Fixed Time zone issue 66 69 67 70 = 1.0.1 (2023-09-01) = -
order-list-table-elementor-widget/trunk/widgets-loader.php
r2961348 r3205036 21 21 * @var string The addon version. 22 22 */ 23 const VERSION = '1.0. 1';23 const VERSION = '1.0.2'; 24 24 25 25 /** … … 37 37 * @var string Minimum PHP version required to run the addon. 38 38 */ 39 const MINIMUM_PHP_VERSION = '7. 3';39 const MINIMUM_PHP_VERSION = '7.4'; 40 40 41 41 /** -
order-list-table-elementor-widget/trunk/woo-table-widgets-ele.php
r2961348 r3205036 1035 1035 //Check WooCommerce Plugin Active or Not 1036 1036 if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) : 1037 1038 1039 1037 1040 //Woocommerce Order Query 1038 1041 $customer_orders = get_posts(apply_filters('woocommerce_my_account_my_orders_query', array(
Note: See TracChangeset
for help on using the changeset viewer.