Plugin Directory

Changeset 3347067


Ignore:
Timestamp:
08/19/2025 02:03:25 PM (7 months ago)
Author:
reenhanced
Message:

Release version 2.0.1

Location:
wp-connectr/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-connectr/trunk/readme.txt

    r3346447 r3347067  
    66Tested up to: 6.8
    77Requires PHP: 7.2.0
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474== Changelog ==
    7575
     762025-08-19 - version 2.0.1
     77* Resolves an issue with the plugin publishing process that caused issues with the plugin installation from the plugin directory.
     78
    76792025-06-26 - version 2.0.0
    7780* Support for solution import/export through the new WP Connectr Pro plugin
  • wp-connectr/trunk/vendor/composer/installed.php

    r3346447 r3347067  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => 'd85cbc4f536e5e959baf214ead5bd30c635ea262',
     6        'reference' => 'ed53c1551423955e116c30b82ec82a8dac85dfb9',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    4444            'pretty_version' => 'dev-main',
    4545            'version' => 'dev-main',
    46             'reference' => 'd85cbc4f536e5e959baf214ead5bd30c635ea262',
     46            'reference' => 'ed53c1551423955e116c30b82ec82a8dac85dfb9',
    4747            'type' => 'wordpress-plugin',
    4848            'install_path' => __DIR__ . '/../../',
  • wp-connectr/trunk/wp-connectr.php

    r3346447 r3347067  
    2727 * Plugin URI:        https://www.reenhanced.com/products/wordpress-connector/
    2828 * Description:       Deeply integrates WordPress with Microsoft Power Automate. Microsoft Certified. Easily connect your site to Microsoft SharePoint, Dynamics, Teams or over 1000 other services.
    29  * Version:           2.0.0
     29 * Version:           2.0.1
    3030 * Author:            Reenhanced LLC
    3131 * License:           GPL-2.0+
     
    3434 *
    3535 */
    36 define( 'WP_CONNECTR_VERSION', '2.0.0' );
     36define( 'WP_CONNECTR_VERSION', '2.0.1' );
    3737
    3838 /*
Note: See TracChangeset for help on using the changeset viewer.