Changeset 3145260
- Timestamp:
- 09/02/2024 10:36:18 AM (19 months ago)
- Location:
- cricket-score
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from cricket-score/trunk)
-
tags/2.0.2/cricket-score.php (modified) (1 diff)
-
tags/2.0.2/readme.txt (modified) (2 diffs)
-
tags/2.0.2/src/FscoreConfig.php (modified) (1 diff)
-
tags/2.0.2/src/connectFscore.php (modified) (1 diff)
-
trunk/cricket-score.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/FscoreConfig.php (modified) (1 diff)
-
trunk/src/connectFscore.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cricket-score/tags/2.0.2/cricket-score.php
r2997560 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 /* 3 4 Plugin Name: Cricket Score 4 5 Plugin URI: https://wordpress.org/plugins/ocricket-score/ 5 6 Description: Get the latest Cricket Live Score for your website. 6 Version: 2.0. 17 Version: 2.0.2 7 8 Author: Cricket scores 8 9 Author URI: https://fscore.net/cricket -
cricket-score/tags/2.0.2/readme.txt
r2997560 r3145260 3 3 Tags: cricket, score, live, ipl, match, widget, schedule, league, world cup, tournaments, live score, livescore 4 4 Requires at least: 4.1 5 Tested up to: 6. 46 Stable tag: 2.0. 15 Tested up to: 6.6 6 Stable tag: 2.0.2 7 7 Requires PHP: 7.0 8 8 Get the latest auto-updated live Cricket Score for your website for free. … … 46 46 47 47 == Changelog == 48 = 2.0.2 = 49 * 2024-08-22 50 * Tested up to: 6.6 51 = 2.0.1 = 52 * 2023-11-18 53 * Bug fixes 48 54 = 2.0 = 49 55 * 2023-11-16 -
cricket-score/tags/2.0.2/src/FscoreConfig.php
r2997267 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 3 4 /** -
cricket-score/tags/2.0.2/src/connectFscore.php
r2997267 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 3 4 // a helper function to lookup "env_FILE", "env", then fallback -
cricket-score/trunk/cricket-score.php
r2997560 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 /* 3 4 Plugin Name: Cricket Score 4 5 Plugin URI: https://wordpress.org/plugins/ocricket-score/ 5 6 Description: Get the latest Cricket Live Score for your website. 6 Version: 2.0. 17 Version: 2.0.2 7 8 Author: Cricket scores 8 9 Author URI: https://fscore.net/cricket -
cricket-score/trunk/readme.txt
r2997560 r3145260 3 3 Tags: cricket, score, live, ipl, match, widget, schedule, league, world cup, tournaments, live score, livescore 4 4 Requires at least: 4.1 5 Tested up to: 6. 46 Stable tag: 2.0. 15 Tested up to: 6.6 6 Stable tag: 2.0.2 7 7 Requires PHP: 7.0 8 8 Get the latest auto-updated live Cricket Score for your website for free. … … 46 46 47 47 == Changelog == 48 = 2.0.2 = 49 * 2024-08-22 50 * Tested up to: 6.6 51 = 2.0.1 = 52 * 2023-11-18 53 * Bug fixes 48 54 = 2.0 = 49 55 * 2023-11-16 -
cricket-score/trunk/src/FscoreConfig.php
r2997267 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 3 4 /** -
cricket-score/trunk/src/connectFscore.php
r2997267 r3145260 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 2 3 3 4 // a helper function to lookup "env_FILE", "env", then fallback
Note: See TracChangeset
for help on using the changeset viewer.