Changeset 2099636
- Timestamp:
- 06/03/2019 07:34:14 AM (7 years ago)
- Location:
- registro-de-jornada-laboral
- Files:
-
- 6 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/ficharme-lite.php (added)
-
tags/1.2.1/ficharme-shortcodes.php (added)
-
tags/1.2.1/js (added)
-
tags/1.2.1/js/ajax.js (added)
-
tags/1.2.1/readme.txt (added)
-
trunk/ficharme-lite.php (modified) (2 diffs)
-
trunk/ficharme-shortcodes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
registro-de-jornada-laboral/trunk/ficharme-lite.php
r2099632 r2099636 2 2 /** 3 3 * @package ficharme_lite 4 * @version 1. 1.14 * @version 1.2.1 5 5 */ 6 6 /* … … 10 10 Plugin URI: https://ivanbarreda.es/plugins/ficharme/ 11 11 Description: Plugin para gestión de Fichar.me para el registro de jornada laboral cumpliendo la ley Española de fichaje de trabajadores. 12 Version: 1. 1.012 Version: 1.2.1 13 13 Author URI: https://ivanbarreda.es/ 14 14 Author: cuxaro -
registro-de-jornada-laboral/trunk/ficharme-shortcodes.php
r2099632 r2099636 59 59 function ficharme_fichar(){ 60 60 61 if (!is_user_logged_in()) { 62 63 return __('Usuario no logueado', 'ficharme'); 64 } 65 61 66 $current_user = wp_get_current_user(); 62 67 -
registro-de-jornada-laboral/trunk/readme.txt
r2099632 r2099636 6 6 Tested up to: 5.2.1 7 7 Requires PHP: 5.6 8 Stable tag: 1. 1.18 Stable tag: 1.2.1 9 9 License: GPLv2 or later 10 10 … … 33 33 == Changelog == 34 34 35 = 1.2.1 = 36 37 Limitar el registro a usuarios logueados 38 35 39 = 1.1.1 = 36 40
Note: See TracChangeset
for help on using the changeset viewer.