Plugin Directory

Changeset 3145260


Ignore:
Timestamp:
09/02/2024 10:36:18 AM (19 months ago)
Author:
wpscore
Message:

update to v2.0.2

Location:
cricket-score
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cricket-score/tags/2.0.2/cricket-score.php

    r2997560 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23/*
    34Plugin Name: Cricket Score
    45Plugin URI: https://wordpress.org/plugins/ocricket-score/
    56Description: Get the latest Cricket Live Score for your website.
    6 Version: 2.0.1
     7Version: 2.0.2
    78Author: Cricket scores
    89Author URI: https://fscore.net/cricket
  • cricket-score/tags/2.0.2/readme.txt

    r2997560 r3145260  
    33Tags: cricket, score, live, ipl, match, widget, schedule, league, world cup, tournaments, live score, livescore
    44Requires at least: 4.1
    5 Tested up to: 6.4
    6 Stable tag: 2.0.1
     5Tested up to: 6.6
     6Stable tag: 2.0.2
    77Requires PHP: 7.0
    88Get the latest auto-updated live Cricket Score for your website for free.
     
    4646
    4747== 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
    4854= 2.0 =
    4955* 2023-11-16
  • cricket-score/tags/2.0.2/src/FscoreConfig.php

    r2997267 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23
    34/**
  • cricket-score/tags/2.0.2/src/connectFscore.php

    r2997267 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23
    34// a helper function to lookup "env_FILE", "env", then fallback
  • cricket-score/trunk/cricket-score.php

    r2997560 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23/*
    34Plugin Name: Cricket Score
    45Plugin URI: https://wordpress.org/plugins/ocricket-score/
    56Description: Get the latest Cricket Live Score for your website.
    6 Version: 2.0.1
     7Version: 2.0.2
    78Author: Cricket scores
    89Author URI: https://fscore.net/cricket
  • cricket-score/trunk/readme.txt

    r2997560 r3145260  
    33Tags: cricket, score, live, ipl, match, widget, schedule, league, world cup, tournaments, live score, livescore
    44Requires at least: 4.1
    5 Tested up to: 6.4
    6 Stable tag: 2.0.1
     5Tested up to: 6.6
     6Stable tag: 2.0.2
    77Requires PHP: 7.0
    88Get the latest auto-updated live Cricket Score for your website for free.
     
    4646
    4747== 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
    4854= 2.0 =
    4955* 2023-11-16
  • cricket-score/trunk/src/FscoreConfig.php

    r2997267 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23
    34/**
  • cricket-score/trunk/src/connectFscore.php

    r2997267 r3145260  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23
    34// a helper function to lookup "env_FILE", "env", then fallback
Note: See TracChangeset for help on using the changeset viewer.