Plugin Directory

Changeset 3352562


Ignore:
Timestamp:
08/29/2025 11:22:43 AM (6 months ago)
Author:
microsoftstart
Message:

tagging version: 2.8.6

Location:
microsoft-start
Files:
77 added
3 edited

Legend:

Unmodified
Added
Removed
  • microsoft-start/tags/2.8.5/index.php

    r3347448 r3352562  
    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.5
     8 * Version:           2.8.6
    99 * Requires at least: 5.4
    1010 * Requires PHP:      7.3
  • microsoft-start/tags/2.8.5/readme.txt

    r3347448 r3352562  
    33Requires at least: 5.4
    44Requires PHP: 7.3
    5 Stable tag: 2.8.5
    6 Tested up to: 6.5
     5Stable tag: 2.8.6
     6Tested up to: 6.8
    77License: GPL v2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • microsoft-start/trunk/services/MSNClient.php

    r3347304 r3352562  
    369369        }
    370370
    371         if ($auth && $response && ($response['response']['code'] == 401 || ($response['response']['code'] == 400 && strpos($response['body'], 'Invalid access token.')))) {
    372             TokenService::delete_token();
    373         }
    374371        return $response ? $response : null;
    375372    }
Note: See TracChangeset for help on using the changeset viewer.