Plugin Directory

Changeset 2836723


Ignore:
Timestamp:
12/20/2022 03:04:32 PM (3 years ago)
Author:
memsource
Message:

Version 4.1.0

Location:
memsource-connector/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • memsource-connector/trunk/memsource.php

    r2826493 r2836723  
    55Plugin URI: https://support.phrase.com/hc/en-us/articles/5709657294620
    66Description: Localize WordPress websites with the help of professional translation tools: translation memories, terminology bases and quality checkers.
    7 Version: 4.0.1
     7Version: 4.1.0
    88Text Domain: memsource
    99Domain Path: /locale
     
    1919
    2020define('MEMSOURCE_PLUGIN_PATH', dirname(__FILE__));
    21 define('MEMSOURCE_PLUGIN_VERSION', '4.0.1');
     21define('MEMSOURCE_PLUGIN_VERSION', '4.1.0');
    2222define('MEMSOURCE_PLUGIN_DIR_URL', plugin_dir_url(__FILE__));
    2323
     
    3030}
    3131
    32 require_once ABSPATH . WPINC . '/wp-db.php';
     32if (file_exists(ABSPATH . WPINC . '/class-wpdb.php')) {
     33    require_once ABSPATH . WPINC . '/class-wpdb.php';
     34} else {
     35    require_once ABSPATH . WPINC . '/wp-db.php';
     36}
    3337require_once ABSPATH . 'wp-admin/includes/plugin.php';
    3438require_once ABSPATH . 'wp-admin/includes/post.php';
  • memsource-connector/trunk/readme.txt

    r2826493 r2836723  
    44Requires at least: 4.9
    55Requires PHP: 7.3
    6 Tested up to: 6.0
     6Tested up to: 6.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    3333== Changelog ==
    3434
     35= 4.1.0 =
     36*Release Date - 16 Dec 2022*
     37
     38* WordPress 6.1 compatibility
     39
    3540= 4.0.1 =
    3641*Release Date - 27 Sep 2022*
Note: See TracChangeset for help on using the changeset viewer.