Skip to content

Commit f283e04

Browse files
committed
fix merge conflict
1 parent 11e20b7 commit f283e04

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

woocommerce-pos.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
* Plugin Name: WooCommerce POS
44
* Plugin URI: https://wordpress.org/plugins/woocommerce-pos/
55
* Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>.
6-
<<<<<<< HEAD
76
* Version: 1.8.0
8-
=======
9-
* Version: 1.7.12
10-
>>>>>>> 1ae6e23 (clean up and bump version)
117
* Author: kilbot
128
* Author URI: http://wcpos.com
139
* Text Domain: woocommerce-pos
@@ -27,11 +23,7 @@
2723
namespace WCPOS\WooCommercePOS;
2824

2925
// Define plugin constants.
30-
<<<<<<< HEAD
3126
const VERSION = '1.8.0';
32-
=======
33-
const VERSION = '1.7.12';
34-
>>>>>>> 1ae6e23 (clean up and bump version)
3527
const PLUGIN_NAME = 'woocommerce-pos';
3628
const SHORT_NAME = 'wcpos';
3729
\define( __NAMESPACE__ . '\PLUGIN_FILE', plugin_basename( __FILE__ ) ); // 'woocommerce-pos/woocommerce-pos.php'

0 commit comments

Comments
 (0)