Changeset 2686923
- Timestamp:
- 03/01/2022 08:47:36 PM (4 years ago)
- Location:
- ccbpress-core
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.5 (copied) (copied from ccbpress-core/trunk)
-
tags/1.4.5/ccbpress-core.php (modified) (2 diffs)
-
tags/1.4.5/includes/class-ccbpress-core-blocks.php (modified) (1 diff)
-
tags/1.4.5/package.json (modified) (1 diff)
-
tags/1.4.5/readme.txt (modified) (2 diffs)
-
trunk/ccbpress-core.php (modified) (2 diffs)
-
trunk/includes/class-ccbpress-core-blocks.php (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ccbpress-core/tags/1.4.5/ccbpress-core.php
r2686881 r2686923 4 4 * Plugin URI: https://churchdataconnect.com/ 5 5 * Description: Display information from Church Community Builder on your WordPress site. 6 * Version: 1.4. 46 * Version: 1.4.5 7 7 * Author: FireTree Design, LLC <info@firetreedesign.com> 8 8 * Author URI: https://firetreedesign.com/ … … 67 67 * @since 1.0.0 68 68 */ 69 public $version = '1.4. 4';69 public $version = '1.4.5'; 70 70 71 71 /** -
ccbpress-core/tags/1.4.5/includes/class-ccbpress-core-blocks.php
r2566071 r2686923 74 74 'ccbpress-core-block-js', // Handle. 75 75 plugins_url( $editor_block_path, CCBPRESS_CORE_PLUGIN_FILE ), // Block.build.js: We register the block here. Built with Webpack. 76 array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-blocks', 'wp- editor' ), // Dependencies, defined above.76 array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-blocks', 'wp-block-editor' ), // Dependencies, defined above. 77 77 filemtime( plugin_dir_path( CCBPRESS_CORE_PLUGIN_FILE ) . $editor_block_path ), 78 78 true -
ccbpress-core/tags/1.4.5/package.json
r2686881 r2686923 1 1 { 2 2 "name": "ccbpress-core", 3 "version": "1.4. 4",3 "version": "1.4.5", 4 4 "private": true, 5 5 "scripts": { -
ccbpress-core/tags/1.4.5/readme.txt
r2686881 r2686923 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.3 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv2 or later 9 9 License URI: http://ww.gnu.org/licenses/gpl-2.0.html … … 46 46 == Changelog == 47 47 48 = 1.4.5 = 49 * Fixed an issue when loading the Widgets page in the WordPress Admin. 50 48 51 = 1.4.4 = 49 52 * Changes to the rate limit formula for retrieving data from Church Community Builder. -
ccbpress-core/trunk/ccbpress-core.php
r2686881 r2686923 4 4 * Plugin URI: https://churchdataconnect.com/ 5 5 * Description: Display information from Church Community Builder on your WordPress site. 6 * Version: 1.4. 46 * Version: 1.4.5 7 7 * Author: FireTree Design, LLC <info@firetreedesign.com> 8 8 * Author URI: https://firetreedesign.com/ … … 67 67 * @since 1.0.0 68 68 */ 69 public $version = '1.4. 4';69 public $version = '1.4.5'; 70 70 71 71 /** -
ccbpress-core/trunk/includes/class-ccbpress-core-blocks.php
r2566071 r2686923 74 74 'ccbpress-core-block-js', // Handle. 75 75 plugins_url( $editor_block_path, CCBPRESS_CORE_PLUGIN_FILE ), // Block.build.js: We register the block here. Built with Webpack. 76 array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-blocks', 'wp- editor' ), // Dependencies, defined above.76 array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-blocks', 'wp-block-editor' ), // Dependencies, defined above. 77 77 filemtime( plugin_dir_path( CCBPRESS_CORE_PLUGIN_FILE ) . $editor_block_path ), 78 78 true -
ccbpress-core/trunk/package.json
r2686881 r2686923 1 1 { 2 2 "name": "ccbpress-core", 3 "version": "1.4. 4",3 "version": "1.4.5", 4 4 "private": true, 5 5 "scripts": { -
ccbpress-core/trunk/readme.txt
r2686881 r2686923 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.3 7 Stable tag: 1.4. 47 Stable tag: 1.4.5 8 8 License: GPLv2 or later 9 9 License URI: http://ww.gnu.org/licenses/gpl-2.0.html … … 46 46 == Changelog == 47 47 48 = 1.4.5 = 49 * Fixed an issue when loading the Widgets page in the WordPress Admin. 50 48 51 = 1.4.4 = 49 52 * Changes to the rate limit formula for retrieving data from Church Community Builder.
Note: See TracChangeset
for help on using the changeset viewer.