Changeset 2746188
- Timestamp:
- 06/22/2022 05:40:00 AM (3 years ago)
- Location:
- woo-order-export
- Files:
-
- 50 added
- 1 deleted
- 3 edited
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.jpg (deleted)
-
assets/icon-256x256.jpg (added)
-
tags/3.0 (added)
-
tags/3.0/assets (added)
-
tags/3.0/assets/css (added)
-
tags/3.0/assets/css/jquery-ui.min.css (added)
-
tags/3.0/assets/css/woo-order-export.css (added)
-
tags/3.0/assets/images (added)
-
tags/3.0/assets/images/ui-bg_glass_45_0078ae_1x400.png (added)
-
tags/3.0/assets/images/ui-bg_glass_55_f8da4e_1x400.png (added)
-
tags/3.0/assets/images/ui-bg_glass_75_79c9ec_1x400.png (added)
-
tags/3.0/assets/images/ui-bg_gloss-wave_45_e14f1c_500x100.png (added)
-
tags/3.0/assets/images/ui-bg_gloss-wave_50_6eac2c_500x100.png (added)
-
tags/3.0/assets/images/ui-bg_gloss-wave_75_2191c0_500x100.png (added)
-
tags/3.0/assets/images/ui-bg_inset-hard_100_fcfdfd_1x100.png (added)
-
tags/3.0/assets/images/ui-icons_0078ae_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_056b93_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_d8e7f3_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_e0fdff_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_f5e175_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_f7a50d_256x240.png (added)
-
tags/3.0/assets/images/ui-icons_fcd113_256x240.png (added)
-
tags/3.0/change_log.txt (added)
-
tags/3.0/class-woo-order-export.php (added)
-
tags/3.0/css (added)
-
tags/3.0/css/jquery-ui.min.css (added)
-
tags/3.0/css/woo-order-export.css (added)
-
tags/3.0/images (added)
-
tags/3.0/images/ui-bg_glass_45_0078ae_1x400.png (added)
-
tags/3.0/images/ui-bg_glass_55_f8da4e_1x400.png (added)
-
tags/3.0/images/ui-bg_glass_75_79c9ec_1x400.png (added)
-
tags/3.0/images/ui-bg_gloss-wave_45_e14f1c_500x100.png (added)
-
tags/3.0/images/ui-bg_gloss-wave_50_6eac2c_500x100.png (added)
-
tags/3.0/images/ui-bg_gloss-wave_75_2191c0_500x100.png (added)
-
tags/3.0/images/ui-bg_inset-hard_100_fcfdfd_1x100.png (added)
-
tags/3.0/images/ui-icons_0078ae_256x240.png (added)
-
tags/3.0/images/ui-icons_056b93_256x240.png (added)
-
tags/3.0/images/ui-icons_d8e7f3_256x240.png (added)
-
tags/3.0/images/ui-icons_e0fdff_256x240.png (added)
-
tags/3.0/images/ui-icons_f5e175_256x240.png (added)
-
tags/3.0/images/ui-icons_f7a50d_256x240.png (added)
-
tags/3.0/images/ui-icons_fcd113_256x240.png (added)
-
tags/3.0/includes (added)
-
tags/3.0/includes/front-end (added)
-
tags/3.0/includes/front-end/classes (added)
-
tags/3.0/includes/front-end/classes/class-woo-order-export.php (added)
-
tags/3.0/index.php (added)
-
tags/3.0/language (added)
-
tags/3.0/language/woo-order-export.pot (added)
-
tags/3.0/readme.txt (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-order-export/trunk/index.php
r2745695 r2746188 1 1 <?php 2 2 /** 3 * Plugin Name: W oo Order Export3 * Plugin Name: WPEssential Woo Order Export 4 4 * Plugin URI: https://wpessential.org/ 5 * Description: W oo Order Export used to export the WooCommerce orders with all details. It has the option to export the order from a selectable date range and order status base.6 * Version: 2.0.15 * Description: WPEssential Woo Order Export used to export the WooCommerce orders with all details. It has the option to export the order from a selectable date range and order status base. 6 * Version: 3.0 7 7 * Author: WPEssential 8 8 * Author URI: https://wpessential.org/ -
woo-order-export/trunk/readme.txt
r2745695 r2746188 1 1 === Woo Order Export === 2 Plugin Name: W oo Order Export2 Plugin Name: WPEssential Woo Order Export 3 3 Plugin URI: https://wpessential.org/ 4 Description: W oo Order Export used to export the WooCommerce orders with all details. It has the option to export the order from a selectable date range and order status base.5 Version: 2.0.14 Description: WPEssential Woo Order Export used to export the WooCommerce orders with all details. It has the option to export the order from a selectable date range and order status base. 5 Version: 3.0 6 6 Author: WPEssential 7 7 Author URI: https://wpessential.org/
Note: See TracChangeset
for help on using the changeset viewer.