Plugin Directory

Changeset 3271230


Ignore:
Timestamp:
04/11/2025 07:23:54 PM (12 months ago)
Author:
zooza
Message:

Update to version 1.1.4 from GitHub

Location:
zooza
Files:
6 edited
1 copied

Legend:

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

    r3271229 r3271230  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    219219= 1.1.3 =
    220220* Bug fixes
     221
     222= 1.1.4 =
     223* Bug fixes
  • zooza/tags/1.1.4/includes/class-zooza.php

    r3269581 r3271230  
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.1.1';
     73            $this->version = '1.1.4';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/tags/1.1.4/zooza.php

    r3271229 r3271230  
    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.1
     19 * Version:           1.1.4
    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.3' );
     38define( 'ZOOZA_VERSION', '1.1.4' );
    3939
    4040/**
  • zooza/trunk/README.txt

    r3271229 r3271230  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    219219= 1.1.3 =
    220220* Bug fixes
     221
     222= 1.1.4 =
     223* Bug fixes
  • zooza/trunk/includes/class-zooza.php

    r3269581 r3271230  
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.1.1';
     73            $this->version = '1.1.4';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/trunk/zooza.php

    r3271229 r3271230  
    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.1
     19 * Version:           1.1.4
    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.3' );
     38define( 'ZOOZA_VERSION', '1.1.4' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.