Changeset 3240204
- Timestamp:
- 02/13/2025 03:07:05 PM (14 months ago)
- Location:
- thrivedesk
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.10 (copied) (copied from thrivedesk/trunk)
-
tags/2.0.10/readme.txt (modified) (2 diffs)
-
tags/2.0.10/src/Admin.php (modified) (2 diffs)
-
tags/2.0.10/thrivedesk.php (modified) (2 diffs)
-
tags/2.0.10/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin.php (modified) (2 diffs)
-
trunk/thrivedesk.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thrivedesk/tags/2.0.10/readme.txt
r3238017 r3240204 4 4 Requires at least: 4.9 5 5 Tested up to: 6.7 6 Stable Tag: 2.0. 96 Stable Tag: 2.0.10 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 233 233 234 234 == Changelog == 235 = 2.0.10 = 236 - Fix: Updated admin styles for WP notifications 237 235 238 = 2.0.9 = 236 239 - Update: Update application connection with organization -
thrivedesk/tags/2.0.10/src/Admin.php
r3238017 r3240204 207 207 wp_enqueue_style('thrivedesk-css', THRIVEDESK_PLUGIN_ASSETS . '/css/admin.css', '', THRIVEDESK_VERSION); 208 208 wp_enqueue_script('thrivedesk-js', THRIVEDESK_PLUGIN_ASSETS . '/js/admin.js', ['jquery'], THRIVEDESK_VERSION); 209 210 if (current_user_can( 'manage_options' )) { 211 echo '<style>.update-nag, .updated, .error, .is-dismissible { display: none; }</style>'; 212 } 209 213 } 210 214 … … 228 232 229 233 wp_enqueue_script('thrivedesk-autonami-script', THRIVEDESK_PLUGIN_ASSETS . '/js/wp-scripts/thrivedesk-autonami-tab.js', $asset_file['dependencies'], $asset_file['version'] ?? THRIVEDESK_VERSION); 230 }231 232 if (current_user_can( 'manage_options' )) {233 echo '<style>.update-nag, .updated, .error, .is-dismissible { display: none; }</style>';234 234 } 235 235 } -
thrivedesk/tags/2.0.10/thrivedesk.php
r3238017 r3240204 6 6 * Plugin URI: https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * Tags: live chat, helpdesk, free live chat, knowledge base, thrivedesk 8 * Version: 2.0. 98 * Version: 2.0.10 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 52 52 * @var string 53 53 */ 54 public $version = '2.0. 9';54 public $version = '2.0.10'; 55 55 56 56 /** -
thrivedesk/tags/2.0.10/vendor/composer/installed.php
r3238017 r3240204 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => 'v2.0. 9',5 'version' => '2.0. 9.0',6 'reference' => ' cd6f07e5da124692e00c9c4dd16350c61674abf4',4 'pretty_version' => 'v2.0.10', 5 'version' => '2.0.10.0', 6 'reference' => '0555fe604cf5a76e172ec5392220bb98d0687b42', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => 'v2.0. 9',15 'version' => '2.0. 9.0',16 'reference' => ' cd6f07e5da124692e00c9c4dd16350c61674abf4',14 'pretty_version' => 'v2.0.10', 15 'version' => '2.0.10.0', 16 'reference' => '0555fe604cf5a76e172ec5392220bb98d0687b42', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
thrivedesk/trunk/readme.txt
r3238017 r3240204 4 4 Requires at least: 4.9 5 5 Tested up to: 6.7 6 Stable Tag: 2.0. 96 Stable Tag: 2.0.10 7 7 Requires PHP: 5.5 8 8 License: GNU General Public License v2.0 or later … … 233 233 234 234 == Changelog == 235 = 2.0.10 = 236 - Fix: Updated admin styles for WP notifications 237 235 238 = 2.0.9 = 236 239 - Update: Update application connection with organization -
thrivedesk/trunk/src/Admin.php
r3238017 r3240204 207 207 wp_enqueue_style('thrivedesk-css', THRIVEDESK_PLUGIN_ASSETS . '/css/admin.css', '', THRIVEDESK_VERSION); 208 208 wp_enqueue_script('thrivedesk-js', THRIVEDESK_PLUGIN_ASSETS . '/js/admin.js', ['jquery'], THRIVEDESK_VERSION); 209 210 if (current_user_can( 'manage_options' )) { 211 echo '<style>.update-nag, .updated, .error, .is-dismissible { display: none; }</style>'; 212 } 209 213 } 210 214 … … 228 232 229 233 wp_enqueue_script('thrivedesk-autonami-script', THRIVEDESK_PLUGIN_ASSETS . '/js/wp-scripts/thrivedesk-autonami-tab.js', $asset_file['dependencies'], $asset_file['version'] ?? THRIVEDESK_VERSION); 230 }231 232 if (current_user_can( 'manage_options' )) {233 echo '<style>.update-nag, .updated, .error, .is-dismissible { display: none; }</style>';234 234 } 235 235 } -
thrivedesk/trunk/thrivedesk.php
r3238017 r3240204 6 6 * Plugin URI: https://www.thrivedesk.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * Tags: live chat, helpdesk, free live chat, knowledge base, thrivedesk 8 * Version: 2.0. 98 * Version: 2.0.10 9 9 * Author: ThriveDesk 10 10 * Author URI: https://profiles.wordpress.org/thrivedesk/ … … 52 52 * @var string 53 53 */ 54 public $version = '2.0. 9';54 public $version = '2.0.10'; 55 55 56 56 /** -
thrivedesk/trunk/vendor/composer/installed.php
r3238017 r3240204 2 2 'root' => array( 3 3 'name' => 'thrivedesk/wp-plugin', 4 'pretty_version' => 'v2.0. 9',5 'version' => '2.0. 9.0',6 'reference' => ' cd6f07e5da124692e00c9c4dd16350c61674abf4',4 'pretty_version' => 'v2.0.10', 5 'version' => '2.0.10.0', 6 'reference' => '0555fe604cf5a76e172ec5392220bb98d0687b42', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'thrivedesk/wp-plugin' => array( 14 'pretty_version' => 'v2.0. 9',15 'version' => '2.0. 9.0',16 'reference' => ' cd6f07e5da124692e00c9c4dd16350c61674abf4',14 'pretty_version' => 'v2.0.10', 15 'version' => '2.0.10.0', 16 'reference' => '0555fe604cf5a76e172ec5392220bb98d0687b42', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.