Changeset 3308061
- Timestamp:
- 06/08/2025 11:44:03 AM (10 months ago)
- Location:
- vercheck-api
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from vercheck-api/trunk)
-
tags/1.0.2/includes/class-vercheck-api-core.php (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
tags/1.0.2/vercheck-api.php (modified) (1 diff)
-
trunk/includes/class-vercheck-api-core.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vercheck-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vercheck-api/tags/1.0.2/includes/class-vercheck-api-core.php
r3307812 r3308061 18 18 public function __construct( $checks_instance ) { 19 19 $this->checks = $checks_instance; 20 add_action( 'plugins_loaded', array( $this, 'load_textdomain' ) );21 20 add_action( 'rest_api_init', array( $this, 'register_rest_endpoint' ) ); 22 21 } -
vercheck-api/tags/1.0.2/readme.txt
r3307913 r3308061 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.4 9 9 License: GPL-3.0-or-later … … 59 59 == Changelog == 60 60 61 = 1.0.2 = 62 * Bugfix 63 61 64 = 1.0.1 = 62 65 * PHPCS fixes -
vercheck-api/tags/1.0.2/vercheck-api.php
r3307815 r3308061 11 11 * Plugin Name: VerCheck API 12 12 * Description: Version check REST API endpoint for WordPress. 13 * Version: 1.0. 113 * Version: 1.0.2 14 14 * Requires at least: 5.2 15 15 * Requires PHP: 7.4 -
vercheck-api/trunk/includes/class-vercheck-api-core.php
r3307812 r3308061 18 18 public function __construct( $checks_instance ) { 19 19 $this->checks = $checks_instance; 20 add_action( 'plugins_loaded', array( $this, 'load_textdomain' ) );21 20 add_action( 'rest_api_init', array( $this, 'register_rest_endpoint' ) ); 22 21 } -
vercheck-api/trunk/readme.txt
r3307913 r3308061 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 Requires PHP: 7.4 9 9 License: GPL-3.0-or-later … … 59 59 == Changelog == 60 60 61 = 1.0.2 = 62 * Bugfix 63 61 64 = 1.0.1 = 62 65 * PHPCS fixes -
vercheck-api/trunk/vercheck-api.php
r3307815 r3308061 11 11 * Plugin Name: VerCheck API 12 12 * Description: Version check REST API endpoint for WordPress. 13 * Version: 1.0. 113 * Version: 1.0.2 14 14 * Requires at least: 5.2 15 15 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.