Plugin Directory

Changeset 2652638


Ignore:
Timestamp:
01/04/2022 01:00:17 PM (4 years ago)
Author:
shawon786
Message:

Release V- 1.0.8.4

Location:
css-for-elementor/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • css-for-elementor/trunk/README.txt

    r2648364 r2652638  
    8484== Changelog ==
    8585
     86= 1.0.8.4 =
     87[Fix] Feedback notification not closing
     88
    8689= 1.0.8.3 =
    87 [Fix] Feedback notification not closing
    8890[Fix] Old extender features not visible under ElementsCSS Menu
    8991
  • css-for-elementor/trunk/admin/css/css-for-elementor-admin.css

    r2632220 r2652638  
    118118
    119119.cssfe-pro-box sup.Pro {
    120     font-size: 15px;
     120    font-size: 10px;
    121121    border-radius: 5px;
    122122}
    123123.cssfe-pro-box sup.free {
    124     font-size: 15px;
     124    font-size: 12px;
    125125    border-radius: 5px;
    126126    text-transform: capitalize;
     
    138138
    139139.cssfe-pro-box .title {
    140     font-size: 18px;
     140    font-size: 17px;
    141141    font-weight: 600;
    142142    color: green;
     
    173173a.cssfe-pro-button:hover{
    174174    background: transparent;
    175     border: 1.5px solid #17a2b8;
     175    border: 1.5px solid #17a2b8 !important;
     176    background: #17a2b8;
     177    color: #00008B;
     178
    176179}
    177180
  • css-for-elementor/trunk/css-for-elementor.php

    r2648364 r2652638  
    1414 *
    1515 * @wordpress-plugin
    16  * Plugin Name:       ElementsCSS
     16 * Plugin Name:       ElementsCSS Addons For Elementor
    1717 * Plugin URI:        https://wordpress.org/plugins/css-for-elementor
    18  * Description:       Get new innovative Elementor widgets & Extended default Elementor widgets at the same place. No coding knowledge required!
    19  * Version:           1.0.8.3
     18 * Description:       New innovative Elementor Addons & Extended Elementor widgets at the same place. No coding knowledge required!
     19 * Version:           1.0.8.4
    2020 * Author:            TheInnovs
    2121 * Author URI:        https://theinnovs.com/
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'CSS_FOR_ELEMENTOR_VERSION', '1.0.8.3' );
     39define( 'CSS_FOR_ELEMENTOR_VERSION', '1.0.8.4' );
    4040define( 'CSSFE_SLUG', plugin_basename( __FILE__ ) );
    4141define( 'CSSFE_PRO_CLASS', 'Css_For_Elementor_Pro' );
  • css-for-elementor/trunk/elementor-control/cssfe-archive-products.php

    r2648364 r2652638  
    129129            'name' => 'content_typography',
    130130            'label' => __( 'Typography', 'plugin-domain' ),
    131             'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     131            'scheme' => Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    132132            'selector' => '{{WRAPPER}} span.woocommerce-Price-currencySymbol',
    133133        ]
  • css-for-elementor/trunk/elementor-control/cssfe-form-accept.php

    r2632220 r2652638  
    3939                'name' => 'content_typography',
    4040                'label' => __( 'Typography', 'plugin-domain' ),
    41                 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
     41                'scheme' => Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    4242                'selector' => '{{WRAPPER}} .elementor-field-type-acceptance label',
    4343            ]
Note: See TracChangeset for help on using the changeset viewer.