Changeset 3274978
- Timestamp:
- 04/16/2025 04:53:35 PM (12 months ago)
- Location:
- widget-for-zendesk-chat-via-api/trunk
- Files:
-
- 1 deleted
- 2 edited
-
assets/images (deleted)
-
readme.txt (modified) (2 diffs)
-
widget-for-zendesk-chat-via-api.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-for-zendesk-chat-via-api/trunk/readme.txt
r3110697 r3274978 6 6 Tags: zendesk, zendesk chat, chat widget, zendesk speed, speed optimization 7 7 Requires at least: 3.5 8 Tested up to: 6. 58 Tested up to: 6.8 9 9 Requires PHP: 5.6 10 Stable Tag: 1.12.1 110 Stable Tag: 1.12.12 11 11 License: GPL v2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 106 106 107 107 == Changelog == 108 = 1.12.12 - April 16, 2025 = 109 * Test: WordPress version 6.8 108 110 = 1.12.11 - January 11, 2024 = 109 111 * Test: WordPress version 6.4 -
widget-for-zendesk-chat-via-api/trunk/widget-for-zendesk-chat-via-api.php
r3110697 r3274978 4 4 * Plugin URI: https://wordpress.org/plugins/widget-for-zendesk-chat-via-api/ 5 5 * 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.1 16 * Version: 1.12.12 7 7 * Author: Plugins & Snippets 8 8 * Author URI: https://www.pluginsandsnippets.com … … 11 11 * Text Domain: widget-for-zendesk-chat-via-api 12 12 * Requires at least: 3.5 13 * Tested up to: 6. 513 * Tested up to: 6.8 14 14 * 15 15 * @author PluginsandSnippets.com … … 29 29 public function __construct() { 30 30 31 define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_VER', '1.12.1 1' );31 define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_VER', '1.12.12' ); 32 32 define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_NAME', 'Widget for Zendesk Chat via API' ); 33 33 define( 'PS_WIDGET_FOR_ZENDESK_CHAT_VIA_API_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.