Changeset 3246047
- Timestamp:
- 02/24/2025 09:51:49 PM (13 months ago)
- Location:
- wp-connectr/trunk
- Files:
-
- 44 edited
-
readme.txt (modified) (2 diffs)
-
src/PowerResource/Post/PowerResource.php (modified) (1 diff)
-
src/PowerResource/Terms/PowerResource.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/readme.txt
r3242190 r3246047 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.2.0 8 Stable tag: 1. 1.18 Stable tag: 1.2.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 2025-02-20 - version 1.2.0 47 * Show all post types and terms as resources (Dangerous! Use with caution) 48 46 49 2025-02-17 - version 1.1.1 47 50 * Resolves some incorrect naming in the plugin. -
wp-connectr/trunk/src/PowerResource/Post/PowerResource.php
r3173902 r3246047 15 15 $controllers = array(); 16 16 17 foreach ( get_post_types( array( 'show_in_rest' => true), 'objects' ) as $post_type ) {17 foreach ( get_post_types( array( ), 'objects' ) as $post_type ) { 18 18 if ( 'attachment' !== $post_type->name ) { 19 19 $controller = array( -
wp-connectr/trunk/src/PowerResource/Terms/PowerResource.php
r3173902 r3246047 17 17 $controllers = array(); 18 18 19 foreach ( get_taxonomies( array( 'show_in_rest' => true), 'objects' ) as $taxonomy ) {19 foreach ( get_taxonomies( array( ), 'objects' ) as $taxonomy ) { 20 20 $controller = array( 21 21 'key' => $taxonomy->name, -
wp-connectr/trunk/vendor/composer/installed.php
r3242190 r3246047 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' bb905383f43277092f8c4b99b3fc8a5da69630d8',6 'reference' => '8e3f49f7d66ed7031c168eb92c2659771b735196', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 44 44 'pretty_version' => 'dev-main', 45 45 'version' => 'dev-main', 46 'reference' => ' bb905383f43277092f8c4b99b3fc8a5da69630d8',46 'reference' => '8e3f49f7d66ed7031c168eb92c2659771b735196', 47 47 'type' => 'wordpress-plugin', 48 48 'install_path' => __DIR__ . '/../../', -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentResolverInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ArgumentResolverTrait.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/DefaultValueArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/DefaultValueInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/ArrayArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/BooleanArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/CallableArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/FloatArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/IntegerArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/ObjectArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/Literal/StringArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/LiteralArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/LiteralArgumentInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ResolvableArgument.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Argument/ResolvableArgumentInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Container.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ContainerAwareInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ContainerAwareTrait.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/Definition.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionAggregate.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionAggregateInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Definition/DefinitionInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/DefinitionContainerInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Exception/ContainerException.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Exception/NotFoundException.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/Inflector.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorAggregate.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorAggregateInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/Inflector/InflectorInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ReflectionContainer.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/AbstractServiceProvider.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/BootableServiceProviderInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregate.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/league/container/src/ServiceProvider/ServiceProviderInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/ContainerInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
r3242190 r3246047 3 3 * @license MIT 4 4 * 5 * Modified by reenhanced on 17-February-2025 using {@see https://github.com/BrianHenryIE/strauss}.5 * Modified by reenhanced on 24-February-2025 using {@see https://github.com/BrianHenryIE/strauss}. 6 6 */ 7 7 -
wp-connectr/trunk/wp-connectr.php
r3242190 r3246047 27 27 * Plugin URI: https://www.reenhanced.com/products/wordpress-connector/ 28 28 * Description: Deeply integrates WordPress with Microsoft Power Automate. Easily connect your site to Microsoft SharePoint, Dynamics, Teams or over 1000 other services. 29 * Version: 1. 1.129 * Version: 1.2.0 30 30 * Author: Reenhanced LLC 31 31 * License: GPL-2.0+ … … 34 34 * 35 35 */ 36 define( 'WP_CONNECTR_VERSION', '1. 1.1' );36 define( 'WP_CONNECTR_VERSION', '1.2.0' ); 37 37 38 38 /*
Note: See TracChangeset
for help on using the changeset viewer.