Changeset 2541024
- Timestamp:
- 06/02/2021 06:28:53 AM (5 years ago)
- Location:
- availability-calendar/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
availabilitycalendar.php (modified) (2 diffs)
-
public/css/styles.css (modified) (2 diffs)
-
public/includes/frontend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
availability-calendar/trunk/README.txt
r2438679 r2541024 5 5 Requires at least: 3.5 6 6 Requires PHP : 5.4.4 7 Tested up to: 5. 68 Stable tag: 1. 1.97 Tested up to: 5.7.2 8 Stable tag: 1.2 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= 70 * css and js issue update and Tested up to wordpress version 5.7.2 71 69 72 = 1.1.9= 70 73 * ERROR: jquery issue updated. -
availability-calendar/trunk/availabilitycalendar.php
r2438679 r2541024 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. 1.99 * Version: 1.2 10 10 11 11 * Author: Offshore Web Master … … 28 28 /** 29 29 * Currently plugin version. 30 * Start at version 1. 1.930 * Start at version 1.2 31 31 */ 32 define( 'OWAC_VERSION', '1. 1.9' );32 define( 'OWAC_VERSION', '1.2' ); 33 33 34 34 /** -
availability-calendar/trunk/public/css/styles.css
r2327906 r2541024 57 57 transition: all ease-in-out .3s; 58 58 opacity: 0; 59 height: auto !important; 59 60 } 60 61 div.owac.regularslider .owac-slide > div{ … … 254 255 } 255 256 div.owac-calendar-container div.header{ 256 padding: 0px 30px 20px;257 padding: 10px 30px 20px; 257 258 } 258 259 div.owac-calendar-container { -
availability-calendar/trunk/public/includes/frontend.php
r2416483 r2541024 200 200 var owacTrackHeight = jQuery(owacTrack).height(); 201 201 owacSlider.find('.owac-slide').css('height', owacTrackHeight + 'px'); 202 owacSlider.find('table.main').css('background-color', '#".$settings_options['calendar_background_color']."'); 202 203 } 203 204 jQuery(window).on('resize', function(e) {
Note: See TracChangeset
for help on using the changeset viewer.