Changeset 3035079
- Timestamp:
- 02/13/2024 12:06:42 PM (2 years ago)
- Location:
- doccheck-login/tags/1.1.4
- Files:
-
- 14 copied
-
. (copied) (copied from doccheck-login/trunk)
-
README.txt (copied) (copied from doccheck-login/trunk/README.txt) (2 diffs)
-
admin/class-dcl-admin.php (copied) (copied from doccheck-login/trunk/admin/class-dcl-admin.php)
-
admin/class-dcl-columns.php (copied) (copied from doccheck-login/trunk/admin/class-dcl-columns.php)
-
admin/class-dcl-metaboxes.php (copied) (copied from doccheck-login/trunk/admin/class-dcl-metaboxes.php) (1 diff)
-
admin/class-dcl-settings.php (copied) (copied from doccheck-login/trunk/admin/class-dcl-settings.php)
-
client/class-dcl-client.php (copied) (copied from doccheck-login/trunk/client/class-dcl-client.php)
-
client/class-dcl-shortcodes.php (copied) (copied from doccheck-login/trunk/client/class-dcl-shortcodes.php)
-
dc-login.php (copied) (copied from doccheck-login/trunk/dc-login.php) (1 diff)
-
includes/class-dcl-activator.php (copied) (copied from doccheck-login/trunk/includes/class-dcl-activator.php)
-
includes/class-dcl-base.php (copied) (copied from doccheck-login/trunk/includes/class-dcl-base.php)
-
includes/class-dcl.php (copied) (copied from doccheck-login/trunk/includes/class-dcl.php) (1 diff)
-
languages/doccheck-login-de_DE.mo (copied) (copied from doccheck-login/trunk/languages/doccheck-login-de_DE.mo)
-
languages/doccheck-login-de_DE.po (copied) (copied from doccheck-login/trunk/languages/doccheck-login-de_DE.po)
Legend:
- Unmodified
- Added
- Removed
-
doccheck-login/tags/1.1.4/README.txt
r3033178 r3035079 4 4 Requires at least: 5.5 5 5 Tested up to: 6.4 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.1.4 = 71 * add support for "php": "<=7.4" 72 70 73 = 1.1.3 = 71 74 * Fix security issues -
doccheck-login/tags/1.1.4/admin/class-dcl-metaboxes.php
r3033178 r3035079 217 217 */ 218 218 219 public function dcl_sanitize_request($request) : array|string219 public function dcl_sanitize_request($request) 220 220 { 221 221 // Check if the array is set in $_POST -
doccheck-login/tags/1.1.4/dc-login.php
r3033178 r3035079 19 19 * Plugin Name: DocCheck Login 20 20 * 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. 321 * Version: 1.1.4 22 22 * Author: antwerpes ag <[email protected]> 23 23 * Author URI: https://antwerpes.com -
doccheck-login/tags/1.1.4/includes/class-dcl.php
r3033178 r3035079 66 66 67 67 $this->plugin_name = 'dc-login'; 68 $this->version = '1.1. 3';68 $this->version = '1.1.4'; 69 69 70 70 $this->set_loader();
Note: See TracChangeset
for help on using the changeset viewer.