Plugin Directory

Changeset 2417795


Ignore:
Timestamp:
11/13/2020 08:49:47 AM (5 years ago)
Author:
mrbrazzi
Message:

1.1.6

  • Added some minor improvements.
Location:
rest-client-tap/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • rest-client-tap/trunk/README.txt

    r2391362 r2417795  
    55Requires at least: 3.5
    66Tested up to: 5.5
    7 Stable tag: 1.1.5
     7Stable tag: 1.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
     55= 1.1.6 =
     56* Added some minor improvements
     57
    5558= 1.1.5 =
    5659* Added several improvements. Use transient instead SESSION to keep some information temporally.
  • rest-client-tap/trunk/includes/class-rest-client-tap.php

    r2391362 r2417795  
    7171
    7272        $this->plugin_name = 'rest-client-tap';
    73         $this->version = '1.1.5';
     73        $this->version = '1.1.6';
    7474
    7575        $this->load_dependencies();
  • rest-client-tap/trunk/public/class-rest-client-tap-public.php

    r2391362 r2417795  
    331331    {
    332332        $clientIp = $this->get_client_ip();
    333         $trasient_name = 'tap_blocks_bookies_' . $clientIp;
     333        $trasient_name = 'tap_blocks_bookies_' . implode('_', explode('.', $clientIp, -1 ));
    334334
    335335        if(($result_from_api = get_transient($trasient_name)) === false) {
  • rest-client-tap/trunk/rest-client-tap.php

    r2391362 r2417795  
    1010 * Plugin URI:        https://www.wordpress.org/plugins/rest-client-tap
    1111 * Description:       Rest client plugin to TodoApuestas API services
    12  * Version:           1.1.5
     12 * Version:           1.1.6
    1313 * Author:            Alain Sanchez <luka.ghost@gmail.com>
    1414 * Author URI:        http://www.linkedin.com/in/mrbrazzi/
Note: See TracChangeset for help on using the changeset viewer.