Plugin Directory

Changeset 2592304


Ignore:
Timestamp:
09/01/2021 07:40:25 PM (5 years ago)
Author:
khubbaib
Message:

version 1.4.2

Location:
ultimate-live-cricket-lite
Files:
83 added
3 edited

Legend:

Unmodified
Added
Removed
  • ultimate-live-cricket-lite/trunk/classes/wsl-base-class.php

    r2492889 r2592304  
    1111        const AJAX_PREFIX = 'wp_ajax_';
    1212        const AJAX_NOPRIV_PREFIX = 'wp_ajax_nopriv_';
    13         const BASE_API_URL = 'https://origin-apinew.cricket.com.au';
     13        const BASE_API_URL = 'https://apinew.cricket.com.au';
    1414        /**
    1515             * Add an action hook
  • ultimate-live-cricket-lite/trunk/readme.txt

    r2492889 r2592304  
    55Requires at least: 3.0.0
    66Tested up to: 5.7
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ultimate-live-cricket-lite/trunk/templates/psl-matches.php

    r2036215 r2592304  
    55        if( $match != -1 ){
    66
    7             $psl_content            = $live_score->lcw_get_content_psl( 'https://cricket.yahoo.net/sifeeds/cricket/live/json/'.$match.'.json' );
     7            $psl_content            = $live_score->lcw_get_content_psl( 'https://www.sportsadda.com/cricket/live/json/'.$match.'.json' );
    88                $psl_contents       = utf8_encode( $psl_content );
    99                $pslmatches_list    = json_decode( $psl_contents);
Note: See TracChangeset for help on using the changeset viewer.