03-23-2016, 10:31 PM

We can live without auto updates as long as you live. :)
You really rock this community.
I'm going quite poor for now but if I can get the job I'm working on now, I'll definitely donate you for being such a helpful guy.
public function checkPurchaseVerification($data){
global $wp_version;
// $response = wp_remote_post('http://updates.themepunch.tools/activate.php', array(
// 'user-agent' => 'WordPress/'.$wp_version.'; '.get_bloginfo('url'),
// 'body' => array(
// 'code' => urlencode($data['code']),
// 'product' => urlencode('revslider')
// )
// ));
//
// $response_code = wp_remote_retrieve_response_code( $response );
// $version_info = wp_remote_retrieve_body( $response );
//
// if ( $response_code != 200 || is_wp_error( $version_info ) ) {
// return false;
// }
$version_info = 'valid';
if($version_info == 'valid'){
update_option('revslider-valid', 'true');
update_option('revslider-code', $data['code']);
return true;
}elseif($version_info == 'exist'){
RevSliderFunctions::throwError(__('Purchase Code already registered!', 'revslider'));
}else{
return false;
}
}
(03-24-2016 02:46 AM)damador Wrote: [ -> ]\revslider\includes\operations.class
Code:
public function checkPurchaseVerification($data){
global $wp_version;
// $response = wp_remote_post('http://updates.themepunch.tools/activate.php', array(
// 'user-agent' => 'WordPress/'.$wp_version.'; '.get_bloginfo('url'),
// 'body' => array(
// 'code' => urlencode($data['code']),
// 'product' => urlencode('revslider')
// )
// ));
//
// $response_code = wp_remote_retrieve_response_code( $response );
// $version_info = wp_remote_retrieve_body( $response );
//
// if ( $response_code != 200 || is_wp_error( $version_info ) ) {
// return false;
// }
$version_info = 'valid';
if($version_info == 'valid'){
update_option('revslider-valid', 'true');
update_option('revslider-code', $data['code']);
return true;
}elseif($version_info == 'exist'){
RevSliderFunctions::throwError(__('Purchase Code already registered!', 'revslider'));
}else{
return false;
}
}
(04-01-2016 05:44 AM)damador Wrote: [ -> ]Version 5.2.4 StarPath (01st April 2016)
DL - full package http://mir.cr/0OVPXE2R
DL - null plugin + premium only http://mir.cr/86F2DI79
NEW FEATURES
French Translation added
BUGFIXES
Static Layer Container was written even if no Static Layers were exist. This blocked 3D Parallax Slides from Hovering/Clicking on Elements
Fixed an issue where layers were disappearing in Google Chrome and other browsers after revisiting the slide
Fixed an issue with IE11 not beeing able to handle audio layer in Slide Editor
Fixed a bug where duplicated layers could loose their hover settings
Fixed a bug with SVG Objects, where styling was only attached if the SVG Object was loading from cache