Changeset 3410140
- Timestamp:
- 12/03/2025 08:49:33 PM (3 months ago)
- Location:
- wp-connectr/trunk
- Files:
-
- 44 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/PowerResource/Attachment/Controller.php (modified) (1 diff)
-
vendor/composer/installed.php (modified) (2 diffs)
-
vendor_prefixed/league/container/src/Argument/ArgumentInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/ArgumentResolverInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/ArgumentResolverTrait.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/DefaultValueArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/DefaultValueInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/ArrayArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/BooleanArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/CallableArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/FloatArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/IntegerArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/ObjectArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/Literal/StringArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/LiteralArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/LiteralArgumentInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/ResolvableArgument.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Argument/ResolvableArgumentInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Container.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ContainerAwareInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ContainerAwareTrait.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Definition/Definition.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Definition/DefinitionAggregate.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Definition/DefinitionAggregateInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Definition/DefinitionInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/DefinitionContainerInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Exception/ContainerException.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Exception/NotFoundException.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Inflector/Inflector.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Inflector/InflectorAggregate.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Inflector/InflectorAggregateInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/Inflector/InflectorInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ReflectionContainer.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ServiceProvider/AbstractServiceProvider.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ServiceProvider/BootableServiceProviderInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregate.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php (modified) (1 diff)
-
vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderInterface.php (modified) (1 diff)
-
vendor_prefixed/psr/container/src/ContainerExceptionInterface.php (modified) (1 diff)
-
vendor_prefixed/psr/container/src/ContainerInterface.php (modified) (1 diff)
-
vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php (modified) (1 diff)
-
wp-connectr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-connectr/trunk/changelog.txt
r3374520 r3410140 1 1 *** Changelog *** 2 3 2025-12-03 - version 2.3.1 4 * Fixed an out of memory error. Now compatible with WordPress 6.9 2 5 3 6 2025-10-06 - version 2.3.0 -
wp-connectr/trunk/readme.txt
r3374520 r3410140 4 4 Tags: power automate, microsoft flow, logic apps, microsoft, dataverse 5 5 Requires at least: 4.7 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.2.0 8 Stable tag: 2.3. 08 Stable tag: 2.3.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-connectr/trunk/src/PowerResource/Attachment/Controller.php
r3173902 r3410140 57 57 58 58 public function get_endpoint_args_for_item_schema( $method = WP_REST_Server::CREATABLE ) { 59 if ( WP_REST_Server::EDITABLE === $method ) { 59 static $in_recursion = false; 60 if ( WP_REST_Server::EDITABLE === $method && ! $in_recursion ) { 61 $in_recursion = true; 60 62 $args = parent::get_edit_media_item_args(); 63 $in_recursion = false; 61 64 } else { 62 65 $args = parent::get_endpoint_args_for_item_schema( $method ); -
wp-connectr/trunk/vendor/composer/installed.php
r3374520 r3410140 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 015116831b089d7e65c4988e879333e596e4e972',6 'reference' => 'd117c8b022fe07a10c1c3d100f3654bb07e8a283', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 44 44 'pretty_version' => 'dev-main', 45 45 'version' => 'dev-main', 46 'reference' => ' 015116831b089d7e65c4988e879333e596e4e972',46 'reference' => 'd117c8b022fe07a10c1c3d100f3654bb07e8a283', 47 47 'type' => 'wordpress-plugin', 48 48 'install_path' => __DIR__ . '/../../', -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentResolverInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentResolverTrait.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/DefaultValueArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/DefaultValueInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/ArrayArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/BooleanArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/CallableArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/FloatArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/IntegerArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/ObjectArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/StringArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/LiteralArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/LiteralArgumentInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ResolvableArgument.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ResolvableArgumentInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Container.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ContainerAwareInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ContainerAwareTrait.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/Definition.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionAggregate.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionAggregateInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/DefinitionContainerInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Exception/ContainerException.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Exception/NotFoundException.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/Inflector.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorAggregate.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorAggregateInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ReflectionContainer.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/AbstractServiceProvider.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/BootableServiceProviderInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregate.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/ContainerInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
r3374520 r3410140 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 0 7-October-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 03-December-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/wp-connectr.php
r3374520 r3410140 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.3. 029 * Version: 2.3.1 30 30 * Author: Reenhanced LLC 31 31 * License: GPL-2.0+ … … 34 34 * 35 35 */ 36 define( 'WP_CONNECTR_VERSION', '2.3. 0' );36 define( 'WP_CONNECTR_VERSION', '2.3.1' ); 37 37 38 38 /*
Note: See TracChangeset
for help on using the changeset viewer.