| @@ -6,17 +6,17 @@ | ||
| 6 | 6 | * @since 2.2.0 |
| 7 | 7 | * @package Smart_Post_Show |
| 8 | 8 | * |
| 9 | 9 | * @wordpress-plugin |
| 10 | - * Plugin Name: Smart Post Show | |
| 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.15 | |
| 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 |
| 18 | - * Text Domain: post-carousel | |
| 18 | + * Text Domain: smart-post-show | |
| 19 | 19 | * Domain Path: /languages |
| 20 | 20 | */ |
| 21 | 21 | |
| 22 | 22 | if ( ! defined( 'ABSPATH' ) ) { |
| @@ -27,9 +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.15' ); | |
| 31 | +define( 'SMART_POST_SHOW_VERSION', '2.2.10' ); | |
| 32 | +// define( 'SMART_POST_SHOW_VERSION', uniqid() ); | |
| 32 | 33 | define( 'SMART_POST_SHOW_BASENAME', plugin_basename( __FILE__ ) ); |
| 33 | 34 | |
| 34 | 35 | /** |
| 35 | 36 | * The code that runs during plugin activation. |