| @@ -1,14 +1,14 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin Name: Depicter — Popup & Slider Builder | |
| 3 | + * Plugin Name: Depicter | |
| 4 | 4 | * Plugin URI: https://depicter.com |
| 5 | - * Description: Build stunning sliders, popups, carousels, video sliders, post sliders, and WooCommerce sliders fast and easy. | |
| 6 | - * Version: 4.8.1 | |
| 7 | - * Requires at least: 5.9 | |
| 8 | - * Requires PHP: 7.4.0 | |
| 9 | - * Author: Depicter Slider and Popup by Averta | |
| 10 | - * Author URI: https://depicter.com | |
| 5 | + * Description: Make animated and interactive image slider, video slider, post slider and carousel which work smoothly across devices. | |
| 6 | + * Version: 1.9.2 | |
| 7 | + * Requires at least: 4.9 | |
| 8 | + * Requires PHP: 7.2.5 | |
| 9 | + * Author: Averta | |
| 10 | + * Author URI: http://averta.net | |
| 11 | 11 | * License: GPL-2.0-only |
| 12 | 12 | * License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 13 | 13 | * Text Domain: depicter |
| 14 | 14 | * Domain Path: /languages |
| @@ -16,16 +16,12 @@ | ||
| 16 | 16 | * |
| 17 | 17 | * @package Depicter |
| 18 | 18 | */ |
| 19 | 19 | |
| 20 | -const DEPICTER_VERSION = '4.8.1'; | |
| 20 | +const DEPICTER_VERSION = '1.9.2'; | |
| 21 | 21 | |
| 22 | 22 | if ( ! defined( 'ABSPATH' ) ) { |
| 23 | 23 | exit; |
| 24 | -} | |
| 25 | - | |
| 26 | -if (defined('WP_CLI') && WP_CLI) { | |
| 27 | - return; | |
| 28 | 24 | } |
| 29 | 25 | |
| 30 | 26 | $name = trim( get_file_data( __FILE__, [ 'Plugin Name' ] )[0] ); |
| 31 | 27 | |