Changeset 3182352
- Timestamp:
- 11/05/2024 01:27:43 PM (16 months ago)
- Location:
- before-after-image-comparison-slider-for-visual-composer/trunk
- Files:
-
- 3 edited
-
admin/check-compatibility.php (modified) (1 diff)
-
before-after-image-comparison-slider-for-visual-composer.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
before-after-image-comparison-slider-for-visual-composer/trunk/admin/check-compatibility.php
r2805849 r3182352 35 35 * @var string Minimum PHP version required to run the plugin. 36 36 */ 37 const MINIMUM_PHP_VERSION = ' 5.5';37 const MINIMUM_PHP_VERSION = '7.4'; 38 38 39 39 /** -
before-after-image-comparison-slider-for-visual-composer/trunk/before-after-image-comparison-slider-for-visual-composer.php
r3036713 r3182352 6 6 * Author URI: https://plugin-devs.com/ 7 7 * Plugin URI: https://plugin-devs.com/product/before-after-slider-for-wpbakery/ 8 * Version: 2.0. 18 * Version: 2.0.2 9 9 * Text Domain: before-after-image-comparison-slider-for-visual-composer 10 10 * Domain Path: languages -
before-after-image-comparison-slider-for-visual-composer/trunk/readme.txt
r3036713 r3182352 2 2 Contributors: plugindevs 3 3 Tags: visual composer before after slider, visual composer before after image comparison slider, before after slider, before after image slider, before after image comparison slider, visual composer image comparison slider 4 Requires at least: 4.65 Tested up to: 6. 4.34 Requires at least: 5.0 5 Tested up to: 6.7 6 6 Stable tag: trunk 7 Requires PHP: 5.57 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 = 2.0.2 (11-05-24) = 92 # Tested with Latest WordPress Version 93 # Tested with Latest WPBakery Version 94 91 95 = 2.0.1 (02-16-24) = 92 96 # Tweak CSS
Note: See TracChangeset
for help on using the changeset viewer.