Plugin Directory

Changeset 3457593


Ignore:
Timestamp:
02/10/2026 12:48:54 AM (7 weeks ago)
Author:
visiblefirst
Message:

Release 3.2.27 - Fix bulk optimization modal scrolling

Location:
visiblefirst
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • visiblefirst/tags/3.2.27/admin/css/admin.css

    r3457294 r3457593  
    18901890/* Bulk Results Table */
    18911891.visibl-bulk-results-table-wrap {
    1892     max-height: 350px;
     1892    /* Increased height for more results visibility */
     1893    max-height: 50vh;
    18931894    overflow-y: auto;
    18941895    margin-top: 15px;
     
    33973398    gap: 10px;
    33983399}
     3400
     3401/* Bulk results table should not be centered */
     3402.visibl-results-text .visibl-bulk-results-table-wrap {
     3403    text-align: left;
     3404}
  • visiblefirst/tags/3.2.27/readme.txt

    r3457513 r3457593  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.26
     7Stable tag: 3.2.27
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    394394== Changelog ==
    395395
     396= 3.2.27 =
     397* FIX: Bulk optimization results modal now scrolls to show all results
     398
    396399= 3.2.26 =
    397400* SECURITY: Moved llms.txt generation prompt to server-side API
  • visiblefirst/tags/3.2.27/visiblefirst.php

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

    r3457294 r3457593  
    18901890/* Bulk Results Table */
    18911891.visibl-bulk-results-table-wrap {
    1892     max-height: 350px;
     1892    /* Increased height for more results visibility */
     1893    max-height: 50vh;
    18931894    overflow-y: auto;
    18941895    margin-top: 15px;
     
    33973398    gap: 10px;
    33983399}
     3400
     3401/* Bulk results table should not be centered */
     3402.visibl-results-text .visibl-bulk-results-table-wrap {
     3403    text-align: left;
     3404}
  • visiblefirst/trunk/readme.txt

    r3457513 r3457593  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 3.2.26
     7Stable tag: 3.2.27
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    394394== Changelog ==
    395395
     396= 3.2.27 =
     397* FIX: Bulk optimization results modal now scrolls to show all results
     398
    396399= 3.2.26 =
    397400* SECURITY: Moved llms.txt generation prompt to server-side API
  • visiblefirst/trunk/visiblefirst.php

    r3457513 r3457593  
    33 * Plugin Name: VisibleFirst
    44 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress.
    5  * Version: 3.2.26
     5 * Version: 3.2.27
    66 * Author: VisibleFirst
    77 * Author URI: https://visiblefirst.com
     
    1616
    1717// Plugin constants
    18 define('VISIBL_VERSION', '3.2.26');
     18define('VISIBL_VERSION', '3.2.27');
    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.