Changeset 3114854
- Timestamp:
- 07/09/2024 09:49:15 AM (21 months ago)
- Location:
- reenio/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
reenio.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reenio/trunk/readme.txt
r3114852 r3114854 4 4 Requires at least: 4.6 5 5 Tested up to: 6.6 6 Stable tag: 1. 96 Stable tag: 1.10 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 1.10 = 33 * Undefined variable fix. 31 34 32 35 = 1.9 = -
reenio/trunk/reenio.php
r3114852 r3114854 4 4 * Plugin URI: https://wordpress.org/plugins/reenio/ 5 5 * Description: Plug-in for embedding of reservation system reenio into the web presentation. 6 * Version: 1. 96 * Version: 1.10 7 7 * Author: reenio 8 8 * Author URI: https://reenio.cz/ … … 31 31 static $reenio_duplicate = false; 32 32 33 $content = ''; 34 33 35 if ( $reenio_duplicate !== true ) { 34 36 … … 44 46 'reenio' 45 47 ); 46 47 $content = '';48 48 49 49 // sanitize data
Note: See TracChangeset
for help on using the changeset viewer.