Changeset 3271230
- Timestamp:
- 04/11/2025 07:23:54 PM (12 months ago)
- Location:
- zooza
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from zooza/trunk)
-
tags/1.1.4/README.txt (modified) (2 diffs)
-
tags/1.1.4/includes/class-zooza.php (modified) (1 diff)
-
tags/1.1.4/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.4/README.txt
r3271229 r3271230 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 219 219 = 1.1.3 = 220 220 * Bug fixes 221 222 = 1.1.4 = 223 * Bug fixes -
zooza/tags/1.1.4/includes/class-zooza.php
r3269581 r3271230 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 1';73 $this->version = '1.1.4'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/tags/1.1.4/zooza.php
r3271229 r3271230 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. 119 * Version: 1.1.4 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. 3' );38 define( 'ZOOZA_VERSION', '1.1.4' ); 39 39 40 40 /** -
zooza/trunk/README.txt
r3271229 r3271230 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 219 219 = 1.1.3 = 220 220 * Bug fixes 221 222 = 1.1.4 = 223 * Bug fixes -
zooza/trunk/includes/class-zooza.php
r3269581 r3271230 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.1. 1';73 $this->version = '1.1.4'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/trunk/zooza.php
r3271229 r3271230 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. 119 * Version: 1.1.4 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. 3' );38 define( 'ZOOZA_VERSION', '1.1.4' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.