Changeset 2417795
- Timestamp:
- 11/13/2020 08:49:47 AM (5 years ago)
- Location:
- rest-client-tap/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
includes/class-rest-client-tap.php (modified) (1 diff)
-
public/class-rest-client-tap-public.php (modified) (1 diff)
-
rest-client-tap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rest-client-tap/trunk/README.txt
r2391362 r2417795 5 5 Requires at least: 3.5 6 6 Tested up to: 5.5 7 Stable tag: 1.1. 57 Stable tag: 1.1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 55 = 1.1.6 = 56 * Added some minor improvements 57 55 58 = 1.1.5 = 56 59 * Added several improvements. Use transient instead SESSION to keep some information temporally. -
rest-client-tap/trunk/includes/class-rest-client-tap.php
r2391362 r2417795 71 71 72 72 $this->plugin_name = 'rest-client-tap'; 73 $this->version = '1.1. 5';73 $this->version = '1.1.6'; 74 74 75 75 $this->load_dependencies(); -
rest-client-tap/trunk/public/class-rest-client-tap-public.php
r2391362 r2417795 331 331 { 332 332 $clientIp = $this->get_client_ip(); 333 $trasient_name = 'tap_blocks_bookies_' . $clientIp;333 $trasient_name = 'tap_blocks_bookies_' . implode('_', explode('.', $clientIp, -1 )); 334 334 335 335 if(($result_from_api = get_transient($trasient_name)) === false) { -
rest-client-tap/trunk/rest-client-tap.php
r2391362 r2417795 10 10 * Plugin URI: https://www.wordpress.org/plugins/rest-client-tap 11 11 * Description: Rest client plugin to TodoApuestas API services 12 * Version: 1.1. 512 * Version: 1.1.6 13 13 * Author: Alain Sanchez <luka.ghost@gmail.com> 14 14 * Author URI: http://www.linkedin.com/in/mrbrazzi/
Note: See TracChangeset
for help on using the changeset viewer.