Changeset 2642165
- Timestamp:
- 12/10/2021 01:18:16 AM (4 years ago)
- Location:
- livehelpnow-helpdesk
- Files:
-
- 19 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
assets/screenshot-5.png (modified) (1 prop) (previous)
-
assets/screenshot-6.png (modified) (1 prop) (previous)
-
assets/screenshot-7.png (modified) (1 prop) (previous)
-
tags/0.2.0 (copied) (copied from livehelpnow-helpdesk/trunk)
-
tags/0.2.0/composer.json (modified) (1 diff)
-
tags/0.2.0/plugin.php (modified) (1 diff)
-
tags/0.2.0/readme.txt (modified) (2 diffs)
-
tags/0.2.0/src/class/API/API.php (modified) (1 diff)
-
trunk/composer.json (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/class/API/API.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
livehelpnow-helpdesk/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-5.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-6.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/assets/screenshot-7.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
livehelpnow-helpdesk/tags/0.2.0/composer.json
r1806916 r2642165 3 3 "type": "wordpress-plugin", 4 4 "license": "MIT", 5 "description": " Finanto widgets plugin.",5 "description": "LHN chat plugin", 6 6 "authors": [ 7 7 { 8 "name": " Dawid Urbański",9 "email": " hi@dawidurbanski.com",10 "homepage": "http ://webastik.pl"8 "name": "In'saneLab", 9 "email": "contact@insanelab.com", 10 "homepage": "https://insanelab.com" 11 11 } 12 12 ], -
livehelpnow-helpdesk/tags/0.2.0/plugin.php
r2082244 r2642165 2 2 /** 3 3 * Plugin Name: Livehelpnow Help Desk 4 * Version: 0. 1.94 * Version: 0.2.0 5 5 * Plugin URI: https://wordpress.org/plugins/livehelpnow-helpdesk/ 6 6 * Description: Include LiveHelpNow chat system on your WordPress website. -
livehelpnow-helpdesk/tags/0.2.0/readme.txt
r2082200 r2642165 4 4 Requires at least: 4.5 5 5 Requires PHP: 5.4 6 Tested up to: 4.9.67 Stable tag: 0. 1.96 Tested up to: 5.8.2 7 Stable tag: 0.2.0 8 8 License GPLv2 or later 9 9 License URI http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 = 0.2.0 = 91 * Updated "Tested up to section" 92 90 93 = 0.1.9 = 91 94 * Fixed PHP notices about "Undefined property" -
livehelpnow-helpdesk/tags/0.2.0/src/class/API/API.php
r1806916 r2642165 27 27 $auth_info = get_option( 'lhn_authentication_info' ); 28 28 29 if ( empty( $auth_info ) ) { 30 return; 31 } 32 29 33 $curl_handler = curl_init( $endpoint ); 30 34 curl_setopt( $curl_handler, CURLOPT_RETURNTRANSFER, true ); -
livehelpnow-helpdesk/trunk/composer.json
r1806916 r2642165 3 3 "type": "wordpress-plugin", 4 4 "license": "MIT", 5 "description": " Finanto widgets plugin.",5 "description": "LHN chat plugin", 6 6 "authors": [ 7 7 { 8 "name": " Dawid Urbański",9 "email": " hi@dawidurbanski.com",10 "homepage": "http ://webastik.pl"8 "name": "In'saneLab", 9 "email": "contact@insanelab.com", 10 "homepage": "https://insanelab.com" 11 11 } 12 12 ], -
livehelpnow-helpdesk/trunk/plugin.php
r2082244 r2642165 2 2 /** 3 3 * Plugin Name: Livehelpnow Help Desk 4 * Version: 0. 1.94 * Version: 0.2.0 5 5 * Plugin URI: https://wordpress.org/plugins/livehelpnow-helpdesk/ 6 6 * Description: Include LiveHelpNow chat system on your WordPress website. -
livehelpnow-helpdesk/trunk/readme.txt
r2082200 r2642165 4 4 Requires at least: 4.5 5 5 Requires PHP: 5.4 6 Tested up to: 4.9.67 Stable tag: 0. 1.96 Tested up to: 5.8.2 7 Stable tag: 0.2.0 8 8 License GPLv2 or later 9 9 License URI http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 = 0.2.0 = 91 * Updated "Tested up to section" 92 90 93 = 0.1.9 = 91 94 * Fixed PHP notices about "Undefined property" -
livehelpnow-helpdesk/trunk/src/class/API/API.php
r1806916 r2642165 27 27 $auth_info = get_option( 'lhn_authentication_info' ); 28 28 29 if ( empty( $auth_info ) ) { 30 return; 31 } 32 29 33 $curl_handler = curl_init( $endpoint ); 30 34 curl_setopt( $curl_handler, CURLOPT_RETURNTRANSFER, true );
Note: See TracChangeset
for help on using the changeset viewer.