Changeset 3140565
- Timestamp:
- 08/23/2024 08:47:38 PM (20 months ago)
- Location:
- zooza
- Files:
-
- 10 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from zooza/trunk)
-
tags/1.0.9/README.txt (modified) (2 diffs)
-
tags/1.0.9/admin/class-zooza-admin.php (modified) (1 diff)
-
tags/1.0.9/includes/class-zooza.php (modified) (3 diffs)
-
tags/1.0.9/public/class-zooza-public.php (modified) (1 diff)
-
tags/1.0.9/zooza.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-zooza-admin.php (modified) (1 diff)
-
trunk/includes/class-zooza.php (modified) (3 diffs)
-
trunk/public/class-zooza-public.php (modified) (1 diff)
-
trunk/zooza.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zooza/tags/1.0.9/README.txt
r3140354 r3140565 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.0. 77 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 * Fix remaining administration exception 55 55 56 = 1.0. 8=56 = 1.0.9 = 57 57 * Transition to new API endpoints 58 58 59 = 1.0.9 = 60 * Transition to new API endpoints 61 -
zooza/tags/1.0.9/admin/class-zooza-admin.php
r3140354 r3140565 35 35 * The version of this plugin. 36 36 * 37 * @since 1.0. 837 * @since 1.0.9 38 38 * @access private 39 39 * @var string $version The current version of this plugin. -
zooza/tags/1.0.9/includes/class-zooza.php
r3140354 r3140565 23 23 * version of the plugin. 24 24 * 25 * @since 1.0. 825 * @since 1.0.9 26 26 * @package Zooza 27 27 * @subpackage Zooza/includes … … 52 52 * The current version of the plugin. 53 53 * 54 * @since 1.0. 854 * @since 1.0.9 55 55 * @access protected 56 56 * @var string $version The current version of the plugin. … … 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.0. 8';73 $this->version = '1.0.9'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/tags/1.0.9/public/class-zooza-public.php
r3140354 r3140565 35 35 * The version of this plugin. 36 36 * 37 * @since 1.0. 837 * @since 1.0.9 38 38 * @access private 39 39 * @var string $version The current version of this plugin. -
zooza/tags/1.0.9/zooza.php
r3140354 r3140565 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.0. 819 * Version: 1.0.9 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.0. 8' );38 define( 'ZOOZA_VERSION', '1.0.9' ); 39 39 40 40 /** -
zooza/trunk/README.txt
r3140354 r3140565 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.5.0 7 Stable tag: 1.0. 77 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 * Fix remaining administration exception 55 55 56 = 1.0. 8=56 = 1.0.9 = 57 57 * Transition to new API endpoints 58 58 59 = 1.0.9 = 60 * Transition to new API endpoints 61 -
zooza/trunk/admin/class-zooza-admin.php
r3140354 r3140565 35 35 * The version of this plugin. 36 36 * 37 * @since 1.0. 837 * @since 1.0.9 38 38 * @access private 39 39 * @var string $version The current version of this plugin. -
zooza/trunk/includes/class-zooza.php
r3140354 r3140565 23 23 * version of the plugin. 24 24 * 25 * @since 1.0. 825 * @since 1.0.9 26 26 * @package Zooza 27 27 * @subpackage Zooza/includes … … 52 52 * The current version of the plugin. 53 53 * 54 * @since 1.0. 854 * @since 1.0.9 55 55 * @access protected 56 56 * @var string $version The current version of the plugin. … … 71 71 $this->version = ZOOZA_VERSION; 72 72 } else { 73 $this->version = '1.0. 8';73 $this->version = '1.0.9'; 74 74 } 75 75 $this->plugin_name = 'zooza'; -
zooza/trunk/public/class-zooza-public.php
r3140354 r3140565 35 35 * The version of this plugin. 36 36 * 37 * @since 1.0. 837 * @since 1.0.9 38 38 * @access private 39 39 * @var string $version The current version of this plugin. -
zooza/trunk/zooza.php
r3140354 r3140565 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.0. 819 * Version: 1.0.9 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.0. 8' );38 define( 'ZOOZA_VERSION', '1.0.9' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.