Plugin Directory

Changeset 2928081


Ignore:
Timestamp:
06/19/2023 04:15:35 PM (3 years ago)
Author:
liquidpoll
Message:

Update on reviews settings

Location:
wp-poll
Files:
298 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-poll/trunk/includes/classes/class-meta-boxes.php

    r2927562 r2928081  
    308308                    ),
    309309                ),
     310                array(
     311                    'id'           => 'reviews_feature_image',
     312                    'title'        => esc_html__( 'Feature Image for Social Sharing', 'wp-poll' ),
     313                    'subtitle'     => esc_html__( 'This image will apply to all your reviews when they are been shared on social media.', 'wp-poll' ),
     314                    'desc'         => esc_html__( 'Use 1200x630 pixels image size for social sharing', 'wp-poll-pro' ),
     315                    'type'         => 'media',
     316                    'preview_size' => 'full',
     317                    'library'      => 'image',
     318                    'url'          => false,
     319                ),
    310320            ), $post_selection_fields, $poll_setting_fields )
    311321        );
  • wp-poll/trunk/readme.txt

    r2927562 r2928081  
    55    Requires at least: 4.6
    66    Tested up to: 6.2.2
    7     Stable tag: 3.3.67
     7    Stable tag: 3.3.68
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    371371* 18/06/2023 - FIX - Update on reviews.
    372372
     373= 3.3.68 =
     374* 19/06/2023 - FIX - Update on reviews settings.
     375
  • wp-poll/trunk/wp-poll.php

    r2927562 r2928081  
    44 * Plugin URI: https://liquidpoll.com
    55 * Description: It allows user to poll in your website with many awesome features.
    6  * Version: 3.3.67
     6 * Version: 3.3.68
    77 * Author: LiquidPoll
    88 * Text Domain: wp-poll
     
    2828defined( 'LIQUIDPOLL_TICKET_URL' ) || define( 'LIQUIDPOLL_TICKET_URL', 'https://www.liquidpoll.com/my-account/' );
    2929defined( 'LIQUIDPOLL_COMMUNITY_URL' ) || define( 'LIQUIDPOLL_COMMUNITY_URL', 'https://www.facebook.com/groups/liquidpoll/' );
    30 defined( 'LIQUIDPOLL_VERSION' ) || define( 'LIQUIDPOLL_VERSION', '3.3.67' );
     30defined( 'LIQUIDPOLL_VERSION' ) || define( 'LIQUIDPOLL_VERSION', '3.3.68' );
    3131
    3232if ( ! class_exists( 'LIQUIDPOLL_Main' ) ) {
     
    112112                'voteText'           => esc_html__( 'votes', 'wp-poll' ),
    113113                'tempProDownload'    => esc_url( 'https://liquidpoll.com/my-account/downloads/' ),
    114                 'tempProDownloadTxt' => esc_html__( 'Download Version 2.0.47', 'wp-poll' ),
     114                'tempProDownloadTxt' => esc_html__( 'Download Version 2.0.48', 'wp-poll' ),
    115115            );
    116116        }
Note: See TracChangeset for help on using the changeset viewer.