Skip to content

Commit

Permalink
Improvements and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ali7ali committed Jul 2, 2023
1 parent f353576 commit 1c1a225
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 34 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Tags: single-product, elementor, woocommerce, product, page builder, landing pag

Requires at least: 5.0

Tested up to: 6.2
Tested up to: 6.2.2

Requires PHP: 5.6

Stable tag: 1.0.2
Stable tag: 1.0.3

License: GPLv3

Expand All @@ -42,6 +42,17 @@ Plugin features

Elementor Website Builder comes with an exclusive toolset, that lets you create a truly responsive website in a whole new and visual way. From different font sizes, padding, and margin per device, to reverse column ordering, this is the most powerful mobile site builder for creating perfect responsive websites.

= Demo =
Check this widget demo here [here](https://alphatrio.net/alpha-single-product-for-elementor/).

= Contributing and reporting bugs =

You can contribute code to this plugin via GitHub: [https://github.com/ali7ali/Alpha-Single-Product-For-Elementor](https://github.com/ali7ali/Alpha-Single-Product-For-Elementor)

= Support =

Use the WordPress.org forums for community support. If you spot a bug, you can of course log it on [Github](https://github.com/ali7ali/Alpha-Single-Product-For-Elementor/issues/new/choose) instead where we can act upon it more efficiently.

== Installation ==

= Minimum Requirements =
Expand Down Expand Up @@ -76,5 +87,5 @@ Manual or using sFTP install:

== Upgrade Notice ==

= 1.0.2 =
Update deprecated functions.
= 1.0.3 =
Minor improvements and adding a demo.
10 changes: 5 additions & 5 deletions alpha-single-product-for-elementor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

/**
* Plugin Name: Alpha Single Product For Elementor
* Plugin URI: https://alphatrio.net
* Description: Single WooCommerce Product Widget Addon For Elementor.
* Author: Ali Ali
* Author URI: https://github.com/Ali7Ali
* Version: 1.0.2
* Version: 1.0.3
* Text Domain: alpha-single-product-for-elementor
* Domain Path: /languages
* License: GPLv3
*
* WC tested up to: 7.5.1
* Elementor tested up to: 3.12.0
* Elementor Pro tested up to: 3.12.0
* WC tested up to: 7.8.1
* Elementor tested up to: 3.14.1
*
* @package alpha-price-table-for-elementor
*/
Expand All @@ -38,7 +38,7 @@
exit; // Exit if accessed directly.
}

define('ALPHASP_VERSION', '1.0.2');
define('ALPHASP_VERSION', '1.0.3');
define('ALPHASP_ADDONS_PL_ROOT', __FILE__);
define('ALPHASP_PL_URL', plugins_url('/', ALPHASP_ADDONS_PL_ROOT));
define('ALPHASP_PL_PATH', plugin_dir_path(ALPHASP_ADDONS_PL_ROOT));
Expand Down
2 changes: 1 addition & 1 deletion assets/css/alpha-sp-widget.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c1a225

Please sign in to comment.