Plugin Directory

Changeset 3269773


Ignore:
Timestamp:
04/09/2025 02:48:00 PM (12 months ago)
Author:
zooza
Message:

Update to version 1.1.2 from GitHub

Location:
zooza
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zooza/tags/1.1.2/README.txt

    r3269581 r3269773  
    22Contributors: zooza
    33Donate link: https://zooza.online
    4 Tags: booking, class booking, kids activities, course registration, parent portal, student portal, afterschool, management,zooza, widgets, class booking, education, franchise, children, kids classes, activities, calendar, booking system, attendance,  scheduling, event management, registration
     4Tags: booking, kids activities, education, franchise, children, attendance
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    213213= 1.1.1 =
    214214* Bug fixes
     215
     216= 1.1.2 =
     217* Bug fixes
  • zooza/tags/1.1.2/public/class-zooza-public.php

    r3269581 r3269773  
    117117function async_load(){
    118118    var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
    119     var url = '%s/widgets/%s/';
    120     s.src = url + ( url.indexOf( '?' ) >= 0 ? '&' : '?' ) + 'ref=' + encodeURIComponent( window.location.href ) + '&type=%s';
    121     var embedder = document.getElementById( '%s' );
     119    var url = '%s/widgets/%s';
     120    s.src = url + '?ref=' + encodeURIComponent(window.location.href) + '&type=%s';
     121    var embedder = document.getElementById('%s');
    122122    embedder.parentNode.insertBefore( s, embedder );
    123123}
     
    128128}
    129129} )();
    130 </script>", $version, $api_key, $version, $api_url,$widget, $api_key);
     130</script>", $version, $api_key, $api_url, $version, $widget, $api_key);
    131131
    132132    }
  • zooza/tags/1.1.2/zooza.php

    r3269581 r3269773  
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'ZOOZA_VERSION', '1.1.1' );
     38define( 'ZOOZA_VERSION', '1.1.2' );
    3939
    4040/**
  • zooza/trunk/README.txt

    r3269581 r3269773  
    22Contributors: zooza
    33Donate link: https://zooza.online
    4 Tags: booking, class booking, kids activities, course registration, parent portal, student portal, afterschool, management,zooza, widgets, class booking, education, franchise, children, kids classes, activities, calendar, booking system, attendance,  scheduling, event management, registration
     4Tags: booking, kids activities, education, franchise, children, attendance
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    213213= 1.1.1 =
    214214* Bug fixes
     215
     216= 1.1.2 =
     217* Bug fixes
  • zooza/trunk/public/class-zooza-public.php

    r3269581 r3269773  
    117117function async_load(){
    118118    var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
    119     var url = '%s/widgets/%s/';
    120     s.src = url + ( url.indexOf( '?' ) >= 0 ? '&' : '?' ) + 'ref=' + encodeURIComponent( window.location.href ) + '&type=%s';
    121     var embedder = document.getElementById( '%s' );
     119    var url = '%s/widgets/%s';
     120    s.src = url + '?ref=' + encodeURIComponent(window.location.href) + '&type=%s';
     121    var embedder = document.getElementById('%s');
    122122    embedder.parentNode.insertBefore( s, embedder );
    123123}
     
    128128}
    129129} )();
    130 </script>", $version, $api_key, $version, $api_url,$widget, $api_key);
     130</script>", $version, $api_key, $api_url, $version, $widget, $api_key);
    131131
    132132    }
  • zooza/trunk/zooza.php

    r3269581 r3269773  
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'ZOOZA_VERSION', '1.1.1' );
     38define( 'ZOOZA_VERSION', '1.1.2' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.