Changeset 3450914
- Timestamp:
- 01/31/2026 09:49:57 AM (2 months ago)
- Location:
- zooza
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.7 (copied) (copied from zooza/trunk)
-
tags/1.1.7/README.txt (modified) (2 diffs)
-
tags/1.1.7/includes/class-zooza.php (modified) (1 diff)
-
tags/1.1.7/zooza.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-zooza.php (modified) (1 diff)
-
trunk/zooza.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zooza/tags/1.1.7/README.txt
r3336599 r3450914 4 4 Tags: booking, kids activities, education, franchise, children, attendance 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 5.07 Stable tag: 1.1. 66 Tested up to: 6.9 7 Stable tag: 1.1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 228 228 = 1.1.6 = 229 229 * Asia Support 230 231 = 1.1.7 = 232 * Support for WordPress 6.9 -
zooza/tags/1.1.7/includes/class-zooza.php
r3336599 r3450914 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 6';73 $this->version = '1.1.7'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/tags/1.1.7/zooza.php
r3336599 r3450914 17 17 * Plugin URI: https://zooza.online/wordpress-plugin 18 18 * Description: Plugin pre zákazníkov platformy Zooza pre jednoduché nastavenie registračných formulárov. 19 * Version: 1.1. 619 * Version: 1.1.7 20 20 * Author: Zooza 21 21 * Author URI: https://zooza.online … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'ZOOZA_VERSION', '1.1. 6' );38 define( 'ZOOZA_VERSION', '1.1.7' ); 39 39 40 40 /** -
zooza/trunk/README.txt
r3336599 r3450914 4 4 Tags: booking, kids activities, education, franchise, children, attendance 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 5.07 Stable tag: 1.1. 66 Tested up to: 6.9 7 Stable tag: 1.1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 228 228 = 1.1.6 = 229 229 * Asia Support 230 231 = 1.1.7 = 232 * Support for WordPress 6.9 -
zooza/trunk/includes/class-zooza.php
r3336599 r3450914 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 6';73 $this->version = '1.1.7'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/trunk/zooza.php
r3336599 r3450914 17 17 * Plugin URI: https://zooza.online/wordpress-plugin 18 18 * Description: Plugin pre zákazníkov platformy Zooza pre jednoduché nastavenie registračných formulárov. 19 * Version: 1.1. 619 * Version: 1.1.7 20 20 * Author: Zooza 21 21 * Author URI: https://zooza.online … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'ZOOZA_VERSION', '1.1. 6' );38 define( 'ZOOZA_VERSION', '1.1.7' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.