Plugin Directory

Changeset 3356936


Ignore:
Timestamp:
09/06/2025 02:05:30 AM (6 months ago)
Author:
wpgrids
Message:

Release v1.2.97

Location:
ai-content-generation
Files:
61 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-content-generation/trunk/assets/css/admin.css

    r3220881 r3356936  
    227227    overflow: auto;
    228228    padding-bottom: 30px;
     229    padding-bottom: 108px;
    229230}
    230231
     
    442443    height: calc(100vh - 169px);
    443444    overflow-x: auto;
     445    padding-bottom: 100px;
    444446}
    445447
     
    13191321.block-editor-page .wpwand-prompt-form-wrap {
    13201322    top: 40px;
     1323    min-height: 100%;
    13211324}
    13221325
     
    32143217    cursor: not-allowed;
    32153218}
     3219
     3220#elementor-editor-wrapper .wpwand-floating {
     3221    top: 48px !important;
     3222    padding-bottom: 40px;
     3223}
  • ai-content-generation/trunk/readme.txt

    r3356402 r3356936  
    55Requires at least: 5.0
    66Tested up to:  6.8.2
    7 Stable Tag: 1.2.96
     7Stable Tag: 1.2.97
    88License: GPL-2.0+
    99License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    308308== Changelog ==
    309309
     310= 1.2.97 =
     311* Fixed: Elementor Compability Issue.
     312* Fixed: Bulk Generation Error.
     313* Improved: Elementor AI Template Panel.
     314* Improved: Performance.
     315
    310316= 1.2.96 =
    311317* Fixed: Template misscount issues.
  • ai-content-generation/trunk/wp-wand.php

    r3356402 r3356936  
    55 * Plugin URI: https://wpwand.com/
    66 * Description: WP Wand is a AI content generation plugin for WordPress that helps your team create high quality content 10X faster and 50x cheaper. No monthly subscription required.
    7  * Version: 1.2.96
     7 * Version: 1.2.97
    88 * Author: WP Wand
    99 * Author URI: https://wpwand.com/
     
    106106}
    107107
    108 add_action('init', 'wpwand_init', 10);
     108add_action('plugins_loaded', 'wpwand_init', 10);
    109109
    110110
Note: See TracChangeset for help on using the changeset viewer.