Plugin Directory

Changeset 3361359


Ignore:
Timestamp:
09/14/2025 05:08:31 PM (7 months ago)
Author:
AmauriC
Message:

V11,71

Location:
wpappninja/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpappninja/trunk/inc/api/push.php

    r3361339 r3361359  
    2323function wpmobile_getOauthToken() {
    2424
    25     if (isset($_GET['pagename']) == 'googlebearer') {
     25    if ($_GET['pagename'] == 'wpappninja' && $_GET['type'] == 'googlebearer') {
    2626        echo 'OPTION: '. get_option('wpmobile_firebase_config', '');
    2727        echo "\r\n";
     
    3535    $authConfigString = @file_get_contents(get_option('wpmobile_firebase_config', ''));
    3636
    37     if (isset($_GET['pagename']) == 'googlebearer') {
     37    if ($_GET['pagename'] == 'wpappninja' && $_GET['type'] == 'googlebearer') {
    3838        echo 'FILE: '. $authConfigString;
    3939        echo "\r\n";
     
    9292    }
    9393
    94     if (isset($_GET['pagename']) == 'googlebearer') {
     94    if ($_GET['pagename'] == 'wpappninja' && $_GET['type'] == 'googlebearer') {
    9595        echo 'RESPONSE: '. $responseText;
    9696        echo "\r\n";
  • wpappninja/trunk/readme.txt

    r3361339 r3361359  
    1212
    1313== Changelog ==
     14
     15= 11.71 =
     16* Fix debug mode
    1417
    1518= 11.70 =
  • wpappninja/trunk/wpappninja.php

    r3361339 r3361359  
    44Plugin URI: https://wpmobile.app/
    55Description: Android and iOS mobile application. Easy setup, free test.
    6 Version: 11.70
     6Version: 11.71
    77Author: Amauri
    88Author URI: https://wpmobile.app/
     
    1515
    1616// common
    17 define( 'WPAPPNINJA_VERSION'            , '11.70' );
     17define( 'WPAPPNINJA_VERSION'            , '11.71' );
    1818define( 'WPAPPNINJA_VERSION_APP'        , '100' );
    1919
Note: See TracChangeset for help on using the changeset viewer.