Plugin Directory

Changeset 2283054


Ignore:
Timestamp:
04/14/2020 10:29:29 AM (6 years ago)
Author:
jrrodri
Message:

Update to version 1.1.1 from GitHub

Location:
abraia
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • abraia/tags/1.1.1/abraia.php

    r2278110 r2283054  
    44  Plugin URI: https://abraia.me/wordpress/
    55  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
    77  Author: Abraia Software
    88  Author URI: https://abraia.me
  • abraia/tags/1.1.1/composer.lock

    r2278110 r2283054  
    99        {
    1010            "name": "abraia/abraia",
    11             "version": "0.5.0",
     11            "version": "0.5.1",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/abraia/abraia-php.git",
    15                 "reference": "9805ddbe93498570f6a2b38d03ccfb1923c81b57"
     15                "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd"
    1616            },
    1717            "dist": {
    1818                "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",
    2121                "shasum": ""
    2222            },
     
    5656                "php"
    5757            ],
    58             "time": "2020-04-03T09:13:46+00:00"
     58            "time": "2020-04-14T10:02:25+00:00"
    5959        }
    6060    ],
  • abraia/tags/1.1.1/readme.txt

    r2278110 r2283054  
    55Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.1.1 =
     80- Fix set key minor issue
     81
    7982= 1.1 =
    8083* Update translations
  • abraia/tags/1.1.1/vendor/abraia/abraia/abraia/Abraia.php

    r2278110 r2283054  
    1616    }
    1717
     18
    1819    private function getUserId() {
    1920        try {
     
    2829    }
    2930
    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);
    3233        $this->setApiKeys($apiKey, $apiSecret);
     34        // $this->userid = $this->getUserId();
    3335    }
    3436
  • abraia/tags/1.1.1/vendor/abraia/abraia/composer.json

    r2278110 r2283054  
    11{
    22  "name": "abraia/abraia",
    3   "version": "0.5.0",
     3  "version": "0.5.1",
    44  "description": "Abraia PHP SDK",
    55  "keywords": [
  • abraia/tags/1.1.1/vendor/composer/installed.json

    r2278110 r2283054  
    22    {
    33        "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",
    66        "source": {
    77            "type": "git",
    88            "url": "https://github.com/abraia/abraia-php.git",
    9             "reference": "9805ddbe93498570f6a2b38d03ccfb1923c81b57"
     9            "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd"
    1010        },
    1111        "dist": {
    1212            "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",
    1515            "shasum": ""
    1616        },
     
    2525            "vlucas/phpdotenv": "^4.1"
    2626        },
    27         "time": "2020-04-03T09:13:46+00:00",
     27        "time": "2020-04-14T10:02:25+00:00",
    2828        "type": "library",
    2929        "installation-source": "dist",
  • abraia/trunk/abraia.php

    r2278110 r2283054  
    44  Plugin URI: https://abraia.me/wordpress/
    55  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
    77  Author: Abraia Software
    88  Author URI: https://abraia.me
  • abraia/trunk/composer.lock

    r2278110 r2283054  
    99        {
    1010            "name": "abraia/abraia",
    11             "version": "0.5.0",
     11            "version": "0.5.1",
    1212            "source": {
    1313                "type": "git",
    1414                "url": "https://github.com/abraia/abraia-php.git",
    15                 "reference": "9805ddbe93498570f6a2b38d03ccfb1923c81b57"
     15                "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd"
    1616            },
    1717            "dist": {
    1818                "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",
    2121                "shasum": ""
    2222            },
     
    5656                "php"
    5757            ],
    58             "time": "2020-04-03T09:13:46+00:00"
     58            "time": "2020-04-14T10:02:25+00:00"
    5959        }
    6060    ],
  • abraia/trunk/readme.txt

    r2278110 r2283054  
    55Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.1.1 =
     80- Fix set key minor issue
     81
    7982= 1.1 =
    8083* Update translations
  • abraia/trunk/vendor/abraia/abraia/abraia/Abraia.php

    r2278110 r2283054  
    1616    }
    1717
     18
    1819    private function getUserId() {
    1920        try {
     
    2829    }
    2930
    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);
    3233        $this->setApiKeys($apiKey, $apiSecret);
     34        // $this->userid = $this->getUserId();
    3335    }
    3436
  • abraia/trunk/vendor/abraia/abraia/composer.json

    r2278110 r2283054  
    11{
    22  "name": "abraia/abraia",
    3   "version": "0.5.0",
     3  "version": "0.5.1",
    44  "description": "Abraia PHP SDK",
    55  "keywords": [
  • abraia/trunk/vendor/composer/installed.json

    r2278110 r2283054  
    22    {
    33        "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",
    66        "source": {
    77            "type": "git",
    88            "url": "https://github.com/abraia/abraia-php.git",
    9             "reference": "9805ddbe93498570f6a2b38d03ccfb1923c81b57"
     9            "reference": "46c9796d9dad398328c70a5b0fff21702e56efdd"
    1010        },
    1111        "dist": {
    1212            "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",
    1515            "shasum": ""
    1616        },
     
    2525            "vlucas/phpdotenv": "^4.1"
    2626        },
    27         "time": "2020-04-03T09:13:46+00:00",
     27        "time": "2020-04-14T10:02:25+00:00",
    2828        "type": "library",
    2929        "installation-source": "dist",
Note: See TracChangeset for help on using the changeset viewer.