Skip to content

Commit

Permalink
Merge pull request #164 from codersaiful/3.0.8.0
Browse files Browse the repository at this point in the history
3.0.8.0
  • Loading branch information
codersaiful authored Nov 30, 2021
2 parents 74d12c6 + 37462ed commit b94fb78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions admin/notice/offeres/offer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"display_wrapper": ".wpt_admin_body",
"target_html": false,
"wrapper_css":{
"color":"green",
"background-color":"#ff1b1b"
"color":"black",
"background-color":"transparent"
},
"image_css":{
"height":"90px",
Expand All @@ -29,7 +29,6 @@
"background-color":"black"
},
"image_css":{
"height":"90px",
"width":"auto"
}
}
Expand Down
4 changes: 2 additions & 2 deletions woo-product-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://profiles.wordpress.org/codersaiful/
* Tags: woocommerce product list,woocommerce product table, wc product table, product grid view, inventory, shop product table
*
* Version: 3.0.7
* Version: 3.0.8
* Requires at least: 4.0.0
* Tested up to: 5.8.2
* WC requires at least: 3.0.0
Expand All @@ -30,7 +30,7 @@
}

if( !defined( 'WPT_DEV_VERSION' ) ){
define( 'WPT_DEV_VERSION', '3.0.7.1' );
define( 'WPT_DEV_VERSION', '3.0.8.0' );
}

if( !defined( 'WPT_CAPABILITY' ) ){
Expand Down

0 comments on commit b94fb78

Please sign in to comment.