Plugin Directory

Changeset 3343181


Ignore:
Timestamp:
08/11/2025 10:56:32 PM (8 months ago)
Author:
ivole
Message:

5.81.2

Location:
customer-reviews-woocommerce
Files:
878 added
5 edited

Legend:

Unmodified
Added
Removed
  • customer-reviews-woocommerce/trunk/class-ivole.php

    r3338022 r3343181  
    8383
    8484class Ivole {
    85     const CR_VERSION = '5.81.1';
     85    const CR_VERSION = '5.81.2';
    8686
    8787    public function __construct() {
  • customer-reviews-woocommerce/trunk/includes/reviews/class-cr-reviews-media-meta-box.php

    r3334946 r3343181  
    155155            $uploadMedia .= '<label for="review_image" class="cr-upload-local-images-status">';
    156156            $uploadMedia .= __( 'Upload images or videos', 'customer-reviews-woocommerce' );
    157             $uploadMedia .= '</label><input type="file" accept="image/*, video/*" multiple="multiple" name="review_image_' . $comment->comment_ID . '[]" id="review_image" />';
     157            $uploadMedia .= '</label><input type="file" capture="environment" accept="image/*, video/*" multiple="multiple" name="review_image_' . $comment->comment_ID . '[]" id="review_image" />';
    158158            $uploadMedia .= '<input type="button" class="cr-upload-local-images-btn button button-secondary" value="' .
    159159            __( 'Upload', 'customer-reviews-woocommerce' ) . '" data-postid="' . $comment->comment_post_ID .
  • customer-reviews-woocommerce/trunk/includes/reviews/class-cr-reviews.php

    r3334946 r3343181  
    133133            $html_field_attachment .= '<label for="cr_review_image" class="cr-upload-images-status">';
    134134            $html_field_attachment .= sprintf( __( 'Upload up to %d images or videos', 'customer-reviews-woocommerce' ), $this->limit_file_count );
    135             $html_field_attachment .= '</label><input type="file" accept="image/*, video/*" multiple="multiple" name="review_image_';
     135            $html_field_attachment .= '</label><input type="file" capture="environment" accept="image/*, video/*" multiple="multiple" name="review_image_';
    136136            $html_field_attachment .= $post_id . '[]" id="cr_review_image" data-nonce="' . wp_create_nonce( 'cr-upload-images-frontend' );
    137137            $html_field_attachment .= '" data-postid="' . $post_id . '" />';
  • customer-reviews-woocommerce/trunk/ivole.php

    r3338022 r3343181  
    44Description: Customer Reviews for WooCommerce plugin helps you get more customer reviews for your shop by sending automated reminders and coupons.
    55Plugin URI: https://wordpress.org/plugins/customer-reviews-woocommerce/
    6 Version: 5.81.1
     6Version: 5.81.2
    77Author: CusRev
    88Author URI: https://www.cusrev.com/business/
  • customer-reviews-woocommerce/trunk/readme.txt

    r3338022 r3343181  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 5.81.1
     7Stable tag: 5.81.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.html
     
    234234== Changelog ==
    235235
     236= 5.81.2 =
     237* Improvement: compatibility with Android browsers to allow customers to open their camera and capture media files for their reviews
    236238= 5.81.1 =
    237239* Bug fix: SQL injection prevention
Note: See TracChangeset for help on using the changeset viewer.