Changeset 2099392
- Timestamp:
- 06/02/2019 04:40:14 PM (7 years ago)
- Location:
- registro-de-jornada-laboral
- Files:
-
- 6 added
- 3 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/ficharme-lite.php (added)
-
tags/1.1.0/ficharme-shortcodes.php (added)
-
tags/1.1.0/js (added)
-
tags/1.1.0/js/ajax.js (added)
-
tags/1.1.0/readme.txt (added)
-
trunk/ficharme-lite.php (modified) (2 diffs)
-
trunk/ficharme-shortcodes.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
registro-de-jornada-laboral/trunk/ficharme-lite.php
r2095856 r2099392 2 2 /** 3 3 * @package ficharme_lite 4 * @version 1. 0.14 * @version 1.1.0 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. 0.112 Version: 1.1.0 13 13 Author URI: https://ivanbarreda.es/ 14 14 Author: cuxaro -
registro-de-jornada-laboral/trunk/ficharme-shortcodes.php
r2095214 r2099392 50 50 $return .= '</table>'; 51 51 endif; 52 $returm .= '</div>'; 53 54 return $return; 52 55 53 56 } … … 85 88 $return .= '</div>'; 86 89 90 return $return; 91 87 92 } 88 93 -
registro-de-jornada-laboral/trunk/readme.txt
r2095743 r2099392 6 6 Tested up to: 5.2.1 7 7 Requires PHP: 5.6 8 Stable tag: 1. 08 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 … … 34 34 35 35 == Changelog == 36 = 1.1.0 = 37 38 Solucionado bug con shortcodes 36 39 37 40 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.