Changeset 2039435
- Timestamp:
- 02/26/2019 07:04:28 AM (7 years ago)
- Location:
- jpeg-png-compressor/trunk
- Files:
-
- 3 edited
-
admin/pjci_admin_page.php (modified) (1 diff)
-
png-compressor.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jpeg-png-compressor/trunk/admin/pjci_admin_page.php
r2020332 r2039435 515 515 $pjci_body = json_encode($encode_data); 516 516 $pjci_url = "register"; 517 $pjci_request_response_array_set = pjci_requests_post($pjci_url,$pjci_body );517 $pjci_request_response_array_set = pjci_requests_post($pjci_url,$pjci_body,''); 518 518 $pjci_request_response = json_decode($pjci_request_response_array_set['response_body']); 519 519 $response_code = (int)$pjci_request_response_array_set['response_code']; -
jpeg-png-compressor/trunk/png-compressor.php
r2020332 r2039435 5 5 Description: Increase your website's SEO ranking by fasten page loading speed, number of visitors and ultimately your sales by optimizing any JPEG or PNG images on your website. 6 6 Author: premiumthemes 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: https://www.pngcompressor.com/ 9 9 */ 10 10 11 11 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 12 define ('pjci_version', '1.0 ');12 define ('pjci_version', '1.0.1'); 13 13 14 14 /*define global variables*/ … … 79 79 function pjci_requests_post($pjci_url,$pjci_body,$pjci_header){ 80 80 $url = pjci_request_url.$pjci_url; 81 if(!empty($pjci_header)){ 81 82 $headers = array('Content-Type'=>'application/json','Authorization'=>$pjci_header); 83 }else{ 84 $headers = array('Content-Type'=>'application/json'); 85 } 86 82 87 $post_remote = wp_remote_post( $url, 83 88 array( -
jpeg-png-compressor/trunk/readme.txt
r2020354 r2039435 5 5 Tags: optimize, compress, shrink, faster, improve, images, picture, pictures, photo, photos, image, jpeg, jpg, png, lossy, crunch, minify, smush, save, bandwidth, website, speed, performance, george, wordpress app, SEO, lossy, wp compress, sitespeed, shortpixel, kraken, PageRank, cheetaho 6 6 Requires at least: 3.3.1 7 Tested up to: 5. 07 Tested up to: 5.1 8 8 Stable tag: 4.3 9 9 License: GPLv2 or later … … 91 91 == Changelog == 92 92 93 = 1.0.1 = 94 * Small bug fixes. 95 * Compatible with WordPress 5.1. 96 93 97 94 98 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.