Changeset 2677814
- Timestamp:
- 02/13/2022 12:58:27 AM (4 years ago)
- Location:
- salon-booking/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
salon.php (modified) (1 diff)
-
src/page/booking_mobile-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
salon-booking/trunk/readme.txt
r2376815 r2677814 2 2 Contributors: tanaka-hisao 3 3 Tags: hair salon,salon,appointment,booking,beauty apps,reservation,dental clinic,hospital,mutilingual,clinic,spa,散髪予約,美容院予約,美容室予約,サロン予約,エステ予約,予約システム,予約管理 4 Requires at least: 4.05 Tested up to: 5. 5.16 Stable tag: 1.8.1 64 Requires at least: 5.6 5 Tested up to: 5.6 6 Stable tag: 1.8.17 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 * Update setting radio/checkbox 78 78 * Changed logic about temporary 79 * Fixed bug 80 81 = 1.8.16 = 79 82 * Fixed bug 80 83 -
salon-booking/trunk/salon.php
r2376815 r2677814 10 10 Domain Path: /languages/ 11 11 */ 12 define( 'SL_VERSION', '1.8.1 6' );12 define( 'SL_VERSION', '1.8.17' ); 13 13 define( 'SL_DOMAIN', 'salon-booking' ); 14 14 define( 'SL_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); -
salon-booking/trunk/src/page/booking_mobile-page.php
r2376815 r2677814 142 142 }); 143 143 144 $j(window). load(function(){144 $j(window).on('load',function(){ 145 145 <?php parent::echoSetItemLabelMobile(); ?> 146 146 <?php 147 $set_user_inf = ""; 148 if (isset($this->user_inf['user_login'])) 149 { 150 $set_user_inf = $this->user_inf['user_login']; 151 } 152 147 153 $res = parent::echoMobileData($this->reservation_datas,$init_target_day 148 154 ,$this->first_hour,$this->last_hour 149 ,$ this->user_inf['user_login'],$this->role);155 ,$set_user_inf,$this->role); 150 156 //現状1件だが複数件でも大丈夫なように 151 157 // foreach($res as $k1 => $d1 ) {
Note: See TracChangeset
for help on using the changeset viewer.