Plugin Directory

Changeset 2375739


Ignore:
Timestamp:
09/05/2020 01:37:09 PM (6 years ago)
Author:
adwised
Message:

bug fix of ; in webpush script

Location:
adwised
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • adwised/trunk/adwised.php

    r2375612 r2375739  
    44 * Plugin Name: adwised
    55 * Plugin URI: https://wordpress.org/plugins/adwised
    6  * Version: 2.3.1
     6 * Version: 2.3.2
    77 * Author: Adwised
    88 * Author URI: http://adwised.com
     
    2929        $this->plugin->name         = 'adwised'; // Plugin Folder
    3030        $this->plugin->displayName  = 'ادوایزد'; // Plugin Name
    31         $this->plugin->version      = '2.3.1';
     31        $this->plugin->version      = '2.3.2';
    3232        $this->plugin->folder       = plugin_dir_path(__FILE__);
    3333        $this->plugin->url          = plugin_dir_url(__FILE__);
     
    18541854        askLocation: ' . ($pushConfig->ask_location ? "true" : "false") . ',
    18551855        doublePermission: { active: ' . ($pushConfig->double_permission_active ? "true" : "false") . ' }
    1856     }
     1856    };
    18571857
    18581858    var subscriber = {};
  • adwised/trunk/readme.txt

    r2375611 r2375739  
    55Requires PHP: 5.2.4
    66Tested up to: 5.3
    7 Stable tag: 2.3.1
     7Stable tag: 2.3.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset for help on using the changeset viewer.