Plugin Directory

Changeset 2680094


Ignore:
Timestamp:
02/16/2022 06:19:34 PM (4 years ago)
Author:
deepennews
Message:

WP 5.9 version support

Location:
deepen-shortcode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • deepen-shortcode/trunk/deepen-shortcode.php

    r2656368 r2680094  
    1010 *               Example: '[deepen resource="articleId=12345678-abcd-ef01-2345-6789abcdef01" username="xxx" password="yyyyyyy"]'.
    1111 *
    12  *  Version: 1.10
     12 *  Version: 1.11
    1313 *
    1414 *  Author: Deepen srl
     
    145145function deepen_shortcode($attributes)
    146146{
    147     $auth_url = 'https://r8z4stpr9r.eu-west-1.awsapprunner.com/publishingHouse/login';
     147    $auth_url = 'https://api-prod.deepen.news/publishingHouse/login';
    148148    $params = deepen_get_params($attributes);
    149149    $response = deepen_post($auth_url, array('username' => $params['username'], 'password' => $params['password']));
  • deepen-shortcode/trunk/readme.txt

    r2656368 r2680094  
    33Tags: deepen, shortcode, audio, embed, widget, player
    44Requires at least: 2.5.0
    5 Tested up to: 5.7.2
    6 Stable tag: 1.10
     5Tested up to: 5.9
     6Stable tag: 1.11
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5050== Changelog ==
    5151
     52= 1.11 =
     53* Wordpress version 5.9 support
     54
    5255= 1.10 =
    5356* Improve browser compatibility
Note: See TracChangeset for help on using the changeset viewer.