Changeset 3461985
- Timestamp:
- 02/15/2026 06:03:46 PM (6 weeks ago)
- Location:
- visiblefirst
- Files:
-
- 6 edited
- 1 copied
-
tags/3.2.59 (copied) (copied from visiblefirst/trunk)
-
tags/3.2.59/includes/modules/ae/class-visibl-ae.php (modified) (1 diff)
-
tags/3.2.59/readme.txt (modified) (2 diffs)
-
tags/3.2.59/visiblefirst.php (modified) (2 diffs)
-
trunk/includes/modules/ae/class-visibl-ae.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/visiblefirst.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visiblefirst/tags/3.2.59/includes/modules/ae/class-visibl-ae.php
r3461929 r3461985 471 471 */ 472 472 private static function get_breadcrumb_schema($post) { 473 // No breadcrumb needed on front page - you're already "home" 474 if (is_front_page()) { 475 return null; 476 } 477 473 478 $items = []; 474 479 $position = 1; -
visiblefirst/tags/3.2.59/readme.txt
r3461929 r3461985 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 87 Stable tag: 3.2.59 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 197 197 == Changelog == 198 198 199 = 3.2.58 = 200 * All features now available to all users (Free tier gets full functionality) 201 * Title tag management enabled for all users 202 * llms.txt serving enabled for all users 203 204 = 3.2.57 = 205 * Removed tier-based feature restrictions 206 * Unified feature set across all license types 199 = 3.2.59 = 200 * FIX: Remove duplicate breadcrumb on homepage (was showing two "Home" items) 207 201 208 202 = 3.2.56 = -
visiblefirst/tags/3.2.59/visiblefirst.php
r3461929 r3461985 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.5 85 * Version: 3.2.59 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 8');18 define('VISIBL_VERSION', '3.2.59'); 19 19 define('VISIBL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('VISIBL_PLUGIN_URL', plugin_dir_url(__FILE__)); -
visiblefirst/trunk/includes/modules/ae/class-visibl-ae.php
r3461929 r3461985 471 471 */ 472 472 private static function get_breadcrumb_schema($post) { 473 // No breadcrumb needed on front page - you're already "home" 474 if (is_front_page()) { 475 return null; 476 } 477 473 478 $items = []; 474 479 $position = 1; -
visiblefirst/trunk/readme.txt
r3461929 r3461985 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 3.2.5 87 Stable tag: 3.2.59 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 197 197 == Changelog == 198 198 199 = 3.2.58 = 200 * All features now available to all users (Free tier gets full functionality) 201 * Title tag management enabled for all users 202 * llms.txt serving enabled for all users 203 204 = 3.2.57 = 205 * Removed tier-based feature restrictions 206 * Unified feature set across all license types 199 = 3.2.59 = 200 * FIX: Remove duplicate breadcrumb on homepage (was showing two "Home" items) 207 201 208 202 = 3.2.56 = -
visiblefirst/trunk/visiblefirst.php
r3461929 r3461985 3 3 * Plugin Name: VisibleFirst 4 4 * Description: AI + SEO + Social visibility in one plugin. Complete visibility optimization for WordPress. 5 * Version: 3.2.5 85 * Version: 3.2.59 6 6 * Author: VisibleFirst 7 7 * Author URI: https://visiblefirst.com … … 16 16 17 17 // Plugin constants 18 define('VISIBL_VERSION', '3.2.5 8');18 define('VISIBL_VERSION', '3.2.59'); 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.