Changeset 2659111
- Timestamp:
- 01/18/2022 06:57:53 AM (4 years ago)
- Location:
- availability-calendar/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
availabilitycalendar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
availability-calendar/trunk/README.txt
r2592481 r2659111 6 6 Requires PHP : 5.4.4 7 7 Tested up to: 5.8 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 68 68 == Changelog == 69 = 1.2.3 = 70 * ERROR: updated some css issues. 71 69 72 = 1.2.2 = 70 73 * ERROR: change same security problems. -
availability-calendar/trunk/availabilitycalendar.php
r2592481 r2659111 7 7 * Description: Availability Calendar Description A plugin that records post views and contains functions to easily list posts by popularity 8 8 9 * Version: 1.2. 29 * Version: 1.2.3 10 10 11 11 * Author: Offshore Web Master … … 28 28 /** 29 29 * Currently plugin version. 30 * Start at version 1.2. 230 * Start at version 1.2.3 31 31 */ 32 define( 'OWAC_VERSION', '1.2. 2' );32 define( 'OWAC_VERSION', '1.2.3' ); 33 33 34 34 /**
Note: See TracChangeset
for help on using the changeset viewer.