| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | $api_processor = get_option('e2pdf_debug', '0') && get_option('e2pdf_processor', '0') ? get_option('e2pdf_processor', '0') : '0'; |
| 41 | 41 | if ($api_processor == '2') { |
| 42 | 42 | $api_version = '1.16.19'; |
| 43 | 43 | } else { |
| 44 | - $api_version = '1.32.14'; | |
| 44 | + $api_version = '1.32.39'; | |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | $data = [ |
| 48 | 48 | 'api_url' => $this->helper->get_site_url(), |