Plugin Directory

Changeset 3179247


Ignore:
Timestamp:
10/31/2024 06:54:09 AM (17 months ago)
Author:
crowdaa
Message:

Version 1.10.2

Location:
crowdaa-sync
Files:
4 edited
43 copied

Legend:

Unmodified
Added
Removed
  • crowdaa-sync/tags/1.10.2/CHANGELOG

    r3171561 r3179247  
    77
    88## [Unreleased]
     9
     10## [1.10.2] - 2024-10-31
     11
     12### Changed
     13
     14- Booh!
     15- Fixed a typo during permissions synchronization.
    916
    1017## [1.10.1] - 2024-10-18
  • crowdaa-sync/tags/1.10.2/README.txt

    r3171561 r3179247  
    66Requires PHP: 7.3
    77Tested up to: 5.9
    8 Stable tag: 1.10.1
     8Stable tag: 1.10.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • crowdaa-sync/tags/1.10.2/crowdaa-sync.php

    r3171561 r3179247  
    1414 * Plugin URI:       
    1515 * Description:       Plugin for synchronizing WordPress site and Crowdaa CMS
    16  * Version:           1.10.1
     16 * Version:           1.10.2
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.2
     
    3434 * Uses SemVer - https://semver.org
    3535 */
    36 define('CROWDAA_SYNC_VERSION', '1.10.1');
     36define('CROWDAA_SYNC_VERSION', '1.10.2');
    3737define('CROWDAA_SYNC_PLUGIN_DIR', __DIR__);
    3838define('CROWDAA_SYNC_PLUGIN_NAME', 'crowdaa-sync');
  • crowdaa-sync/tags/1.10.2/includes/class-crowdaa-sync-permissions.php

    r3149200 r3179247  
    638638      'user_id' => $userId,
    639639      'status' => 'active',
    640     ], 'id');
     640    ], 'membership_id');
    641641    $membershipsIds = Crowdaa_Sync_Utils::object_array_extract_field('membership_id', $memberships);
    642642
  • crowdaa-sync/trunk/CHANGELOG

    r3171561 r3179247  
    77
    88## [Unreleased]
     9
     10## [1.10.2] - 2024-10-31
     11
     12### Changed
     13
     14- Booh!
     15- Fixed a typo during permissions synchronization.
    916
    1017## [1.10.1] - 2024-10-18
  • crowdaa-sync/trunk/README.txt

    r3171561 r3179247  
    66Requires PHP: 7.3
    77Tested up to: 5.9
    8 Stable tag: 1.10.1
     8Stable tag: 1.10.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • crowdaa-sync/trunk/crowdaa-sync.php

    r3171561 r3179247  
    1414 * Plugin URI:       
    1515 * Description:       Plugin for synchronizing WordPress site and Crowdaa CMS
    16  * Version:           1.10.1
     16 * Version:           1.10.2
    1717 * Requires at least: 5.5
    1818 * Requires PHP:      7.2
     
    3434 * Uses SemVer - https://semver.org
    3535 */
    36 define('CROWDAA_SYNC_VERSION', '1.10.1');
     36define('CROWDAA_SYNC_VERSION', '1.10.2');
    3737define('CROWDAA_SYNC_PLUGIN_DIR', __DIR__);
    3838define('CROWDAA_SYNC_PLUGIN_NAME', 'crowdaa-sync');
  • crowdaa-sync/trunk/includes/class-crowdaa-sync-permissions.php

    r3149200 r3179247  
    638638      'user_id' => $userId,
    639639      'status' => 'active',
    640     ], 'id');
     640    ], 'membership_id');
    641641    $membershipsIds = Crowdaa_Sync_Utils::object_array_extract_field('membership_id', $memberships);
    642642
Note: See TracChangeset for help on using the changeset viewer.