Plugin Directory

Changeset 3005823


Ignore:
Timestamp:
12/05/2023 05:07:30 PM (2 years ago)
Author:
thehowarde
Message:

Declare HPOS Support

Location:
dd-post-carousel
Files:
64 added
2 edited

Legend:

Unmodified
Added
Removed
  • dd-post-carousel/trunk/README.txt

    r2977229 r3005823  
    44Tags: owl carousel 2, post slider, product slider, image carousel, post carousel, reviews carousel
    55Requires at least: 4.5
    6 Tested up to: 6.3
     6Tested up to: 6.4
    77Requires PHP: 7.0
    8 Stable tag: 1.4.7
     8Stable tag: 1.4.8
    99WC tested up to: 8.0
    1010License: GPL-2.0+
  • dd-post-carousel/trunk/owl-carousel-2.php

    r2974364 r3005823  
    1010 * Plugin URI:        https://www.duckdiverllc.com/dd-owl-carousel-2/
    1111 * Description:       Easily add any post type post as a custom post carousel with Owl Carousel 2. Works with any cusotm post type, WooCommerce Products, Featured Products, FAQ, etc.
    12  * Version:           1.4.7
     12 * Version:           1.4.8
    1313 * Author:            Howard Ehrenberg
    1414 * Author URI:        https://www.howardehrenberg.com
     
    1818 * Domain Path:       /languages
    1919 * WC requires at least: 3.0.0
    20  * WC tested up to: 6.0
     20 * WC tested up to: 8.3
    2121 */
    2222
     
    2626}
    2727
    28 const DD_Owl_Carousel_2 = '1.4.7';
     28const DD_Owl_Carousel_2 = '1.4.8';
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.