Plugin Directory

Changeset 3347358


Ignore:
Timestamp:
08/20/2025 07:13:00 AM (7 months ago)
Author:
microsoftstart
Message:

tagging version: 2.8.2 to mitigate connection issue

Location:
microsoft-start
Files:
77 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • microsoft-start/trunk/index.php

    r3347304 r3347358  
    66 * Plugin URI:        https://www.msn.com/
    77 * Description:       MSN Partner Hub WordPress plugin to help WordPress content creators to share content to MSN News feed.
    8  * Version:           2.8.1
     8 * Version:           2.8.2
    99 * Requires at least: 5.4
    1010 * Requires PHP:      7.3
  • microsoft-start/trunk/readme.txt

    r3347304 r3347358  
    33Requires at least: 5.4
    44Requires PHP: 7.3
    5 Stable tag: 2.8.1
     5Stable tag: 2.8.2
    66Tested up to: 6.5
    77License: GPL v2 or later
  • microsoft-start/trunk/routes/authenticationApi.php

    r3347304 r3347358  
    2929                ));
    3030                $response = wp_remote_post(
    31                     "{$msnAccountUrl}account/redeemcode?redeemCode={$parameters['redeemCode']}" . MSPH_OCID_APIKEY_QSP,
     31                    "https://api.msn.com/ugc/account/RedeemCode/{$parameters['redeemCode']}?wrapodata=false",
    3232                    [
    3333                        'timeout'       => 60,
Note: See TracChangeset for help on using the changeset viewer.