| @@ -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. |