Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 2d63225

Browse files
committed
Add WooCommerce 3.2 version check headers
1 parent 542c316 commit 2d63225

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

wc-custom-order-table.php

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<?php
22
/**
3-
* Plugin Name: WooCommerce - Custom Order Table
4-
* Description: Store WooCommerce order data in a custom table.
5-
* Version: 1.0.0
6-
* Requires at least: 4.7
7-
* Tested up to: 4.7
3+
* WooCommerce - Custom Order Table
4+
*
5+
* @link https://github.com/liquidweb/WooCommerce-Order-Tables
6+
* @package WordPress
7+
* @wordpress-plugin
8+
*
9+
* Plugin Name: WooCommerce - Custom Order Table
10+
* Plugin URI: https://github.com/liquidweb/WooCommerce-Order-Tables
11+
* Description: Store WooCommerce order data in a custom table.
12+
* Version: 1.0.0
13+
* WC requires at least: 3.0.0
14+
* WC tested up to: 3.2.3
15+
* Requires at least: 4.7
16+
* Tested up to: 4.9
817
*/
918

1019
define('WC_CUSTOM_ORDER_TABLE_URL', plugin_dir_url(__FILE__));
@@ -35,4 +44,4 @@ function wc_custom_order_table() {
3544
return $wc_custom_order_table;
3645
}
3746

38-
add_action('plugins_loaded', 'wc_custom_order_table');
47+
add_action('plugins_loaded', 'wc_custom_order_table');

0 commit comments

Comments
 (0)