Changeset 2945761
- Timestamp:
- 08/01/2023 03:50:46 AM (3 years ago)
- Location:
- microsoft-start
- Files:
-
- 6 edited
- 1 copied
-
tags/2.7.10 (copied) (copied from microsoft-start/trunk)
-
tags/2.7.10/index.php (modified) (1 diff)
-
tags/2.7.10/readme.txt (modified) (1 diff)
-
tags/2.7.10/services/MSNClient.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/services/MSNClient.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
microsoft-start/tags/2.7.10/index.php
r2945757 r2945761 6 6 * Plugin URI: https://www.msn.com/ 7 7 * Description: Microsoft Start WordPress plugin to help WordPress content creators to share content to Microsoft Start News feed. 8 * Version: 2.7. 98 * Version: 2.7.10 9 9 * Requires at least: 5.4 10 10 * Requires PHP: 7.3 -
microsoft-start/tags/2.7.10/readme.txt
r2945757 r2945761 3 3 Requires at least: 5.4 4 4 Requires PHP: 7.3 5 Stable tag: 2.7. 95 Stable tag: 2.7.10 6 6 Tested up to: 6.2 7 7 License: GPL v2 or later -
microsoft-start/tags/2.7.10/services/MSNClient.php
r2945757 r2945761 286 286 $partnerId = $profile['partnerId']; 287 287 $cid = Options::get_CID(); 288 if (!$profile || !$partnerId || $cid) {288 if (!$profile || !$partnerId || !$cid) { 289 289 return null; 290 290 } -
microsoft-start/trunk/index.php
r2945757 r2945761 6 6 * Plugin URI: https://www.msn.com/ 7 7 * Description: Microsoft Start WordPress plugin to help WordPress content creators to share content to Microsoft Start News feed. 8 * Version: 2.7. 98 * Version: 2.7.10 9 9 * Requires at least: 5.4 10 10 * Requires PHP: 7.3 -
microsoft-start/trunk/readme.txt
r2945757 r2945761 3 3 Requires at least: 5.4 4 4 Requires PHP: 7.3 5 Stable tag: 2.7. 95 Stable tag: 2.7.10 6 6 Tested up to: 6.2 7 7 License: GPL v2 or later -
microsoft-start/trunk/services/MSNClient.php
r2945757 r2945761 286 286 $partnerId = $profile['partnerId']; 287 287 $cid = Options::get_CID(); 288 if (!$profile || !$partnerId || $cid) {288 if (!$profile || !$partnerId || !$cid) { 289 289 return null; 290 290 }
Note: See TracChangeset
for help on using the changeset viewer.