Changeset 3105240
- Timestamp:
- 06/20/2024 03:31:47 PM (20 months ago)
- Location:
- block-editor-colors/trunk
- Files:
-
- 3 edited
-
includes/CustomColorsService.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
block-editor-colors/trunk/includes/CustomColorsService.php
r3105226 r3105240 53 53 54 54 $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 59 60 ); 60 61 -
block-editor-colors/trunk/plugin.php
r3105226 r3105240 4 4 * Plugin URI: https://motopress.com/products/block-editor-colors/ 5 5 * Description: Change Gutenberg block editor colors or create new ones. 6 * Version: 1.2. 56 * Version: 1.2.6 7 7 * Author: MotoPress 8 8 * Author URI: https://motopress.com … … 15 15 if ( ! defined( 'BEC_PLUGIN_FILE' ) ) { 16 16 define( 'BEC_PLUGIN_FILE', __FILE__ ); 17 define( 'BEC_PLUGIN_VERSION', '1.2. 5' );17 define( 'BEC_PLUGIN_VERSION', '1.2.6' ); 18 18 } 19 19 -
block-editor-colors/trunk/readme.txt
r3105226 r3105240 6 6 Tested up to: 6.5 7 7 Requires PHP: 5.6 8 Stable tag: 1.2. 58 Stable tag: 1.2.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.2.6, Jun 20 2024 = 50 * Minor bugfixes and improvements. 51 49 52 = 1.2.5, Jun 20 2024 = 50 53 * Minor bugfixes and improvements.
Note: See TracChangeset
for help on using the changeset viewer.