Skip to content

Commit

Permalink
V 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Apr 16, 2020
1 parent c3c85c7 commit 5c8f016
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 104 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Tested up to:** 5.3
**WC requires at least:** 3.0
**WC tested up to:** 3.8.2
**Stable tag:** 4.4
**Stable tag:** 4.4.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -132,6 +132,14 @@ The manual installation method involves downloading our plugin and uploading it

## Changelog

### 4.4.2
* Updated VSP Framework To `0.8.4`
* Updated WPOnion To `1.4.5.2`


### 4.4.1
* Fixed : Minor release bug.


### 4.4
* Updated VSP Framework To `0.8.0`
Expand Down
32 changes: 16 additions & 16 deletions classmaps.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?php
/**
* Last Updated: Thu 16-Apr-2020 / 07:57:33:am
* Last Updated: Thu 16-Apr-2020 / 02:00:08:pm
* Total Class: 13
* Namespace:
* Namespace:
*/

return array(
'WC_Product_Subtitle\\Display_Handler' => 'abstract-display-handler.php',
'WC_Product_Subtitle\\Admin\\Admin' => 'admin/class-admin.php',
'WC_Product_Subtitle\\Admin\\Settings' => 'admin/class-settings.php',
'WC_Product_Subtitle\\Cart_Page' => 'class-cart-page.php',
'WC_Product_Subtitle\\Checkout_Page' => 'class-checkout-page.php',
'WC_Product_Subtitle\\Email' => 'class-email.php',
'WC_Product_Subtitle\\Integrations' => 'class-integrations.php',
'WC_Product_Subtitle\\Mini_Cart' => 'class-mini-cart.php',
'WC_Product_Subtitle\\Order_View_Page' => 'class-order-view-page.php',
'WC_Product_Subtitle\\Shop_Page' => 'class-shop-page.php',
'WC_Product_Subtitle\\Shortcode' => 'class-shortcode.php',
'WC_Product_Subtitle\\Single_Product_Page' => 'class-single-product-page.php',
'WC_Product_Subtitle\\Tag_Handler' => 'class-tag-handler.php',
return array (
'WC_Product_Subtitle\\Display_Handler' => 'abstract-display-handler.php',
'WC_Product_Subtitle\\Admin\\Admin' => 'admin/class-admin.php',
'WC_Product_Subtitle\\Admin\\Settings' => 'admin/class-settings.php',
'WC_Product_Subtitle\\Cart_Page' => 'class-cart-page.php',
'WC_Product_Subtitle\\Checkout_Page' => 'class-checkout-page.php',
'WC_Product_Subtitle\\Email' => 'class-email.php',
'WC_Product_Subtitle\\Integrations' => 'class-integrations.php',
'WC_Product_Subtitle\\Mini_Cart' => 'class-mini-cart.php',
'WC_Product_Subtitle\\Order_View_Page' => 'class-order-view-page.php',
'WC_Product_Subtitle\\Shop_Page' => 'class-shop-page.php',
'WC_Product_Subtitle\\Shortcode' => 'class-shortcode.php',
'WC_Product_Subtitle\\Single_Product_Page' => 'class-single-product-page.php',
'WC_Product_Subtitle\\Tag_Handler' => 'class-tag-handler.php',
);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"add-textdomain" : "add-textdomain -i \"wc-product-subtitle\" ./",
"wp2githubmd" : "wp2gitthub-md \"wc-product-subtitle\" \"./readme.txt\" ",
"classmaps" : "classmap-generator \"includes/\" ./classmaps.php",
"build" : [ "@add-textdomain", "@makepot", "@wp2githubmd" ]
"build" : [ "@classmaps", "@add-textdomain", "@makepot", "@wp2githubmd" ]
},
"authors" : [
{
Expand Down
Loading

0 comments on commit 5c8f016

Please sign in to comment.