Skip to content

Commit

Permalink
V 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Apr 23, 2020
1 parent 780a408 commit b9065cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions includes/admin/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class Settings extends Plugin_Settings {
* Registers Fields.
*/
protected function fields() {
$this->general( $this->builder->container( 'general', __( 'General', 'wc-quick-buy' ) ) );
$this->button_styling( $this->builder->container( 'button_styling', __( 'Button Styling', 'wc-quick-buy' ) ) );
$this->general( $this->builder->container( 'general', __( 'General', 'wc-quick-buy' ), 'wpoic-settings' ) );
$this->button_styling( $this->builder->container( 'button_styling', __( 'Button Styling', 'wc-quick-buy' ), 'wpoic-brush' ) );

$this->builder->container( 'docs', __( 'Documentation', 'wc-quick-buy' ), 'wpoic-book' )
->container_class( 'wpo-text-success' )
Expand Down
6 changes: 3 additions & 3 deletions includes/admin/settings/trait-general.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ trait General {
* @param \WPO\Container $builder
*/
public function general( $builder ) {
$general = $builder->container( 'general', __( 'General', 'wc-quick-buy' ) );
$product = $builder->container( 'product', __( 'Product', 'wc-quick-buy' ) );
$btn_placement = $builder->container( 'button-placement', __( 'Button Placement', 'wc-quick-buy' ) );
$general = $builder->container( 'general', __( 'General', 'wc-quick-buy' ), 'wpoic-gear' );
$product = $builder->container( 'product', __( 'Product', 'wc-quick-buy' ), 'wpoic-database' );
$btn_placement = $builder->container( 'button-placement', __( 'Button Placement', 'wc-quick-buy' ), 'wpoic-display' );
$this->basic_config( $general );
$this->redirect_config( $general );
$this->product_config( $product );
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plugin URL: https://wordpress.org/plugins/woocommerce-quick-buy/
**Donate link:** http://paypal.me/varunsridharan23
**Requires at least:** 3.0
**Tested up to:** 5.4
**Stable tag:** 2.7
**Stable tag:** 2.7.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -165,6 +165,11 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q

## Changelog

### 2.7.1 - 23/04/2020
* Updated : WPOnion Framework To 1.4.5.3
* Updated : VSP Framework To 0.8.5


### 2.7 - 16/04/2020
* Fixed : Improved Autoload Speed
* Updated : WPOnion Framework To 1.4.5.2
Expand Down

0 comments on commit b9065cc

Please sign in to comment.