Changeset 3414512
- Timestamp:
- 12/08/2025 03:55:47 PM (3 months ago)
- Location:
- anyapi/trunk
- Files:
-
- 2 edited
-
anyapi.php (modified) (1 diff)
-
inc/Views/Dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anyapi/trunk/anyapi.php
r3414465 r3414512 22 22 if ( ! function_exists( 'add_action' ) ) { exit; } 23 23 24 define( 'ANYAPI_RELEASE_DATE', '2025-12-8' ); 24 25 define( 'ANYAPI_VERSION', '1.1.4' ); 25 26 define( 'ANYAPI_ASSETS', '1.0.0' ); -
anyapi/trunk/inc/Views/Dashboard.php
r3414465 r3414512 269 269 <?php else: ?> 270 270 <p style="anyapi-latest-text"> 271 Latest Version (<?php echo esc_html( $latestVer[ 'date' ]); ?>)271 Latest Version (<?php echo esc_html( ANYAPI_RELEASE_DATE ); ?>) 272 272 </p> 273 273 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.