Changeset 2680094
- Timestamp:
- 02/16/2022 06:19:34 PM (4 years ago)
- Location:
- deepen-shortcode/trunk
- Files:
-
- 2 edited
-
deepen-shortcode.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deepen-shortcode/trunk/deepen-shortcode.php
r2656368 r2680094 10 10 * Example: '[deepen resource="articleId=12345678-abcd-ef01-2345-6789abcdef01" username="xxx" password="yyyyyyy"]'. 11 11 * 12 * Version: 1.1 012 * Version: 1.11 13 13 * 14 14 * Author: Deepen srl … … 145 145 function deepen_shortcode($attributes) 146 146 { 147 $auth_url = 'https:// r8z4stpr9r.eu-west-1.awsapprunner.com/publishingHouse/login';147 $auth_url = 'https://api-prod.deepen.news/publishingHouse/login'; 148 148 $params = deepen_get_params($attributes); 149 149 $response = deepen_post($auth_url, array('username' => $params['username'], 'password' => $params['password'])); -
deepen-shortcode/trunk/readme.txt
r2656368 r2680094 3 3 Tags: deepen, shortcode, audio, embed, widget, player 4 4 Requires at least: 2.5.0 5 Tested up to: 5. 7.26 Stable tag: 1.1 05 Tested up to: 5.9 6 Stable tag: 1.11 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 50 50 == Changelog == 51 51 52 = 1.11 = 53 * Wordpress version 5.9 support 54 52 55 = 1.10 = 53 56 * Improve browser compatibility
Note: See TracChangeset
for help on using the changeset viewer.