Changeset 3458363
- Timestamp:
- 02/10/2026 07:50:19 PM (7 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 6 edited
- 1 copied
-
tags/3.2.32 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.32/admin/views/metabox.php (modified) (1 diff)
-
tags/3.2.32/readme.txt (modified) (2 diffs)
-
tags/3.2.32/visiblefirst.php (modified) (2 diffs)
-
trunk/admin/views/metabox.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.32/admin/views/metabox.php
r3457621 r3458363 277 277 <span class="visibl-reach-100-icon">🎯</span> 278 278 <span class="visibl-reach-100-title"><?php esc_html_e('Reach 100%', 'visiblefirst'); ?></span> 279 <span class="visibl-reach-100-potential">+<?php echo intval($visibl_total_potential); ?> <?php esc_html_e('points possible', 'visiblefirst'); ?></span>280 279 </div> 281 280 <div class="visibl-reach-100-items"> -
visiblefirst/tags/3.2.32/readme.txt
r3458326 r3458363 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.3 17 Stable tag: 3.2.32 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 394 394 == Changelog == 395 395 396 = 3.2.32 = 397 * IMPROVED: Removed misleading "points possible" from Reach 100% header 398 399 396 400 = 3.2.31 = 397 401 * FIX: Score sync now correctly reports VF Index scores to server -
visiblefirst/tags/3.2.32/visiblefirst.php
r3458326 r3458363 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.3 15 * Version: 3.2.32 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.3 1');18 define('VISIBL_VERSION', '3.2.32'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); -
visiblefirst/trunk/admin/views/metabox.php
r3457621 r3458363 277 277 <span class="visibl-reach-100-icon">🎯</span> 278 278 <span class="visibl-reach-100-title"><?php esc_html_e('Reach 100%', 'visiblefirst'); ?></span> 279 <span class="visibl-reach-100-potential">+<?php echo intval($visibl_total_potential); ?> <?php esc_html_e('points possible', 'visiblefirst'); ?></span>280 279 </div> 281 280 <div class="visibl-reach-100-items"> -
visiblefirst/trunk/readme.txt
r3458326 r3458363 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.3 17 Stable tag: 3.2.32 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 394 394 == Changelog == 395 395 396 = 3.2.32 = 397 * IMPROVED: Removed misleading "points possible" from Reach 100% header 398 399 396 400 = 3.2.31 = 397 401 * FIX: Score sync now correctly reports VF Index scores to server -
visiblefirst/trunk/visiblefirst.php
r3458326 r3458363 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.3 15 * Version: 3.2.32 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.3 1');18 define('VISIBL_VERSION', '3.2.32'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.