feat: enhanced sorting by post number
This commit is contained in:
@@ -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'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user