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 +9 -18 4.0.72.2.10 View file →
@@ -1,24 +1,23 @@
1 1 <?php
2 2 /**
3 3 * Smart Post Show
4 4 *
5 - * @link https://wpsmartpost.com/
5 + * @link https://smartpostshow.com/
6 6 * @since 2.2.0
7 7 * @package Smart_Post_Show
8 8 *
9 9 * @wordpress-plugin
10 - * Plugin Name: Smart Post
11 - * Plugin URI: https://wpsmartpost.com/
12 - * Description: <a href="https://wpsmartpost.com/" target="_blank">Smart Post</a> is an Advanced Gutenberg Blocks Library plugin with <a href="https://wpsmartpost.com/blocks/" target="_blank"><strong>60+ Post Layout and Builder blocks</strong></a> and <a href="https://wpsmartpost.com/patterns/" target="_blank"><strong>250+ Ready Patterns Library</strong></a> to showcase your content beautifully. Create stunning layouts like post grid, post list, post slider, post thumbnail slider, post carousel, news ticker, post timeline, and additional page builder blocks and modules—all with just a few clicks. <br> Perfect for blogs, news, magazines, portfolios, and personal websites. Smart Post is also an excellent choice for niche sites like personal blogs, travel blogs, fashion blogs, food blogs, recipe blogs, and more.
13 - * Version: 4.0.7
14 - * Author: ShapedPlugin LLC
10 + * Plugin Name: Smart Post Show (formerly Post Carousel)
11 + * Plugin URI: https://smartpostshow.com/
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.2.10
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
18 - * Text Domain: post-carousel
18 + * Text Domain: smart-post-show
19 19 * Domain Path: /languages
20 - * Requires at least: 5.9
21 20 */
22 21
23 22 if ( ! defined( 'ABSPATH' ) ) {
24 23 exit; // Exit if accessed directly.
@@ -28,9 +27,10 @@
28 27 * Currently plugin version.
29 28 * Start at version 2.0.0 and use SemVer - https://semver.org
30 29 * Rename this for your plugin and update it as you release new versions.
31 30 */
32 -define( 'SMART_POST_SHOW_VERSION', '4.0.7' );
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.
@@ -70,17 +70,8 @@
70 70 */
71 71 function run_smart_post_show() {
72 72 $plugin = new Smart_Post_Show();
73 73 $plugin->run();
74 -
75 - if ( ! defined( 'SHAPEDPLIUGIN_OFFER_BANNER_LOADED' ) ) {
76 - define( 'SHAPEDPLIUGIN_OFFER_BANNER_LOADED', true );
77 -
78 - /**
79 - * The file is responsible for generating admin offer banner.
80 - */
81 - require_once SP_PC_PATH . 'admin/views/notices/offer-banner.php';
82 - }
83 74 }
84 75
85 76 require_once ABSPATH . 'wp-admin/includes/plugin.php';
86 77 if ( ! ( is_plugin_active( 'smart-post-show-pro/smart-post-show-pro.php' ) || is_plugin_active_for_network( 'smart-post-show-pro/smart-post-show-pro.php' ) ) ) {