Changeset 3130114
- Timestamp:
- 08/02/2024 03:09:16 PM (20 months ago)
- Location:
- sync-post-with-other-site/trunk
- Files:
-
- 2 edited
-
SyncPostWithOtherSite.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sync-post-with-other-site/trunk/SyncPostWithOtherSite.php
r3128945 r3130114 4 4 Plugin URI: https://kp4coder.com/ 5 5 Description: Allows user to sync post with multiple websites. 6 Version: 1. 6.16 Version: 1.7 7 7 Author: kp4coder 8 8 Author URI: https://kp4coder.com/ … … 52 52 53 53 global $sps_version; 54 $sps_version = '1. 6.1';54 $sps_version = '1.7'; 55 55 56 56 class SyncPostWithOtherSite { -
sync-post-with-other-site/trunk/readme.txt
r3128945 r3130114 5 5 Requires at least: 4.5 6 6 Tested up to: 6.6.1 7 Stable tag: 1. 67 Stable tag: 1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 99 99 * Fix: Security Update 100 100 101 = 1. 5.3- May 30, 2024 =101 = 1.6 - May 30, 2024 = 102 102 * Fix: Send data using API, Security Update 103 103 104 = 1. 6.1- July 31, 2024 =104 = 1.7 - July 31, 2024 = 105 105 * Fix: Security Update of Authorization to Authenticated 106 106
Note: See TracChangeset
for help on using the changeset viewer.