Plugin Directory

Changeset 3404964


Ignore:
Timestamp:
11/28/2025 09:21:29 AM (5 weeks ago)
Author:
calliko
Message:
  • Security fix
Location:
nps-computy
Files:
78 added
3 edited

Legend:

Unmodified
Added
Removed
  • nps-computy/trunk/class.nps-computy-admin.php

    r3264718 r3404964  
    399399
    400400                    echo "<form method='post'>
    401  " . __("From", "nps-computy") . ": <input id='data1' class='input-medium datepicker' type='date' name='data1' value='" . $data1 . "'/>
    402   " . __("to", "nps-computy") . ": <input class='input-medium datepicker' type='date' name='data2' value='" . $data22 . "'/>
    403    " . __("Poll name", "nps-computy") . ": <input type='text' name='pol_name' value='" . $pol_name_value . "'/>
     401 " . __("From", "nps-computy") . ": <input id='data1' class='input-medium datepicker' type='date' name='data1' value='" . esc_attr($data1) . "'/>
     402  " . __("to", "nps-computy") . ": <input class='input-medium datepicker' type='date' name='data2' value='" . esc_attr($data22) . "'/>
     403   " . __("Poll name", "nps-computy") . ": <input type='text' name='pol_name' value='" . esc_attr($pol_name_value) . "'/>
    404404 <input type='submit' style='margin-top: -3px' class='btn btn-success' value='" . esc_html(__("Calculate", "nps-computy")) . "'>
    405405 </form>
  • nps-computy/trunk/index.php

    r3264718 r3404964  
    22/*
    33 * Plugin Name:   NPS computy
    4  * Version:       2.8.2
     4 * Version:       2.8.3
    55 * Text Domain:   nps-computy
    66 * Plugin URI:    https://computy.ru/blog/plagin-nps-indeks-loyalnosti-klientov-dlya-wordpress/
     
    1717}
    1818/*Общие переменные*/
    19 const NPS_COMPUTY_VERSION = '2.8.2';
     19const NPS_COMPUTY_VERSION = '2.8.3';
    2020define('NPS_COMPUTY_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121
  • nps-computy/trunk/readme.txt

    r3264718 r3404964  
    55Requires at least:  4.5
    66Tested up to:  6.7.1
    7 Stable tag: 2.8.2
     7Stable tag: 2.8.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46
     47= 2.8.3 - 28.11.2025 =
     48* Security fix
    4649
    4750= 2.8.2 - 01.04.2025 =
Note: See TracChangeset for help on using the changeset viewer.