Plugin Directory

Changeset 2945761


Ignore:
Timestamp:
08/01/2023 03:50:46 AM (3 years ago)
Author:
microsoftstart
Message:

fix: bugs

Location:
microsoft-start
Files:
6 edited
1 copied

Legend:

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

    r2945757 r2945761  
    66 * Plugin URI:        https://www.msn.com/
    77 * Description:       Microsoft Start WordPress plugin to help WordPress content creators to share content to Microsoft Start News feed.
    8  * Version:           2.7.9
     8 * Version:           2.7.10
    99 * Requires at least: 5.4
    1010 * Requires PHP:      7.3
  • microsoft-start/tags/2.7.10/readme.txt

    r2945757 r2945761  
    33Requires at least: 5.4
    44Requires PHP: 7.3
    5 Stable tag: 2.7.9
     5Stable tag: 2.7.10
    66Tested up to: 6.2
    77License: GPL v2 or later
  • microsoft-start/tags/2.7.10/services/MSNClient.php

    r2945757 r2945761  
    286286        $partnerId = $profile['partnerId'];
    287287        $cid = Options::get_CID();
    288         if (!$profile || !$partnerId || $cid) {
     288        if (!$profile || !$partnerId || !$cid) {
    289289            return null;
    290290        }
  • microsoft-start/trunk/index.php

    r2945757 r2945761  
    66 * Plugin URI:        https://www.msn.com/
    77 * Description:       Microsoft Start WordPress plugin to help WordPress content creators to share content to Microsoft Start News feed.
    8  * Version:           2.7.9
     8 * Version:           2.7.10
    99 * Requires at least: 5.4
    1010 * Requires PHP:      7.3
  • microsoft-start/trunk/readme.txt

    r2945757 r2945761  
    33Requires at least: 5.4
    44Requires PHP: 7.3
    5 Stable tag: 2.7.9
     5Stable tag: 2.7.10
    66Tested up to: 6.2
    77License: GPL v2 or later
  • microsoft-start/trunk/services/MSNClient.php

    r2945757 r2945761  
    286286        $partnerId = $profile['partnerId'];
    287287        $cid = Options::get_CID();
    288         if (!$profile || !$partnerId || $cid) {
     288        if (!$profile || !$partnerId || !$cid) {
    289289            return null;
    290290        }
Note: See TracChangeset for help on using the changeset viewer.