Plugin Directory

Changeset 3464223


Ignore:
Timestamp:
02/18/2026 10:42:31 AM (3 days ago)
Author:
shoaibzain
Message:

Release 0.9.3 – remove hardcoded font props from step-title

Location:
nebula-forge-addons-for-elementor
Files:
2 edited
7 copied

Legend:

Unmodified
Added
Removed
  • nebula-forge-addons-for-elementor/tags/0.9.3/nebula-forge-addons-for-elementor.php

    r3464210 r3464223  
    44 * Plugin URI:        https://wordpress.org/plugins/nebula-forge-addons-for-elementor/
    55 * Description:       Professional Elementor widgets for any WordPress page — blogs, portfolios, landing pages, WooCommerce, and beyond.
    6  * Version:           0.9.2
     6 * Version:           0.9.3
    77 * Author:            Zainaster
    88 * Author URI:        https://profiles.wordpress.org/shoaibzain/
     
    2222}
    2323
    24 define('NEBULA_FORGE_ADDON_VERSION', '0.9.2');
     24define('NEBULA_FORGE_ADDON_VERSION', '0.9.3');
    2525define('NEBULA_FORGE_ADDON_FILE', __FILE__);
    2626define('NEBULA_FORGE_ADDON_BASENAME', plugin_basename(__FILE__));
  • nebula-forge-addons-for-elementor/tags/0.9.3/readme.txt

    r3464071 r3464223  
    55Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 0.9.2
     7Stable tag: 0.9.3
    88Requires Plugins: elementor
    99License: GPLv2 or later
     
    128128
    129129== Changelog ==
     130= 0.9.3 =
     131* Removed hardcoded font-size, font-weight, font-style, and line-height from `.nfa-ncards__step-title` to allow Elementor typography controls to take effect.
     132
    130133= 0.9.1 =
    131134* Removed `.nfa-vtestimonials__reel-video` CSS positioning block from frontend styles.
  • nebula-forge-addons-for-elementor/trunk/nebula-forge-addons-for-elementor.php

    r3464210 r3464223  
    44 * Plugin URI:        https://wordpress.org/plugins/nebula-forge-addons-for-elementor/
    55 * Description:       Professional Elementor widgets for any WordPress page — blogs, portfolios, landing pages, WooCommerce, and beyond.
    6  * Version:           0.9.2
     6 * Version:           0.9.3
    77 * Author:            Zainaster
    88 * Author URI:        https://profiles.wordpress.org/shoaibzain/
     
    2222}
    2323
    24 define('NEBULA_FORGE_ADDON_VERSION', '0.9.2');
     24define('NEBULA_FORGE_ADDON_VERSION', '0.9.3');
    2525define('NEBULA_FORGE_ADDON_FILE', __FILE__);
    2626define('NEBULA_FORGE_ADDON_BASENAME', plugin_basename(__FILE__));
  • nebula-forge-addons-for-elementor/trunk/readme.txt

    r3464071 r3464223  
    55Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 0.9.2
     7Stable tag: 0.9.3
    88Requires Plugins: elementor
    99License: GPLv2 or later
     
    128128
    129129== Changelog ==
     130= 0.9.3 =
     131* Removed hardcoded font-size, font-weight, font-style, and line-height from `.nfa-ncards__step-title` to allow Elementor typography controls to take effect.
     132
    130133= 0.9.1 =
    131134* Removed `.nfa-vtestimonials__reel-video` CSS positioning block from frontend styles.
Note: See TracChangeset for help on using the changeset viewer.