Changeset 3347067
- Timestamp:
- 08/19/2025 02:03:25 PM (7 months ago)
- Location:
- wp-connectr/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
-
wp-connectr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-connectr/trunk/readme.txt
r3346447 r3347067 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2.0 8 Stable tag: 2.0. 08 Stable tag: 2.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 == Changelog == 75 75 76 2025-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 76 79 2025-06-26 - version 2.0.0 77 80 * Support for solution import/export through the new WP Connectr Pro plugin -
wp-connectr/trunk/vendor/composer/installed.php
r3346447 r3347067 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' d85cbc4f536e5e959baf214ead5bd30c635ea262',6 'reference' => 'ed53c1551423955e116c30b82ec82a8dac85dfb9', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 44 44 'pretty_version' => 'dev-main', 45 45 'version' => 'dev-main', 46 'reference' => ' d85cbc4f536e5e959baf214ead5bd30c635ea262',46 'reference' => 'ed53c1551423955e116c30b82ec82a8dac85dfb9', 47 47 'type' => 'wordpress-plugin', 48 48 'install_path' => __DIR__ . '/../../', -
wp-connectr/trunk/wp-connectr.php
r3346447 r3347067 27 27 * Plugin URI: https://www.reenhanced.com/products/wordpress-connector/ 28 28 * 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. 029 * Version: 2.0.1 30 30 * Author: Reenhanced LLC 31 31 * License: GPL-2.0+ … … 34 34 * 35 35 */ 36 define( 'WP_CONNECTR_VERSION', '2.0. 0' );36 define( 'WP_CONNECTR_VERSION', '2.0.1' ); 37 37 38 38 /*
Note: See TracChangeset
for help on using the changeset viewer.