Changeset 2283054
- Timestamp:
- 04/14/2020 10:29:29 AM (6 years ago)
- Location:
- abraia
- Files:
-
- 12 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from abraia/trunk)
-
tags/1.1.1/abraia.php (modified) (1 diff)
-
tags/1.1.1/composer.lock (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
tags/1.1.1/vendor/abraia/abraia/abraia/Abraia.php (modified) (2 diffs)
-
tags/1.1.1/vendor/abraia/abraia/composer.json (modified) (1 diff)
-
tags/1.1.1/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/abraia.php (modified) (1 diff)
-
trunk/composer.lock (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/abraia/abraia/abraia/Abraia.php (modified) (2 diffs)
-
trunk/vendor/abraia/abraia/composer.json (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abraia/tags/1.1.1/abraia.php
r2278110 r2283054 4 4 Plugin URI: https://abraia.me/wordpress/ 5 5 Description: Bulk optimize your WordPress and WooCommerce images with Abraia to speed up your website with the best quality. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Abraia Software 8 8 Author URI: https://abraia.me -
abraia/tags/1.1.1/composer.lock
r2278110 r2283054 9 9 { 10 10 "name": "abraia/abraia", 11 "version": "0.5. 0",11 "version": "0.5.1", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/abraia/abraia-php.git", 15 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57"15 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/ 9805ddbe93498570f6a2b38d03ccfb1923c81b57",20 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57",19 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/46c9796d9dad398328c70a5b0fff21702e56efdd", 20 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd", 21 21 "shasum": "" 22 22 }, … … 56 56 "php" 57 57 ], 58 "time": "2020-04- 03T09:13:46+00:00"58 "time": "2020-04-14T10:02:25+00:00" 59 59 } 60 60 ], -
abraia/tags/1.1.1/readme.txt
r2278110 r2283054 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 1.1.1 = 80 - Fix set key minor issue 81 79 82 = 1.1 = 80 83 * Update translations -
abraia/tags/1.1.1/vendor/abraia/abraia/abraia/Abraia.php
r2278110 r2283054 16 16 } 17 17 18 18 19 private function getUserId() { 19 20 try { … … 28 29 } 29 30 30 function setKey($key , $userid='') {31 list($apiKey, $apiSecret) = explode(':', base64_decode($key));31 function setKey($key) { 32 list($apiKey, $apiSecret) = array_pad(explode(':', base64_decode($key)), 2, null); 32 33 $this->setApiKeys($apiKey, $apiSecret); 34 // $this->userid = $this->getUserId(); 33 35 } 34 36 -
abraia/tags/1.1.1/vendor/abraia/abraia/composer.json
r2278110 r2283054 1 1 { 2 2 "name": "abraia/abraia", 3 "version": "0.5. 0",3 "version": "0.5.1", 4 4 "description": "Abraia PHP SDK", 5 5 "keywords": [ -
abraia/tags/1.1.1/vendor/composer/installed.json
r2278110 r2283054 2 2 { 3 3 "name": "abraia/abraia", 4 "version": "0.5. 0",5 "version_normalized": "0.5. 0.0",4 "version": "0.5.1", 5 "version_normalized": "0.5.1.0", 6 6 "source": { 7 7 "type": "git", 8 8 "url": "https://github.com/abraia/abraia-php.git", 9 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57"9 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd" 10 10 }, 11 11 "dist": { 12 12 "type": "zip", 13 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/ 9805ddbe93498570f6a2b38d03ccfb1923c81b57",14 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57",13 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/46c9796d9dad398328c70a5b0fff21702e56efdd", 14 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd", 15 15 "shasum": "" 16 16 }, … … 25 25 "vlucas/phpdotenv": "^4.1" 26 26 }, 27 "time": "2020-04- 03T09:13:46+00:00",27 "time": "2020-04-14T10:02:25+00:00", 28 28 "type": "library", 29 29 "installation-source": "dist", -
abraia/trunk/abraia.php
r2278110 r2283054 4 4 Plugin URI: https://abraia.me/wordpress/ 5 5 Description: Bulk optimize your WordPress and WooCommerce images with Abraia to speed up your website with the best quality. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Abraia Software 8 8 Author URI: https://abraia.me -
abraia/trunk/composer.lock
r2278110 r2283054 9 9 { 10 10 "name": "abraia/abraia", 11 "version": "0.5. 0",11 "version": "0.5.1", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/abraia/abraia-php.git", 15 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57"15 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/ 9805ddbe93498570f6a2b38d03ccfb1923c81b57",20 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57",19 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/46c9796d9dad398328c70a5b0fff21702e56efdd", 20 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd", 21 21 "shasum": "" 22 22 }, … … 56 56 "php" 57 57 ], 58 "time": "2020-04- 03T09:13:46+00:00"58 "time": "2020-04-14T10:02:25+00:00" 59 59 } 60 60 ], -
abraia/trunk/readme.txt
r2278110 r2283054 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = 1.1.1 = 80 - Fix set key minor issue 81 79 82 = 1.1 = 80 83 * Update translations -
abraia/trunk/vendor/abraia/abraia/abraia/Abraia.php
r2278110 r2283054 16 16 } 17 17 18 18 19 private function getUserId() { 19 20 try { … … 28 29 } 29 30 30 function setKey($key , $userid='') {31 list($apiKey, $apiSecret) = explode(':', base64_decode($key));31 function setKey($key) { 32 list($apiKey, $apiSecret) = array_pad(explode(':', base64_decode($key)), 2, null); 32 33 $this->setApiKeys($apiKey, $apiSecret); 34 // $this->userid = $this->getUserId(); 33 35 } 34 36 -
abraia/trunk/vendor/abraia/abraia/composer.json
r2278110 r2283054 1 1 { 2 2 "name": "abraia/abraia", 3 "version": "0.5. 0",3 "version": "0.5.1", 4 4 "description": "Abraia PHP SDK", 5 5 "keywords": [ -
abraia/trunk/vendor/composer/installed.json
r2278110 r2283054 2 2 { 3 3 "name": "abraia/abraia", 4 "version": "0.5. 0",5 "version_normalized": "0.5. 0.0",4 "version": "0.5.1", 5 "version_normalized": "0.5.1.0", 6 6 "source": { 7 7 "type": "git", 8 8 "url": "https://github.com/abraia/abraia-php.git", 9 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57"9 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd" 10 10 }, 11 11 "dist": { 12 12 "type": "zip", 13 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/ 9805ddbe93498570f6a2b38d03ccfb1923c81b57",14 "reference": " 9805ddbe93498570f6a2b38d03ccfb1923c81b57",13 "url": "https://api.github.com/repos/abraia/abraia-php/zipball/46c9796d9dad398328c70a5b0fff21702e56efdd", 14 "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd", 15 15 "shasum": "" 16 16 }, … … 25 25 "vlucas/phpdotenv": "^4.1" 26 26 }, 27 "time": "2020-04- 03T09:13:46+00:00",27 "time": "2020-04-14T10:02:25+00:00", 28 28 "type": "library", 29 29 "installation-source": "dist",
Note: See TracChangeset
for help on using the changeset viewer.