Plugin Directory

Changeset 3443107


Ignore:
Timestamp:
01/20/2026 10:01:57 AM (4 weeks ago)
Author:
enricocapston
Message:

Update to version 1.2.13: Fix Dashboard UI

Location:
capstonai-freemium/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • capstonai-freemium/trunk/capstonai-freemium.php

    r3432952 r3443107  
    33 * Plugin Name: CapstonAI
    44 * Description: Boost your SEO and GEO performance in one click. CapstonAI analyzes, optimizes, and enhances every page of your site — from meta tags to structured data — using advanced AI to maximize visibility across search engines and generative platforms.
    5  * Version: 1.2.12
     5 * Version: 1.2.13
    66 * Author: Bourbon Tech
    77 * Author URI: https://capston.ai/
     
    1111 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1212 *
    13  * Copyright (c) 2025 Bourbon Tech
     13 * Copyright (c) 2026 Bourbon Tech
    1414 * CapstonAI is a registered trademark of Bourbon Tech (INPI FR5158027).
    1515 */
     
    2222if ( ! defined( 'ABSPATH' ) ) exit;
    2323
    24 define('CAPSTONAI_VERSION', '1.2.12');
     24define('CAPSTONAI_VERSION', '1.2.13');
    2525define('CAIFR_URL', plugins_url('', __FILE__));
    2626define('CAIFR_DIR', plugin_dir_path(__FILE__));
  • capstonai-freemium/trunk/helpers/helpers.php

    r3432952 r3443107  
    185185                'compared_boost' => $dashboard_data["title"] . " / " . $dashboard_data["total_items"],
    186186                'boost_percent' => $dashboard_data["title_percent"],
    187                 'bar_color' => self::caifr_get_dashboard_bg_class_color(0)["bar_color"],
    188                 'message_color' => self::caifr_get_dashboard_bg_class_color(0)["container"],
     187                'bar_color' => self::caifr_get_dashboard_bg_class_color($dashboard_data["title_percent"])["bar_color"],
     188                'message_color' => self::caifr_get_dashboard_bg_class_color($dashboard_data["title_percent"])["container"],
    189189                'id' => 'titleChart',
    190190            ],
  • capstonai-freemium/trunk/readme.txt

    r3432952 r3443107  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.2.12
     8Stable tag: 1.2.13
    99License: GPL-3.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    102102== Changelog ==
    103103
     104= 1.2.13 = 
     105* Fix Dashboard UI
     106
    104107= 1.2.12 = 
    105108* Update Dashboard UI
Note: See TracChangeset for help on using the changeset viewer.