Plugin Directory

Changeset 3137953


Ignore:
Timestamp:
08/20/2024 06:52:24 AM (20 months ago)
Author:
danielvoelk
Message:

tested up to 6.6.1

Location:
carousel-for-divi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • carousel-for-divi/trunk/carousel-for-divi.php

    r3060891 r3137953  
    44  Plugin URI:         https://danielvoelk.de/en/divi-carousel/
    55  Description:        A plugin to transform every module to a carousel in the Divi theme.
    6   Version:            2.0.0
     6  Version:            2.0.1
    77  Requires at least:  4.9
    88  Requires PHP:       7.2
     
    6060    public function dc_add_files() {
    6161
    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);
    6363      wp_enqueue_script('dc-script');
    6464
    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');
    6666      wp_enqueue_style('dc-style');
    6767   
  • carousel-for-divi/trunk/readme.txt

    r3060891 r3137953  
    33Tags: divi theme, carousel
    44Requires at least: 4.5
    5 Tested up to: 6.4.3
     5Tested up to: 6.6.1
    66Requires PHP: 5.6
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525* Transform Divi columns to a carousel
    2626
    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/)
    2834
    2935[Official Product Page](https://danielvoelk.de/en/divi-carousel)
     
    4450== Changelog ==
    4551
     52= 2.0.0 =
     53* added new features
     54
    4655= 1.2.5 =
    4756* fixed bugs
Note: See TracChangeset for help on using the changeset viewer.