Changeset 2863206
- Timestamp:
- 02/10/2023 11:42:55 AM (3 years ago)
- Location:
- logo-and-address-widget-with-schema
- Files:
-
- 12 added
- 2 edited
-
tags/2.8 (added)
-
tags/2.8/css (added)
-
tags/2.8/css/laawws-custom.css (added)
-
tags/2.8/index.php (added)
-
tags/2.8/js (added)
-
tags/2.8/js/laawws-media-upload.js (added)
-
tags/2.8/laawws-widget-screen1.png (added)
-
tags/2.8/logo-and-address-widget-with-schema.php (added)
-
tags/2.8/readme.txt (added)
-
tags/2.8/screenshot-1.png (added)
-
tags/2.8/screenshot-2.png (added)
-
tags/2.8/uninstall.php (added)
-
trunk/logo-and-address-widget-with-schema.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
logo-and-address-widget-with-schema/trunk/logo-and-address-widget-with-schema.php
r2757805 r2863206 7 7 * Author: Webstix 8 8 * Author URI: https://www.webstix.com 9 * Version: 2. 89 * Version: 2.9 10 10 * License: GPL2 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 33 33 protected function __construct() { 34 34 $this->laawws_init(); 35 $laawws_hooks=''; 36 $laawws_styles=''; 35 37 $this->laawws_assets($laawws_hooks); 36 38 $this->laawws_styles($laawws_styles); … … 126 128 public function form( $instance ) { 127 129 // outputs the options form on admin 128 130 $laawws_widget_title = $laawws_footer_logo=$laawws_footer_logo_alt_text=$laawws_image_radio_buttons='';$laawws_address_line1='';$laawws_address_line2=''; 131 $laawws_city=$laawws_state=$laawws_zip=$laawws_address_radio_buttons=$laawws_address_fawesome_icon='';$laawws_address_custom_image ='';$laawws_phone =''; 132 $laawws_fax =$laawws_email =$laawws_epf_radio_buttons =$laawws_open_hours =$laawws_open_hours_title ='';$laawws_open_hours_mon_fri ='';$laawws_close_hours_mon_fri =''; 133 $laawws_open_hours_mon_fri_checked =$laawws_open_hours_mon =$laawws_close_hours_mon =$laawws_open_hours_mon_checked =$laawws_open_hours_tue =''; 134 $laawws_close_hours_tue =$laawws_open_hours_tue_checked =$laawws_open_hours_wed =$laawws_close_hours_wed =$laawws_open_hours_wed_checked =''; 135 $laawws_open_hours_thu =$laawws_close_hours_thu =$laawws_open_hours_thu_checked =$laawws_open_hours_fri =$laawws_close_hours_fri =$laawws_open_hours_fri_checked =''; 136 $laawws_open_hours_sun2 =$laawws_close_hours_sun2 =$laawws_open_hours_sun_checked2 =$laawws_open_hours_sun =$laawws_close_hours_sun =$laawws_open_hours_sun_checked =$laawws_address_schema_buttons =''; 129 137 // Check values 130 138 if( $instance) { -
logo-and-address-widget-with-schema/trunk/readme.txt
r2757805 r2863206 3 3 Tags: logo-and-address, address-widget-with-schema, logo-address-widget-with-schema, logo-address-widget, manage-different-locations, manage-address-business-hours 4 4 Requires at least: 4.7.5 5 Tested up to: 6.1 5 Tested up to: 6.1.1 6 6 Stable tag: 4.7 7 7 License: GPLv2 or later … … 126 126 = 2.8 = 127 127 * Updated the plugin to be compatible with 6.0.1 128 129 = 2.9 = 130 * PHP error fixed 131 * Updated the plugin to be compatible with 6.1.1
Note: See TracChangeset
for help on using the changeset viewer.