Changeset 3324080
- Timestamp:
- 07/08/2025 07:06:20 AM (9 months ago)
- Location:
- zooza
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from zooza/trunk)
-
tags/1.1.5/README.txt (modified) (2 diffs)
-
tags/1.1.5/includes/class-zooza.php (modified) (1 diff)
-
tags/1.1.5/public/class-zooza-public.php (modified) (2 diffs)
-
tags/1.1.5/zooza.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-zooza.php (modified) (1 diff)
-
trunk/public/class-zooza-public.php (modified) (2 diffs)
-
trunk/zooza.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zooza/tags/1.1.5/README.txt
r3271230 r3324080 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 222 222 = 1.1.4 = 223 223 * Bug fixes 224 225 = 1.1.5 = 226 * Script unloading -
zooza/tags/1.1.5/includes/class-zooza.php
r3271230 r3324080 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 4';73 $this->version = '1.1.5'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/tags/1.1.5/public/class-zooza-public.php
r3271229 r3324080 153 153 */ 154 154 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'); 156 156 157 157 } … … 177 177 */ 178 178 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); 180 180 181 181 } -
zooza/tags/1.1.5/zooza.php
r3271230 r3324080 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. 419 * Version: 1.1.5 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. 4' );38 define( 'ZOOZA_VERSION', '1.1.5' ); 39 39 40 40 /** -
zooza/trunk/README.txt
r3271230 r3324080 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 222 222 = 1.1.4 = 223 223 * Bug fixes 224 225 = 1.1.5 = 226 * Script unloading -
zooza/trunk/includes/class-zooza.php
r3271230 r3324080 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 4';73 $this->version = '1.1.5'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/trunk/public/class-zooza-public.php
r3271229 r3324080 153 153 */ 154 154 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'); 156 156 157 157 } … … 177 177 */ 178 178 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); 180 180 181 181 } -
zooza/trunk/zooza.php
r3271230 r3324080 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. 419 * Version: 1.1.5 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. 4' );38 define( 'ZOOZA_VERSION', '1.1.5' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.