feat: enhanced sorting by post number

This commit is contained in:
MrRaph_
2025-05-23 10:56:26 +00:00
parent fd2367ebcd
commit b19dcfc0c7
3 changed files with 145 additions and 110 deletions

View File

@@ -2,7 +2,7 @@
/**
* Plugin Name: Elementor Category Grid Widget
* Description: Custom Elementor widget to display a grid of post categories with images.
* Version: 1.1.0
* Version: 1.2.0
* Author: MrRaph_
* Text Domain: category-grid-widget
* Requires Plugins: elementor
@@ -36,7 +36,7 @@ function ccgw_enqueue_media_uploader( $hook_suffix ) {
'ccgw-category-image',
plugin_dir_url( __FILE__ ) . 'admin/js/category-image.js',
[ 'jquery' ],
'1.0',
'1.2.0',
true
);
@@ -172,7 +172,7 @@ function ccgw_enqueue_front_styles() {
'ccgw-category-grid-style',
plugin_dir_url( __FILE__ ) . 'css/style.css',
[],
'1.0.0'
'1.2.0'
);
}
}