Plugin Directory

Changeset 3274978


Ignore:
Timestamp:
04/16/2025 04:53:35 PM (12 months ago)
Author:
pluginsandsnippets
Message:

trunk 1.12.12

Location:
widget-for-zendesk-chat-via-api/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • widget-for-zendesk-chat-via-api/trunk/readme.txt

    r3110697 r3274978  
    66Tags: zendesk, zendesk chat, chat widget, zendesk speed, speed optimization
    77Requires at least: 3.5
    8 Tested up to: 6.5
     8Tested up to: 6.8
    99Requires PHP: 5.6
    10 Stable Tag: 1.12.11
     10Stable Tag: 1.12.12
    1111License: GPL v2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    106106
    107107== Changelog ==
     108= 1.12.12 - April 16, 2025 =
     109* Test: WordPress version 6.8
    108110= 1.12.11 - January 11, 2024 =
    109111* Test: WordPress version 6.4
  • widget-for-zendesk-chat-via-api/trunk/widget-for-zendesk-chat-via-api.php

    r3110697 r3274978  
    44 * Plugin URI:        https://wordpress.org/plugins/widget-for-zendesk-chat-via-api/
    55 * Description:       This plugin loads Zendesk Chat widget (formerly Zopim chat) via API with a slight time delay. This improves the page loading speed of your website compared to the standard Zendesk Chat plugin. Make your website faster loading Zendesk Chat widget this way!
    6  * Version:           1.12.11
     6 * Version:           1.12.12
    77 * Author:            Plugins & Snippets
    88 * Author URI:        https://www.pluginsandsnippets.com
     
    1111 * Text Domain:       widget-for-zendesk-chat-via-api
    1212 * Requires at least: 3.5
    13  * Tested up to:      6.5
     13 * Tested up to:      6.8
    1414 *
    1515 * @author            PluginsandSnippets.com
     
    2929        public function __construct() {
    3030           
    31             define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_VER', '1.12.11' );
     31            define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_VER', '1.12.12' );
    3232            define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_NAME', 'Widget for Zendesk Chat via API' );
    3333            define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.