Changeset 3137953
- Timestamp:
- 08/20/2024 06:52:24 AM (20 months ago)
- Location:
- carousel-for-divi/trunk
- Files:
-
- 2 edited
-
carousel-for-divi.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
carousel-for-divi/trunk/carousel-for-divi.php
r3060891 r3137953 4 4 Plugin URI: https://danielvoelk.de/en/divi-carousel/ 5 5 Description: A plugin to transform every module to a carousel in the Divi theme. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Requires at least: 4.9 8 8 Requires PHP: 7.2 … … 60 60 public function dc_add_files() { 61 61 62 wp_register_script('dc-script', plugins_url('dc-script.js', __FILE__), array('jquery'),' 1.2.6', true);62 wp_register_script('dc-script', plugins_url('dc-script.js', __FILE__), array('jquery'),'2.0.1', true); 63 63 wp_enqueue_script('dc-script'); 64 64 65 wp_register_style('dc-style', plugins_url('dc-style.css', __FILE__), array(), ' 1.2.6');65 wp_register_style('dc-style', plugins_url('dc-style.css', __FILE__), array(), '2.0.1'); 66 66 wp_enqueue_style('dc-style'); 67 67 -
carousel-for-divi/trunk/readme.txt
r3060891 r3137953 3 3 Tags: divi theme, carousel 4 4 Requires at least: 4.5 5 Tested up to: 6. 4.35 Tested up to: 6.6.1 6 6 Requires PHP: 5.6 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 * Transform Divi columns to a carousel 26 26 27 * 3D Carousel [3D Carousel Demo](https://demos.danielvoelk.de/3d-carousel/) 27 * Transform Divi blog modules to a carousel 28 29 * **[PREMIUM]** Add as many carousels per page as you want 30 31 * **[PREMIUM]** Add auto play feature, to let the carousel change pages automatically 32 33 * **[PREMIUM]** 3D Carousel [3D Carousel Demo](https://demos.danielvoelk.de/3d-carousel/) 28 34 29 35 [Official Product Page](https://danielvoelk.de/en/divi-carousel) … … 44 50 == Changelog == 45 51 52 = 2.0.0 = 53 * added new features 54 46 55 = 1.2.5 = 47 56 * fixed bugs
Note: See TracChangeset
for help on using the changeset viewer.