Plugin Directory

Changeset 2513083


Ignore:
Timestamp:
04/12/2021 07:01:36 AM (5 years ago)
Author:
smsapi
Message:

degrade to php 7.0

Location:
newsletter-sms-smsapi
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • newsletter-sms-smsapi/tags/2.0.0/classes/SmsapiClient.php

    r2512085 r2513083  
    266266    }
    267267
    268     private function setClient(): void
     268    private function setClient()
    269269    {
    270270        $httpClient = new SmsapiPsrClient();
     
    275275    }
    276276
    277     private function setService(): void
     277    private function setService()
    278278    {
    279279        $token = $this->getSetting('api_token');
  • newsletter-sms-smsapi/tags/2.0.0/classes/SmsapiPsrClient.php

    r2512085 r2513083  
    5151    }
    5252
    53     private function execute(string $url, string $method, array $headers, ?array $attributes = []): ResponseInterface
     53    private function execute(string $url, string $method, array $headers, $attributes = []): ResponseInterface
    5454    {
    5555        switch ($method) {
  • newsletter-sms-smsapi/tags/2.0.0/readme.txt

    r2512127 r2513083  
    55Tested up to: 5.7.0
    66Stable tag: 2.0.0
     7Requires PHP: 7.0
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • newsletter-sms-smsapi/trunk/classes/SmsapiClient.php

    r2512085 r2513083  
    266266    }
    267267
    268     private function setClient(): void
     268    private function setClient()
    269269    {
    270270        $httpClient = new SmsapiPsrClient();
     
    275275    }
    276276
    277     private function setService(): void
     277    private function setService()
    278278    {
    279279        $token = $this->getSetting('api_token');
  • newsletter-sms-smsapi/trunk/classes/SmsapiPsrClient.php

    r2512085 r2513083  
    5151    }
    5252
    53     private function execute(string $url, string $method, array $headers, ?array $attributes = []): ResponseInterface
     53    private function execute(string $url, string $method, array $headers, $attributes = []): ResponseInterface
    5454    {
    5555        switch ($method) {
  • newsletter-sms-smsapi/trunk/readme.txt

    r2512127 r2513083  
    55Tested up to: 5.7.0
    66Stable tag: 2.0.0
     7Requires PHP: 7.0
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.