Changeset 3454822
- Timestamp:
- 02/05/2026 04:57:32 PM (8 weeks ago)
- Location:
- growify-ai/trunk
- Files:
-
- 4 edited
-
assets/css/admin.css (modified) (1 diff)
-
growify-ai.php (modified) (2 diffs)
-
includes/class-growify-ai-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
growify-ai/trunk/assets/css/admin.css
r3451999 r3454822 70 70 box-shadow: 0 0 0 1px #6b46ff; 71 71 outline: none; 72 }73 74 .growify-description {75 font-style: italic;76 color: #888;77 margin-top: 8px;78 font-size: 13px;79 72 } 80 73 -
growify-ai/trunk/growify-ai.php
r3451999 r3454822 3 3 * Plugin Name: Growify 4 4 * 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. 05 * Version: 1.1 6 6 * Author: Growify 7 7 * Text Domain: growify-ai … … 15 15 } 16 16 17 define('GROWIFY_AI_VERSION', '1. 0');17 define('GROWIFY_AI_VERSION', '1.1'); 18 18 define('GROWIFY_AI_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('GROWIFY_AI_PLUGIN_URL', plugin_dir_url(__FILE__)); -
growify-ai/trunk/includes/class-growify-ai-admin.php
r3451999 r3454822 103 103 value="<?php echo esc_attr(get_option('growify_api_key')); ?>" class="growify-input-text" 104 104 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'); ?> 107 107 </p> 108 108 </td> -
growify-ai/trunk/readme.txt
r3451999 r3454822 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 58 58 = 1.0 = 59 59 * Initial release. 60 61 = 1.1 = 62 * Minor update
Note: See TracChangeset
for help on using the changeset viewer.