Plugin Directory

Changeset 2676504


Ignore:
Timestamp:
02/10/2022 04:12:59 PM (4 years ago)
Author:
thehowarde
Message:

Fix Media Upload

Location:
dd-post-carousel
Files:
63 added
3 edited

Legend:

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

    r2662690 r2676504  
    66Tested up to: 5.9
    77Requires PHP: 7.0
    8 Stable tag: 1.4.3
     8Stable tag: 1.4.5
    99WC tested up to: 6.0
    1010License: GPL-2.0+
  • dd-post-carousel/trunk/admin/class-owl-carousel-2-meta.php

    r2643022 r2676504  
    827827        $dd_owl_new_img_crop             = isset( $_POST['dd_owl_img_crop'] ) ? 'checked' : '';
    828828        $dd_owl_new_img_upscale          = isset( $_POST['dd_owl_img_upscale'] ) ? 'checked' : '';
    829         $dd_owl_new_media_items          = isset( $_POST['dd_owl_media_items_array'] ) ? sanitize_text_field( wp_unslash( $_POST['dd_owl_media_items_array'] ) ) : '';
     829        $dd_owl_new_media_items          = isset( $_POST['dd_owl_media_items_array'] ) ? ( $_POST['dd_owl_media_items_array'] )  : ''; //phpcs:ignore
    830830        $dd_owl_new_image_size           = isset( $_POST['dd_owl_image_size'] ) ? sanitize_text_field( wp_unslash( $_POST['dd_owl_image_size'] ) ) : '';
    831831        $dd_owl_new_use_image_caption    = isset( $_POST['dd_owl_use_image_caption'] ) ? 'checked' : '';
  • dd-post-carousel/trunk/owl-carousel-2.php

    r2662690 r2676504  
    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.4
     12 * Version:           1.4.5
    1313 * Author:            Howard Ehrenberg
    1414 * Author URI:        https://www.howardehrenberg.com
Note: See TracChangeset for help on using the changeset viewer.