Plugin Directory

Changeset 3450914


Ignore:
Timestamp:
01/31/2026 09:49:57 AM (2 months ago)
Author:
zooza
Message:

Update to version 1.1.7 from GitHub

Location:
zooza
Files:
6 edited
1 copied

Legend:

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

    r3336599 r3450914  
    44Tags: booking, kids activities, education, franchise, children, attendance
    55Requires at least: 3.0.1
    6 Tested up to: 6.5.0
    7 Stable tag: 1.1.6
     6Tested up to: 6.9
     7Stable tag: 1.1.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    228228= 1.1.6 =
    229229* Asia Support
     230
     231= 1.1.7 =
     232* Support for WordPress 6.9
  • zooza/tags/1.1.7/includes/class-zooza.php

    r3336599 r3450914  
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.1.6';
     73            $this->version = '1.1.7';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/tags/1.1.7/zooza.php

    r3336599 r3450914  
    1717 * Plugin URI:        https://zooza.online/wordpress-plugin
    1818 * Description:       Plugin pre zákazníkov platformy Zooza pre jednoduché nastavenie registračných formulárov.
    19  * Version:           1.1.6
     19 * Version:           1.1.7
    2020 * Author:            Zooza
    2121 * Author URI:        https://zooza.online
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'ZOOZA_VERSION', '1.1.6' );
     38define( 'ZOOZA_VERSION', '1.1.7' );
    3939
    4040/**
  • zooza/trunk/README.txt

    r3336599 r3450914  
    44Tags: booking, kids activities, education, franchise, children, attendance
    55Requires at least: 3.0.1
    6 Tested up to: 6.5.0
    7 Stable tag: 1.1.6
     6Tested up to: 6.9
     7Stable tag: 1.1.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    228228= 1.1.6 =
    229229* Asia Support
     230
     231= 1.1.7 =
     232* Support for WordPress 6.9
  • zooza/trunk/includes/class-zooza.php

    r3336599 r3450914  
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.1.6';
     73            $this->version = '1.1.7';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/trunk/zooza.php

    r3336599 r3450914  
    1717 * Plugin URI:        https://zooza.online/wordpress-plugin
    1818 * Description:       Plugin pre zákazníkov platformy Zooza pre jednoduché nastavenie registračných formulárov.
    19  * Version:           1.1.6
     19 * Version:           1.1.7
    2020 * Author:            Zooza
    2121 * Author URI:        https://zooza.online
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'ZOOZA_VERSION', '1.1.6' );
     38define( 'ZOOZA_VERSION', '1.1.7' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.