Plugin Directory

Changeset 3105240


Ignore:
Timestamp:
06/20/2024 03:31:47 PM (20 months ago)
Author:
endzevich
Message:

Version: 1.2.6

Location:
block-editor-colors/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • block-editor-colors/trunk/includes/CustomColorsService.php

    r3105226 r3105240  
    5353
    5454        $args = array(
    55             'post_type' => $this->color_cpt_slug,
    56             'orderby'   => 'menu_order',
    57             'order'     => 'ASC',
    58             'nopaging'  => true
     55            'post_type'   => $this->color_cpt_slug,
     56            'orderby'     => 'menu_order',
     57            'order'       => 'ASC',
     58            'post_status' => 'any',
     59            'numberposts' => -1
    5960        );
    6061
  • block-editor-colors/trunk/plugin.php

    r3105226 r3105240  
    44 * Plugin URI: https://motopress.com/products/block-editor-colors/
    55 * Description: Change Gutenberg block editor colors or create new ones.
    6  * Version: 1.2.5
     6 * Version: 1.2.6
    77 * Author: MotoPress
    88 * Author URI: https://motopress.com
     
    1515if ( ! defined( 'BEC_PLUGIN_FILE' ) ) {
    1616    define( 'BEC_PLUGIN_FILE', __FILE__ );
    17     define( 'BEC_PLUGIN_VERSION', '1.2.5' );
     17    define( 'BEC_PLUGIN_VERSION', '1.2.6' );
    1818}
    1919
  • block-editor-colors/trunk/readme.txt

    r3105226 r3105240  
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 1.2.5
     8Stable tag: 1.2.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4747== Changelog ==
    4848
     49= 1.2.6, Jun 20 2024 =
     50* Minor bugfixes and improvements.
     51
    4952= 1.2.5, Jun 20 2024 =
    5053* Minor bugfixes and improvements.
Note: See TracChangeset for help on using the changeset viewer.