Browse
For agents
About
Visualizer – Tables & Charts Manager with Built-in AI Generator
/
3.11.7
Visualizer – Tables & Charts Manager with Built-in AI Generator
v3.11.7
Switch version
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.1.0
3.1.1
3.1.2
3.1.3
3.10.0
3.10.1
3.10.10
3.10.11
3.10.12
3.10.13
3.10.14
3.10.15
3.10.2
3.10.3
3.10.4
All 148 releases
Overview
Code
← All changes
|
classes/Visualizer/Source/Csv/Remote.php
+1
-0
4.0.5
→
3.11.7
View file →
@@ -160,5 +160,6 @@
160
160
$this->_tmpfile = download_url( $this->_filename );
161
161
162
162
return ! is_wp_error( $this->_tmpfile ) ? parent::_get_file_handle( $this->_tmpfile ) : false;
163
163
}
164
+
164
165
}