Changeset 3104587
- Timestamp:
- 06/19/2024 01:08:06 PM (22 months ago)
- Location:
- mylivecart
- Files:
-
- 43 added
- 5 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/zt-font-family.css (added)
-
tags/1.0.2/assets/css/zt-style.css (added)
-
tags/1.0.2/assets/images (added)
-
tags/1.0.2/assets/images/arrow-icon_1.png (added)
-
tags/1.0.2/assets/images/arrow_icon.png (added)
-
tags/1.0.2/assets/images/calendar_icon.png (added)
-
tags/1.0.2/assets/images/cart_icon.png (added)
-
tags/1.0.2/assets/images/create_icon.png (added)
-
tags/1.0.2/assets/images/icon_left.png (added)
-
tags/1.0.2/assets/images/icon_right.png (added)
-
tags/1.0.2/assets/images/line_icon.png (added)
-
tags/1.0.2/assets/images/not-found-404.gif (added)
-
tags/1.0.2/assets/images/not-found.gif (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/zt-script.js (added)
-
tags/1.0.2/assets/poppins-font-family (added)
-
tags/1.0.2/assets/poppins-font-family/Poppins-Medium.ttf (added)
-
tags/1.0.2/assets/poppins-font-family/Poppins-Regular.ttf (added)
-
tags/1.0.2/assets/poppins-font-family/Poppins-SemiBold.ttf (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/class-ztcbl-api.php (added)
-
tags/1.0.2/includes/class-ztcbl-event.php (added)
-
tags/1.0.2/includes/class-ztcbl-setting.php (added)
-
tags/1.0.2/includes/class-ztcbl-shortcode.php (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/mylivecart.php (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/ui-admin (added)
-
tags/1.0.2/ui-admin/all-event.php (added)
-
tags/1.0.2/ui-admin/authenticate.php (added)
-
tags/1.0.2/ui-admin/configuration.php (added)
-
tags/1.0.2/ui-admin/create-event.php (added)
-
tags/1.0.2/ui-admin/influencer-list.php (added)
-
tags/1.0.2/ui-admin/offer-list.php (added)
-
tags/1.0.2/ui-admin/update-event.php (added)
-
tags/1.0.2/ui-front (added)
-
tags/1.0.2/ui-front/event-leave.php (added)
-
tags/1.0.2/ui-front/ztcbl-event-list.php (added)
-
tags/1.0.2/ui-front/ztcbl-single-details.php (added)
-
tags/1.0.2/uninstall.php (added)
-
trunk/assets/css/zt-style.css (modified) (1 diff)
-
trunk/mylivecart.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ui-admin/create-event.php (modified) (1 diff)
-
trunk/ui-admin/update-event.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mylivecart/trunk/assets/css/zt-style.css
r3031362 r3104587 467 467 right: 0; 468 468 top: 0; 469 height: 100 %;469 height: 100vh; 470 470 transition: width 0.1s; 471 471 float: left; -
mylivecart/trunk/mylivecart.php
r3070466 r3104587 6 6 * Author URI: https://www.zehntech.com/ 7 7 * Description: Plugin to broadcast MyLiveCart events on the WordPress website. 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * License: GPL2 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 'post_title' => __('Events Leave Page', 'mylivecart'), 66 66 'post_content' => '[ztcbl_EventsLeavePageContent]', 67 'post_name' => 'events-leave ',67 'post_name' => 'events-leave-page', 68 68 'post_status' => 'publish', 69 69 'post_author' => 1, -
mylivecart/trunk/readme.txt
r3070466 r3104587 3 3 Tags: MyLiveCart, Live Shopping, Product Showcase, WordPress E-commerce, Interactive Shopping 4 4 Requires at least: 5.5 5 Tested up to: 6.5. 25 Tested up to: 6.5.4 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 141 141 * Update: All functionality was updated for WordPress 6.5.2 142 143 = 1.0.2 = 144 145 * Add checked into host select option into create/update event page 146 * Update: All functionality was updated for WordPress 6.5.4 147 * Update: Update Events Leave Page slug -
mylivecart/trunk/ui-admin/create-event.php
r3031362 r3104587 178 178 $host_detail = json_decode( wp_remote_retrieve_body( $host_details ) ); 179 179 ?> 180 <option value="<?php echo esc_html( $host_detail->data->id ); ?>"><?php echo esc_html( $host_detail->data->first_name .'(Self)'); ?></option>180 <option value="<?php echo isset($host_detail->data->id)? esc_html( $host_detail->data->id ) :1; ?>"><?php echo esc_html( $host_detail->data->first_name .'(Self)'); ?></option> 181 181 <?php 182 182 $inf_list = ZTCBL_Api::ztcbl_influencer_list(); -
mylivecart/trunk/ui-admin/update-event.php
r3031362 r3104587 169 169 $host_detail = json_decode( wp_remote_retrieve_body( $host_details ) ); 170 170 ?> 171 <option value="<?php echo esc_html( $host_detail->data->id ); ?>"><?php echo esc_html( $host_detail->data->first_name .'(Self)'); ?></option>171 <option value="<?php echo isset($host_detail->data->id)? esc_html( $host_detail->data->id ) :1; ?>"><?php echo esc_html( $host_detail->data->first_name .'(Self)'); ?></option> 172 172 <?php 173 173 $inf_list = ZTCBL_Api::ztcbl_influencer_list();
Note: See TracChangeset
for help on using the changeset viewer.