Changeset 3298101
- Timestamp:
- 05/21/2025 01:07:51 PM (8 months ago)
- Location:
- integration-cds/trunk
- Files:
-
- 3 edited
-
integration-cds.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integration-cds/trunk/integration-cds.php
r3296352 r3298101 4 4 Plugin URI: https://alexacrm.com/ 5 5 Description: Integrate Microsoft Dataverse organizations with WordPress. 6 Version: 2.78 6 Version: 2.78.1 7 7 Requires at least: 6.1 8 8 Requires PHP: 8.2 … … 86 86 * Plugin version. 87 87 */ 88 define( 'ICDS_VERSION', '2.78 ' );88 define( 'ICDS_VERSION', '2.78.1' ); 89 89 90 90 /** -
integration-cds/trunk/readme.txt
r3296352 r3298101 4 4 Tags: Dataverse, Dynamics 365, Dynamics CRM, Power Platform, Twig 5 5 Requires at least: 6.1 6 Tested up to: 6. 7.16 Tested up to: 6.8.1 7 7 Requires PHP: 8.2 8 8 Stable tag: trunk … … 62 62 == Changelog == 63 63 64 = 2.78.1 = 65 66 * Maintenance release 67 64 68 = 2.78 = 65 69 -
integration-cds/trunk/vendor/composer/installed.php
r3296352 r3298101 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' bafc8cfa87c77c8784dd07e40d108a05d7710c5e',6 'reference' => '74686fd508a5f0ac12c9072e044e8916ac9250b6', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 'pretty_version' => 'dev-master', 24 24 'version' => 'dev-master', 25 'reference' => ' bafc8cfa87c77c8784dd07e40d108a05d7710c5e',25 'reference' => '74686fd508a5f0ac12c9072e044e8916ac9250b6', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.