Changeset 3269773
- Timestamp:
- 04/09/2025 02:48:00 PM (12 months ago)
- Location:
- zooza
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from zooza/trunk)
-
tags/1.1.2/README.txt (modified) (2 diffs)
-
tags/1.1.2/public/class-zooza-public.php (modified) (2 diffs)
-
tags/1.1.2/zooza.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/public/class-zooza-public.php (modified) (2 diffs)
-
trunk/zooza.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zooza/tags/1.1.2/README.txt
r3269581 r3269773 2 2 Contributors: zooza 3 3 Donate 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, registration4 Tags: booking, kids activities, education, franchise, children, attendance 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 07 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 213 213 = 1.1.1 = 214 214 * Bug fixes 215 216 = 1.1.2 = 217 * Bug fixes -
zooza/tags/1.1.2/public/class-zooza-public.php
r3269581 r3269773 117 117 function async_load(){ 118 118 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'); 122 122 embedder.parentNode.insertBefore( s, embedder ); 123 123 } … … 128 128 } 129 129 } )(); 130 </script>", $version, $api_key, $ version, $api_url,$widget, $api_key);130 </script>", $version, $api_key, $api_url, $version, $widget, $api_key); 131 131 132 132 } -
zooza/tags/1.1.2/zooza.php
r3269581 r3269773 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'ZOOZA_VERSION', '1.1. 1' );38 define( 'ZOOZA_VERSION', '1.1.2' ); 39 39 40 40 /** -
zooza/trunk/README.txt
r3269581 r3269773 2 2 Contributors: zooza 3 3 Donate 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, registration4 Tags: booking, kids activities, education, franchise, children, attendance 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 07 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 213 213 = 1.1.1 = 214 214 * Bug fixes 215 216 = 1.1.2 = 217 * Bug fixes -
zooza/trunk/public/class-zooza-public.php
r3269581 r3269773 117 117 function async_load(){ 118 118 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'); 122 122 embedder.parentNode.insertBefore( s, embedder ); 123 123 } … … 128 128 } 129 129 } )(); 130 </script>", $version, $api_key, $ version, $api_url,$widget, $api_key);130 </script>", $version, $api_key, $api_url, $version, $widget, $api_key); 131 131 132 132 } -
zooza/trunk/zooza.php
r3269581 r3269773 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'ZOOZA_VERSION', '1.1. 1' );38 define( 'ZOOZA_VERSION', '1.1.2' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.