Plugin Directory

Changeset 2863206


Ignore:
Timestamp:
02/10/2023 11:42:55 AM (3 years ago)
Author:
wsxplugindev
Message:

tagging version 2.9

Location:
logo-and-address-widget-with-schema
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • logo-and-address-widget-with-schema/trunk/logo-and-address-widget-with-schema.php

    r2757805 r2863206  
    77 * Author: Webstix
    88 * Author URI: https://www.webstix.com
    9  * Version: 2.8
     9 * Version: 2.9
    1010 * License: GPL2
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3333    protected function __construct() {
    3434        $this->laawws_init();
     35        $laawws_hooks='';
     36        $laawws_styles='';
    3537        $this->laawws_assets($laawws_hooks);
    3638        $this->laawws_styles($laawws_styles);
     
    126128    public function form( $instance ) {
    127129        // 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 ='';
    129137        // Check values
    130138        if( $instance) {
  • logo-and-address-widget-with-schema/trunk/readme.txt

    r2757805 r2863206  
    33Tags: logo-and-address, address-widget-with-schema, logo-address-widget-with-schema, logo-address-widget, manage-different-locations, manage-address-business-hours
    44Requires at least: 4.7.5
    5 Tested up to: 6.1
     5Tested up to: 6.1.1
    66Stable tag: 4.7
    77License: GPLv2 or later
     
    126126= 2.8 =
    127127* 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.