Plugin Directory

Changeset 2670363


Ignore:
Timestamp:
02/01/2022 08:24:04 AM (4 years ago)
Author:
noncheat
Message:

Version 1.0.24

Location:
stionic-core/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stionic-core/trunk/endpoints/class-stionic-tools.php

    r2308778 r2670363  
    3737    function final_url( $request ){
    3838        $params = $request->get_params();
    39         $params['url'] = esc_url($params['url']);
     39        // $params['url'] = esc_url($params['url']);
    4040        $ch = curl_init();
    4141        curl_setopt($ch, CURLOPT_URL, $params['url']);
     
    5252        $url = substr($url, strpos($url, 'http'), strlen($url)-strpos($url, 'http'));
    5353        $url = str_replace(array('http//', 'https//'), array('http://', 'https://'), $url);
    54         $url = esc_url($url);
     54        // $url = esc_url($url);
    5555        $request->set_param('url', $url);
    5656        $url = $this->final_url($request);
  • stionic-core/trunk/readme.txt

    r2591532 r2670363  
    11=== Stionic Core - Create Mobile app for WordPress news ===
    2 Contributors: Stionic
     2Contributors: Noncheat
    33Donate link: https://noncheat.com/donate/
    44Tags: create app, wordpress news app, mobile app wordpress, api
    55Requires at least: 4.7
    6 Tested up to: 5.8
    7 Stable tag: 1.0.23
     6Tested up to: 5.9
     7Stable tag: 1.0.24
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    7474== Changelog ==
    7575
     76= 1.0.24 =
     77* Fix deeplinks tool esc_url
     78
    7679= 1.0.23 =
    7780* Add default ads reward value in General setting
     
    174177== Upgrade Notice ==
    175178
     179= 1.0.24 =
     180Fix deeplinks tool esc_url
     181
    176182= 1.0.23 =
    177183Add default ads reward value in General setting
  • stionic-core/trunk/stionic-core.php

    r2591532 r2670363  
    44 * Plugin URI: https://noncheat.com/category/plugins/stionic-core/
    55 * Description: Extending the REST API for Wordpress application
    6  * Version: 1.0.23
    7  * Author: Stionic
     6 * Version: 1.0.24
     7 * Author: Noncheat
    88 * Author URI: https://noncheat.com
    99 * Requires at least: 4.7
    10  * Tested up to: 5.8
     10 * Tested up to: 5.9
    1111 */
    1212if ( ! defined( 'ABSPATH' ) ) {
Note: See TracChangeset for help on using the changeset viewer.