diff --git a/includes/admin/class-settings.php b/includes/admin/class-settings.php index 44d42ca..ed9ba38 100644 --- a/includes/admin/class-settings.php +++ b/includes/admin/class-settings.php @@ -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' ) diff --git a/includes/admin/settings/trait-general.php b/includes/admin/settings/trait-general.php index 8107691..b299caf 100644 --- a/includes/admin/settings/trait-general.php +++ b/includes/admin/settings/trait-general.php @@ -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 ); diff --git a/readme.md b/readme.md index 2f86eed..d526470 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -165,6 +165,11 @@ Please open an issue at