Plugin Directory

Changeset 3458363


Ignore:
Timestamp:
02/10/2026 07:50:19 PM (7 weeks ago)
Author:
visiblefirst
Message:

Release 3.2.32 - Remove misleading points possible from Reach 100% header

Location:
visiblefirst
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • visiblefirst/tags/3.2.32/admin/views/metabox.php

    r3457621 r3458363  
    277277            <span class="visibl-reach-100-icon">🎯</span>
    278278            <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>
    280279        </div>
    281280        <div class="visibl-reach-100-items">
  • visiblefirst/tags/3.2.32/readme.txt

    r3458326 r3458363  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.31
     7Stable tag: 3.2.32
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    394394== Changelog ==
    395395
     396= 3.2.32 =
     397* IMPROVED: Removed misleading "points possible" from Reach 100% header
     398
     399
    396400= 3.2.31 =
    397401* FIX: Score sync now correctly reports VF Index scores to server
  • visiblefirst/tags/3.2.32/visiblefirst.php

    r3458326 r3458363  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.31
     5 * Version: 3.2.32
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.31');
     18define('VISIBL_VERSION', '3.2.32');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
  • visiblefirst/trunk/admin/views/metabox.php

    r3457621 r3458363  
    277277            <span class="visibl-reach-100-icon">🎯</span>
    278278            <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>
    280279        </div>
    281280        <div class="visibl-reach-100-items">
  • visiblefirst/trunk/readme.txt

    r3458326 r3458363  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.31
     7Stable tag: 3.2.32
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    394394== Changelog ==
    395395
     396= 3.2.32 =
     397* IMPROVED: Removed misleading "points possible" from Reach 100% header
     398
     399
    396400= 3.2.31 =
    397401* FIX: Score sync now correctly reports VF Index scores to server
  • visiblefirst/trunk/visiblefirst.php

    r3458326 r3458363  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.31
     5 * Version: 3.2.32
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.31');
     18define('VISIBL_VERSION', '3.2.32');
    1919define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2020define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.