Changeset 2392715
- Timestamp:
- 10/03/2020 08:16:24 AM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2365895 r2392715 4 4 Plugin URI: https://appful.io/ 5 5 Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required. 6 Version: 1.0.12 36 Version: 1.0.124 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/api.php
r2365895 r2392715 803 803 $array = $this->response->decode_json($response); 804 804 $response = $array ? $array : $response; 805 if ($http_code == 401 ) {805 if ($http_code == 401 && $location == 'register') { 806 806 $this->save_option($this->wpml->filterVar("appful_session_id"), ""); 807 807 $this->save_option("appful_invalid_session", "1");
Note: See TracChangeset
for help on using the changeset viewer.