Plugin Directory

Changeset 3035079


Ignore:
Timestamp:
02/13/2024 12:06:42 PM (2 years ago)
Author:
antwerpes
Message:

tagging version 1.1.4.

Location:
doccheck-login/tags/1.1.4
Files:
14 copied

Legend:

Unmodified
Added
Removed
  • doccheck-login/tags/1.1.4/README.txt

    r3033178 r3035079  
    44Requires at least: 5.5
    55Tested up to: 6.4
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868
    6969== Changelog ==
     70= 1.1.4 =
     71* add support for "php": "<=7.4"
     72
    7073= 1.1.3 =
    7174* Fix security issues
  • doccheck-login/tags/1.1.4/admin/class-dcl-metaboxes.php

    r3033178 r3035079  
    217217     */
    218218
    219     public function dcl_sanitize_request($request): array|string
     219    public function dcl_sanitize_request($request)
    220220    {
    221221        // Check if the array is set in $_POST
  • doccheck-login/tags/1.1.4/dc-login.php

    r3033178 r3035079  
    1919 * Plugin Name:       DocCheck Login
    2020 * Description:       The official DocCheck plug-in enables the authentication of certified healthcare professionals and facilitates the integration of the DocCheck login.
    21  * Version:           1.1.3
     21 * Version:           1.1.4
    2222 * Author:            antwerpes ag <[email protected]>
    2323 * Author URI:        https://antwerpes.com
  • doccheck-login/tags/1.1.4/includes/class-dcl.php

    r3033178 r3035079  
    6666
    6767        $this->plugin_name = 'dc-login';
    68         $this->version     = '1.1.3';
     68        $this->version     = '1.1.4';
    6969
    7070        $this->set_loader();
Note: See TracChangeset for help on using the changeset viewer.