Plugin Directory

Changeset 3123630


Ignore:
Timestamp:
07/23/2024 07:36:53 AM (20 months ago)
Author:
sheldorofazeroth
Message:

Added Compatibility with WordPress 6.6. Bug Fixes.

Location:
object-data-sync-for-salesforce
Files:
144 added
3 edited

Legend:

Unmodified
Added
Removed
  • object-data-sync-for-salesforce/trunk/Helper/class-plugin-constants.php

    r3111035 r3123630  
    2020
    2121    const HOSTNAME      = 'https://login.xecurify.com';
    22     const VERSION       = '1.2.3';
     22    const VERSION       = '1.2.4';
    2323    const ACCESS_TOKEN  = 'access_token';
    2424    const REFRESH_TOKEN = 'refresh_token';
  • object-data-sync-for-salesforce/trunk/object-data-sync-for salesforce.php

    r3111035 r3123630  
    44 * Plugin URI: http://miniorange.com
    55 * Description: Object Data Sync For Salesforce Plugin synchronizes WordPress users/posts with selected object/record in Salesforce and keeps Salesforce object/record in sync with the WordPress.
    6  * Version: 1.2.3
     6 * Version: 1.2.4
    77 * Author: miniOrange
    88 * Author URI: http://miniorange.com/
  • object-data-sync-for-salesforce/trunk/readme.txt

    r3111035 r3123630  
    44Tags: Salesforce, WordPress Salesforce integration, crm, sync, forms
    55Requires at least: 5.5
    6 Tested up to: 6.5
     6Tested up to: 6.6
    77Requires PHP: 7.0
    8 Stable tag: 1.2.3
     8Stable tag: 1.2.4
    99License: MIT/Expat
    1010License URI: https://docs.miniorange.com/mit-license
     
    207207== ChangeLog ==
    208208
     209= 1.2.4 =
     210* Bug Fixes.
     211* Added Compatibility with WordPress 6.6.
     212
    209213= 1.2.3 =
    210214* Bug Fixes.
     
    313317== Upgrade Notice ==
    314318
     319= 1.2.4 =
     320* Bug Fixes.
     321* Added Compatibility with WordPress 6.6.
     322
    315323= 1.2.3 =
    316324* Bug Fixes.
Note: See TracChangeset for help on using the changeset viewer.