Plugin Directory

Changeset 3080340

Timestamp:
05/02/2024 11:39:37 AM (3 months ago)
Author:
themeisle
Message:

Update to version 2.6.12 from GitHub

Location:
otter-blocks
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • otter-blocks/tags/2.6.12/CHANGELOG.md

    r3077586 r3080340  
     1
     2
     3
     4
    15##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
    26
  • otter-blocks/tags/2.6.12/inc/class-registration.php

    r3011431 r3080340  
    268268                'userRoles'               => $wp_roles->roles,
    269269                'isBlockEditor'           => 'post' === $current_screen->base,
    270                 'postTypes'               => get_post_types( [ 'public' => true ] ),
     270                'postTypes'               => get_post_types(
     271                    [
     272                        'public'              => true,
     273                        'exclude_from_search' => false,
     274                    ]
     275                ),
    271276                'rootUrl'                 => get_site_url(),
    272277                'restRoot'                => get_rest_url( null, 'otter/v1' ),
  • otter-blocks/tags/2.6.12/otter-blocks.php

    r3077586 r3080340  
    88 * Plugin URI:        https://themeisle.com/plugins/otter-blocks
    99 * Description:       Create beautiful and attracting posts, pages, and landing pages with Otter – Page Builder Blocks & Extensions for Gutenberg. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages.
    10  * Version:           2.6.11
     10 * Version:           2.6.1
    1111 * Author:            ThemeIsle
    1212 * Author URI:        https://themeisle.com
     
    2727define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
    2828define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
    29 define( 'OTTER_BLOCKS_VERSION', '2.6.11' );
     29define( 'OTTER_BLOCKS_VERSION', '2.6.1' );
    3030define( 'OTTER_BLOCKS_PRO_SUPPORT', true );
    3131define( 'OTTER_BLOCKS_SHOW_NOTICES', false );
  • otter-blocks/tags/2.6.12/readme.md

    r3077586 r3080340  
    315315
    316316## Changelog ##
     317
     318
     319
     320
     321
     322
     323
    317324
    318325##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
  • otter-blocks/tags/2.6.12/readme.txt

    r3077586 r3080340  
    315315
    316316== Changelog ==
     317
     318
     319
     320
     321
     322
     323
    317324
    318325##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
  • otter-blocks/tags/2.6.12/vendor/composer/installed.php

    r3077586 r3080340  
    22    'root' => array(
    33        'name' => 'codeinwp/otter-blocks',
    4         'pretty_version' => '2.6.11',
    5         'version' => '2.6.11.0',
     4        'pretty_version' => '2.6.1',
     5        'version' => '2.6.1.0',
    66        'reference' => null,
    77        'type' => 'wordpress-plugin',
     
    1212    'versions' => array(
    1313        'codeinwp/otter-blocks' => array(
    14             'pretty_version' => '2.6.11',
    15             'version' => '2.6.11.0',
     14            'pretty_version' => '2.6.1',
     15            'version' => '2.6.1.0',
    1616            'reference' => null,
    1717            'type' => 'wordpress-plugin',
  • otter-blocks/trunk/CHANGELOG.md

    r3077586 r3080340  
     1
     2
     3
     4
    15##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
    26
  • otter-blocks/trunk/inc/class-registration.php

    r3011431 r3080340  
    268268                'userRoles'               => $wp_roles->roles,
    269269                'isBlockEditor'           => 'post' === $current_screen->base,
    270                 'postTypes'               => get_post_types( [ 'public' => true ] ),
     270                'postTypes'               => get_post_types(
     271                    [
     272                        'public'              => true,
     273                        'exclude_from_search' => false,
     274                    ]
     275                ),
    271276                'rootUrl'                 => get_site_url(),
    272277                'restRoot'                => get_rest_url( null, 'otter/v1' ),
  • otter-blocks/trunk/otter-blocks.php

    r3077586 r3080340  
    88 * Plugin URI:        https://themeisle.com/plugins/otter-blocks
    99 * Description:       Create beautiful and attracting posts, pages, and landing pages with Otter – Page Builder Blocks & Extensions for Gutenberg. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages.
    10  * Version:           2.6.11
     10 * Version:           2.6.1
    1111 * Author:            ThemeIsle
    1212 * Author URI:        https://themeisle.com
     
    2727define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
    2828define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
    29 define( 'OTTER_BLOCKS_VERSION', '2.6.11' );
     29define( 'OTTER_BLOCKS_VERSION', '2.6.1' );
    3030define( 'OTTER_BLOCKS_PRO_SUPPORT', true );
    3131define( 'OTTER_BLOCKS_SHOW_NOTICES', false );
  • otter-blocks/trunk/readme.md

    r3077586 r3080340  
    315315
    316316## Changelog ##
     317
     318
     319
     320
     321
     322
     323
    317324
    318325##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
  • otter-blocks/trunk/readme.txt

    r3077586 r3080340  
    315315
    316316== Changelog ==
     317
     318
     319
     320
     321
     322
     323
    317324
    318325##### [Version 2.6.11](https://github.com/Codeinwp/otter-blocks/compare/v2.6.10...v2.6.11) (2024-04-26)
  • otter-blocks/trunk/vendor/composer/installed.php

    r3077586 r3080340  
    22    'root' => array(
    33        'name' => 'codeinwp/otter-blocks',
    4         'pretty_version' => '2.6.11',
    5         'version' => '2.6.11.0',
     4        'pretty_version' => '2.6.1',
     5        'version' => '2.6.1.0',
    66        'reference' => null,
    77        'type' => 'wordpress-plugin',
     
    1212    'versions' => array(
    1313        'codeinwp/otter-blocks' => array(
    14             'pretty_version' => '2.6.11',
    15             'version' => '2.6.11.0',
     14            'pretty_version' => '2.6.1',
     15            'version' => '2.6.1.0',
    1616            'reference' => null,
    1717            'type' => 'wordpress-plugin',
Note: See TracChangeset for help on using the changeset viewer.