Changeset 3457593
- Timestamp:
- 02/10/2026 12:48:54 AM (7 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 6 edited
- 1 copied
-
tags/3.2.27 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.27/admin/css/admin.css (modified) (2 diffs)
-
tags/3.2.27/readme.txt (modified) (2 diffs)
-
tags/3.2.27/visiblefirst.php (modified) (2 diffs)
-
trunk/admin/css/admin.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.27/admin/css/admin.css
r3457294 r3457593 1890 1890 /* Bulk Results Table */ 1891 1891 .visibl-bulk-results-table-wrap { 1892 max-height: 350px; 1892 /* Increased height for more results visibility */ 1893 max-height: 50vh; 1893 1894 overflow-y: auto; 1894 1895 margin-top: 15px; … … 3397 3398 gap: 10px; 3398 3399 } 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 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.2 67 Stable tag: 3.2.27 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.27 = 397 * FIX: Bulk optimization results modal now scrolls to show all results 398 396 399 = 3.2.26 = 397 400 * SECURITY: Moved llms.txt generation prompt to server-side API -
visiblefirst/tags/3.2.27/visiblefirst.php
r3457513 r3457593 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.2 65 * Version: 3.2.27 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.2 6');18 define('VISIBL_VERSION', '3.2.27'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); -
visiblefirst/trunk/admin/css/admin.css
r3457294 r3457593 1890 1890 /* Bulk Results Table */ 1891 1891 .visibl-bulk-results-table-wrap { 1892 max-height: 350px; 1892 /* Increased height for more results visibility */ 1893 max-height: 50vh; 1893 1894 overflow-y: auto; 1894 1895 margin-top: 15px; … … 3397 3398 gap: 10px; 3398 3399 } 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 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.2 67 Stable tag: 3.2.27 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.27 = 397 * FIX: Bulk optimization results modal now scrolls to show all results 398 396 399 = 3.2.26 = 397 400 * SECURITY: Moved llms.txt generation prompt to server-side API -
visiblefirst/trunk/visiblefirst.php
r3457513 r3457593 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.2 65 * Version: 3.2.27 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.2 6');18 define('VISIBL_VERSION', '3.2.27'); 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.