Plugin Directory

Changeset 3414512


Ignore:
Timestamp:
12/08/2025 03:55:47 PM (3 months ago)
Author:
anyapi
Message:

update 1.1.4 anyapi.php

Location:
anyapi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anyapi/trunk/anyapi.php

    r3414465 r3414512  
    2222if ( ! function_exists( 'add_action' ) ) { exit; }
    2323
     24define( 'ANYAPI_RELEASE_DATE', '2025-12-8' );
    2425define( 'ANYAPI_VERSION', '1.1.4' );
    2526define( 'ANYAPI_ASSETS', '1.0.0' );
  • anyapi/trunk/inc/Views/Dashboard.php

    r3414465 r3414512  
    269269        <?php else: ?>
    270270          <p style="anyapi-latest-text">
    271             Latest Version (<?php echo esc_html( $latestVer[ 'date' ] ); ?>)
     271            Latest Version (<?php echo esc_html( ANYAPI_RELEASE_DATE ); ?>)
    272272          </p>
    273273        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.