PluginProbe
Depicter — Popup & Slider Builder / 1.9.2
Depicter — Popup & Slider Builder v1.9.2
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
← All changes | depicter.php +8 -12 trunk1.9.2 View file →
@@ -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