Plugin Directory

Changeset 3324080


Ignore:
Timestamp:
07/08/2025 07:06:20 AM (9 months ago)
Author:
zooza
Message:

Update to version 1.1.5 from GitHub

Location:
zooza
Files:
8 edited
1 copied

Legend:

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

    r3271230 r3324080  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    222222= 1.1.4 =
    223223* Bug fixes
     224
     225= 1.1.5 =
     226* Script unloading
  • zooza/tags/1.1.5/includes/class-zooza.php

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

    r3271229 r3324080  
    153153         */
    154154
    155         wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . 'css/zooza-public.css', array(), $this->version, 'all');
     155//        wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . 'css/zooza-public.css', array(), $this->version, 'all');
    156156
    157157    }
     
    177177         */
    178178
    179         wp_enqueue_script($this->plugin_name, plugin_dir_url(__FILE__) . 'js/zooza-public.js', array('jquery'), $this->version, false);
     179//        wp_enqueue_script($this->plugin_name, plugin_dir_url(__FILE__) . 'js/zooza-public.js', array('jquery'), $this->version, false);
    180180
    181181    }
  • zooza/tags/1.1.5/zooza.php

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

    r3271230 r3324080  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    222222= 1.1.4 =
    223223* Bug fixes
     224
     225= 1.1.5 =
     226* Script unloading
  • zooza/trunk/includes/class-zooza.php

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

    r3271229 r3324080  
    153153         */
    154154
    155         wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . 'css/zooza-public.css', array(), $this->version, 'all');
     155//        wp_enqueue_style($this->plugin_name, plugin_dir_url(__FILE__) . 'css/zooza-public.css', array(), $this->version, 'all');
    156156
    157157    }
     
    177177         */
    178178
    179         wp_enqueue_script($this->plugin_name, plugin_dir_url(__FILE__) . 'js/zooza-public.js', array('jquery'), $this->version, false);
     179//        wp_enqueue_script($this->plugin_name, plugin_dir_url(__FILE__) . 'js/zooza-public.js', array('jquery'), $this->version, false);
    180180
    181181    }
  • zooza/trunk/zooza.php

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