PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.2.10
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.2.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
← All changes | main.php +3 -3 2.4.12.2.10 View file →
@@ -9,9 +9,9 @@
9 9 * @wordpress-plugin
10 10 * Plugin Name: Smart Post Show (formerly Post Carousel)
11 11 * Plugin URI: https://smartpostshow.com/
12 12 * Description: Filter and display posts, pages, taxonomy (categories, tags, & post formats), in beautiful layouts (carousel, grid) easily without coding! Highly customizable and developer-friendly with free active support.
13 - * Version: 2.4.1
13 + * Version: 2.2.10
14 14 * Author: ShapedPlugin
15 15 * Author URI: https://shapedplugin.com/
16 16 * License: GPL-2.0+
17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -27,10 +27,10 @@
27 27 * Currently plugin version.
28 28 * Start at version 2.0.0 and use SemVer - https://semver.org
29 29 * Rename this for your plugin and update it as you release new versions.
30 30 */
31 -define( 'SMART_POST_SHOW_VERSION', '2.4.1' );
32 -// define( 'SMART_POST_SHOW_VERSION', uniqid() );.
31 +define( 'SMART_POST_SHOW_VERSION', '2.2.10' );
32 +// define( 'SMART_POST_SHOW_VERSION', uniqid() );
33 33 define( 'SMART_POST_SHOW_BASENAME', plugin_basename( __FILE__ ) );
34 34
35 35 /**
36 36 * The code that runs during plugin activation.