Plugin Directory

Changeset 3130114


Ignore:
Timestamp:
08/02/2024 03:09:16 PM (20 months ago)
Author:
kp4coder
Message:

Change Version

Location:
sync-post-with-other-site/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sync-post-with-other-site/trunk/SyncPostWithOtherSite.php

    r3128945 r3130114  
    44Plugin URI: https://kp4coder.com/
    55Description: Allows user to sync post with multiple websites.
    6 Version: 1.6.1
     6Version: 1.7
    77Author: kp4coder
    88Author URI: https://kp4coder.com/
     
    5252
    5353global $sps_version;
    54 $sps_version = '1.6.1';
     54$sps_version = '1.7';
    5555
    5656class SyncPostWithOtherSite {
  • sync-post-with-other-site/trunk/readme.txt

    r3128945 r3130114  
    55Requires at least: 4.5
    66Tested up to: 6.6.1
    7 Stable tag: 1.6
     7Stable tag: 1.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999* Fix: Security Update
    100100
    101 = 1.5.3 - May 30, 2024 =
     101= 1.6 - May 30, 2024 =
    102102* Fix: Send data using API, Security Update
    103103
    104 = 1.6.1 - July 31, 2024 =
     104= 1.7 - July 31, 2024 =
    105105* Fix: Security Update of Authorization to Authenticated
    106106
Note: See TracChangeset for help on using the changeset viewer.