Plugin Directory

Changeset 3454822


Ignore:
Timestamp:
02/05/2026 04:57:32 PM (8 weeks ago)
Author:
growify
Message:

releasing version 1.1 with a minor update

Location:
growify-ai/trunk
Files:
4 edited

Legend:

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

    r3451999 r3454822  
    7070    box-shadow: 0 0 0 1px #6b46ff;
    7171    outline: none;
    72 }
    73 
    74 .growify-description {
    75     font-style: italic;
    76     color: #888;
    77     margin-top: 8px;
    78     font-size: 13px;
    7972}
    8073
  • growify-ai/trunk/growify-ai.php

    r3451999 r3454822  
    33 * Plugin Name: Growify
    44 * Description: The plugin lets you integrate Growify.ai analytics into your WordPress site effortlessly. Track visits, WooCommerce conversions and form submissions automatically.
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Author: Growify
    77 * Text Domain: growify-ai
     
    1515}
    1616
    17 define('GROWIFY_AI_VERSION', '1.0');
     17define('GROWIFY_AI_VERSION', '1.1');
    1818define('GROWIFY_AI_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1919define('GROWIFY_AI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • growify-ai/trunk/includes/class-growify-ai-admin.php

    r3451999 r3454822  
    103103                                    value="<?php echo esc_attr(get_option('growify_api_key')); ?>" class="growify-input-text"
    104104                                    placeholder="Please enter your API key here..." />
    105                                 <p class="growify-description">
    106                                     <?php esc_html_e('You can find your API key in your Growify.ai dashboard.', 'growify-ai'); ?>
     105                                <p class="growify-extra-info">
     106                                    <?php esc_html_e('You can find your API key in the Growify Dashboard under Settings → PowerPixel.', 'growify-ai'); ?>
    107107                                </p>
    108108                            </td>
  • growify-ai/trunk/readme.txt

    r3451999 r3454822  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5858= 1.0 =
    5959* Initial release.
     60
     61= 1.1 =
     62* Minor update
Note: See TracChangeset for help on using the changeset viewer.