Plugin Directory

Changeset 2824461


Ignore:
Timestamp:
11/26/2022 05:50:26 AM (3 years ago)
Author:
themeshape
Message:

update the 1.0.2 version

Location:
plusprice/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • plusprice/trunk/README.md

    r2278685 r2824461  
    44* Tags: elementor pricing table , pricing table , drgu and drop pricing table,page builder, editor, landing page, drag-and-drop, elementor, visual editor, front-end builder
    55* Requires at least: 5.0
    6 * Tested up to: 5.4
     6* Tested up to: 6.1.1
    77* Requires PHP: 7.0
    8 *  License: GPLv3
     8* License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     10
    1011
    1112This plugin for elementor builder addons. Create high-end, pixel perfect pricing table. Any theme, any page, any design.
     
    1516It's about time for a live page builder pricing table. A page builder that delivers high-end pricing table designs and advanced capabilities, never before seen on WordPress.
    1617
     18* 1.0.0 - (26 November, 2022)
     19* Elementor Compatiblity issue fixed
     20* WordPress Version 6.1.1 Compatiblity Checking
     21
    1722* 1.0.0 - 2020-04-05
    1823* Initial Public Release
  • plusprice/trunk/plugsprice.php

    r2282644 r2824461  
    55Author: Themeplugs
    66Author URI: http://themeplugs.com/
    7 Version: 1.0.1
     7Version: 1.0.2
    88Text Domain: plugsprice
    99Description: Plusprice is pricing addons for – Elementor Page Builder. It’s have pricing table style with huge option. You can use this plusprice plugins on your website easily.
     
    3030final class Elementorplugsprice {
    3131
    32     const VERSION = "1.0.0";
    33     const MINIMUM_ELEMENTOR_VERSION = "2.6.8";
     32    const VERSION = "1.0.2";
     33    const MINIMUM_ELEMENTOR_VERSION = "3.0.0";
    3434    const MINIMUM_PHP_VERSION = "7.0";
    3535
  • plusprice/trunk/readme.txt

    r2282644 r2824461  
    11=== PlusPrice ===
    2 Contributors: themeplugs
     2Contributors: themeplugs, shagors
    33Tags: elementor pricing table , pricing table , drgu and drop pricing table,page builder, editor, landing page, drag-and-drop, elementor, visual editor, front-end builder
    44Requires at least: 5.0
    5 Tested up to: 5.4
     5Tested up to: 6.1.1
     6Stable tag: 1.0.2
    67Requires PHP: 7.0
    7 License: GPLv3
     8License: GPLv3 or later
    89License URI: https://www.gnu.org/licenses/gpl-3.0.html
     10
    911
    1012This plugin for elementor builder addons. Create high-end, pixel perfect pricing table. Any theme, any page, any design.
     
    1416It's about time for a live page builder, with no limits of design. A page builder that delivers high-end pricing table designs and advanced capabilities, never before seen on WordPress.
    1517
    16 = 1.0.0 - 2020-04-05 =
     18= 1.0.2 = (26 November, 2022)
     19
     20* Elementor Compatiblity issue fixed
     21* WordPress Version 6.1.1 Compatiblity Checking
     22
     23
     24= 1.0.0 = (2020-04-05)
     25
    1726* Initial Public Release
  • plusprice/trunk/widgets/price-style1.php

    r2282644 r2824461  
    1212
    1313    public function get_title() {
    14         return esc_html__( "Pricing Style 1","plugsprice");
     14        return esc_html__( "Plugs Price 1","plugsprice");
    1515    }
    1616
    1717    public function get_icon() {
    18         return 'fas fa-table';
     18        return 'eicon-price-table';
    1919    }
    2020
     
    2323    }
    2424
    25     protected function _register_controls() {
     25    protected function register_controls() {
    2626        $this->start_controls_section(
    2727            'pricing_title',
     
    292292                'name' => 'pl_price_typo',
    293293                'label' => esc_html__( 'Price Typography', 'plugsprice' ),
    294                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    295294                'selector' => '{{WRAPPER}} .price .price-head',
    296295            ]
     
    302301                'name' => 'pl_title_typo',
    303302                'label' => esc_html__( 'Title Typography', 'plugsprice' ),
    304                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    305303                'selector' => '{{WRAPPER}} .price .price-title',
    306304            ]
     
    343341                'name' => 'pl_button_typo',
    344342                'label' => esc_html__( 'Button Typography', 'plugsprice' ),
    345                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    346343                'selector' => '{{WRAPPER}} .price .btn',
    347344            ]
     
    364361                'label' => __( 'Button Color', 'plugsprice' ),
    365362                'type' => Controls_Manager::COLOR,
    366                 'scheme' => [
    367                     'type' => \Elementor\Scheme_Color::get_type(),
    368                     'value' => \Elementor\Scheme_Color::COLOR_1,
    369                 ],
    370363                'selectors' => [
    371364                    '{{WRAPPER}} .price .btn' => 'color: {{VALUE}}',
     
    406399                'label' => __( 'Button Color', 'plugsprice' ),
    407400                'type' => Controls_Manager::COLOR,
    408                 'scheme' => [
    409                     'type' => \Elementor\Scheme_Color::get_type(),
    410                     'value' => \Elementor\Scheme_Color::COLOR_1,
    411                 ],
    412401                'selectors' => [
    413402                    '{{WRAPPER}} .price .btn:hover' => 'color: {{VALUE}}',
     
    493482    }
    494483
    495     protected function _content_template() {}
     484    protected function content_template() {}
    496485
    497486}
  • plusprice/trunk/widgets/price-style2.php

    r2282644 r2824461  
    1212
    1313    public function get_title() {
    14         return esc_html__( "Pricing Style 2","plugsprice");
     14        return esc_html__( "Plugs Price 2","plugsprice");
    1515    }
    1616
    1717    public function get_icon() {
    18         return 'fas fa-table';
     18        return 'eicon-price-table';
    1919    }
    2020
     
    2323    }
    2424
    25     protected function _register_controls() {
     25    protected function register_controls() {
    2626        $this->start_controls_section(
    2727            'pricing_title',
     
    312312                'name' => 'pl_price_typo',
    313313                'label' => esc_html__( 'Price Typography', 'plugsprice' ),
    314                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    315314                'selector' => '{{WRAPPER}} .price .price-head',
    316315            ]
     
    322321                'name' => 'pl_title_typo',
    323322                'label' => esc_html__( 'Title Typography', 'plugsprice' ),
    324                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    325323                'selector' => '{{WRAPPER}} .price .price-title',
    326324            ]
     
    332330                'label' => esc_html__( 'Title Color', 'plugsprice' ),
    333331                'type' => Controls_Manager::COLOR,
    334                 'scheme' => [
    335                     'type' => \Elementor\Scheme_Color::get_type(),
    336                     'value' => \Elementor\Scheme_Color::COLOR_1,
    337                 ],
    338332                'selectors' => [
    339333                    '{{WRAPPER}} .price .price-title' => 'color: {{VALUE}}',
     
    367361                'name' => 'pl_button_typo',
    368362                'label' => esc_html__( 'Button Typography', 'plugsprice' ),
    369                 'scheme' => Elementor\Scheme_Typography::TYPOGRAPHY_1,
    370363                'selector' => '{{WRAPPER}} .price .btn',
    371364            ]
     
    388381                'label' => __( 'Button Color', 'plugsprice' ),
    389382                'type' => Controls_Manager::COLOR,
    390                 'scheme' => [
    391                     'type' => \Elementor\Scheme_Color::get_type(),
    392                     'value' => \Elementor\Scheme_Color::COLOR_1,
    393                 ],
    394383                'selectors' => [
    395384                    '{{WRAPPER}} .price .btn' => 'color: {{VALUE}}',
     
    420409                'label' => __( 'Button Color', 'plugsprice' ),
    421410                'type' => Controls_Manager::COLOR,
    422                 'scheme' => [
    423                     'type' => \Elementor\Scheme_Color::get_type(),
    424                     'value' => \Elementor\Scheme_Color::COLOR_1,
    425                 ],
    426411                'selectors' => [
    427412                    '{{WRAPPER}} .price .btn:hover' => 'color: {{VALUE}}',
     
    507492    }
    508493
    509     protected function _content_template() {}
     494    protected function content_template() {}
    510495
    511496}
Note: See TracChangeset for help on using the changeset viewer.