Plugin Directory

Changeset 2686923


Ignore:
Timestamp:
03/01/2022 08:47:36 PM (4 years ago)
Author:
danielmilner
Message:

Update to version 1.4.5 from GitHub

Location:
ccbpress-core
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ccbpress-core/tags/1.4.5/ccbpress-core.php

    r2686881 r2686923  
    44 * Plugin URI: https://churchdataconnect.com/
    55 * Description: Display information from Church Community Builder on your WordPress site.
    6  * Version: 1.4.4
     6 * Version: 1.4.5
    77 * Author: FireTree Design, LLC <info@firetreedesign.com>
    88 * Author URI: https://firetreedesign.com/
     
    6767         * @since 1.0.0
    6868         */
    69         public $version = '1.4.4';
     69        public $version = '1.4.5';
    7070
    7171        /**
  • ccbpress-core/tags/1.4.5/includes/class-ccbpress-core-blocks.php

    r2566071 r2686923  
    7474            'ccbpress-core-block-js', // Handle.
    7575            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.
    7777            filemtime( plugin_dir_path( CCBPRESS_CORE_PLUGIN_FILE ) . $editor_block_path ),
    7878            true
  • ccbpress-core/tags/1.4.5/package.json

    r2686881 r2686923  
    11{
    22  "name": "ccbpress-core",
    3   "version": "1.4.4",
     3  "version": "1.4.5",
    44  "private": true,
    55  "scripts": {
  • ccbpress-core/tags/1.4.5/readme.txt

    r2686881 r2686923  
    55Tested up to: 5.9
    66Requires PHP: 5.3
    7 Stable tag: 1.4.4
     7Stable tag: 1.4.5
    88License: GPLv2 or later
    99License URI: http://ww.gnu.org/licenses/gpl-2.0.html
     
    4646== Changelog ==
    4747
     48= 1.4.5 =
     49* Fixed an issue when loading the Widgets page in the WordPress Admin.
     50
    4851= 1.4.4 =
    4952* Changes to the rate limit formula for retrieving data from Church Community Builder.
  • ccbpress-core/trunk/ccbpress-core.php

    r2686881 r2686923  
    44 * Plugin URI: https://churchdataconnect.com/
    55 * Description: Display information from Church Community Builder on your WordPress site.
    6  * Version: 1.4.4
     6 * Version: 1.4.5
    77 * Author: FireTree Design, LLC <info@firetreedesign.com>
    88 * Author URI: https://firetreedesign.com/
     
    6767         * @since 1.0.0
    6868         */
    69         public $version = '1.4.4';
     69        public $version = '1.4.5';
    7070
    7171        /**
  • ccbpress-core/trunk/includes/class-ccbpress-core-blocks.php

    r2566071 r2686923  
    7474            'ccbpress-core-block-js', // Handle.
    7575            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.
    7777            filemtime( plugin_dir_path( CCBPRESS_CORE_PLUGIN_FILE ) . $editor_block_path ),
    7878            true
  • ccbpress-core/trunk/package.json

    r2686881 r2686923  
    11{
    22  "name": "ccbpress-core",
    3   "version": "1.4.4",
     3  "version": "1.4.5",
    44  "private": true,
    55  "scripts": {
  • ccbpress-core/trunk/readme.txt

    r2686881 r2686923  
    55Tested up to: 5.9
    66Requires PHP: 5.3
    7 Stable tag: 1.4.4
     7Stable tag: 1.4.5
    88License: GPLv2 or later
    99License URI: http://ww.gnu.org/licenses/gpl-2.0.html
     
    4646== Changelog ==
    4747
     48= 1.4.5 =
     49* Fixed an issue when loading the Widgets page in the WordPress Admin.
     50
    4851= 1.4.4 =
    4952* Changes to the rate limit formula for retrieving data from Church Community Builder.
Note: See TracChangeset for help on using the changeset viewer.