Plugin Directory

Changeset 3140565


Ignore:
Timestamp:
08/23/2024 08:47:38 PM (20 months ago)
Author:
zooza
Message:

Update to version 1.0.9 from GitHub

Location:
zooza
Files:
10 edited
1 copied

Legend:

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

    r3140354 r3140565  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454* Fix remaining administration exception
    5555
    56 = 1.0.8 =
     56= 1.0.9 =
    5757* Transition to new API endpoints
    5858
     59= 1.0.9 =
     60* Transition to new API endpoints
     61
  • zooza/tags/1.0.9/admin/class-zooza-admin.php

    r3140354 r3140565  
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.0.8
     37     * @since    1.0.9
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
  • zooza/tags/1.0.9/includes/class-zooza.php

    r3140354 r3140565  
    2323 * version of the plugin.
    2424 *
    25  * @since      1.0.8
     25 * @since      1.0.9
    2626 * @package    Zooza
    2727 * @subpackage Zooza/includes
     
    5252     * The current version of the plugin.
    5353     *
    54      * @since    1.0.8
     54     * @since    1.0.9
    5555     * @access   protected
    5656     * @var      string    $version    The current version of the plugin.
     
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.0.8';
     73            $this->version = '1.0.9';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/tags/1.0.9/public/class-zooza-public.php

    r3140354 r3140565  
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.0.8
     37     * @since    1.0.9
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
  • zooza/tags/1.0.9/zooza.php

    r3140354 r3140565  
    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.0.8
     19 * Version:           1.0.9
    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.0.8' );
     38define( 'ZOOZA_VERSION', '1.0.9' );
    3939
    4040/**
  • zooza/trunk/README.txt

    r3140354 r3140565  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.0
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454* Fix remaining administration exception
    5555
    56 = 1.0.8 =
     56= 1.0.9 =
    5757* Transition to new API endpoints
    5858
     59= 1.0.9 =
     60* Transition to new API endpoints
     61
  • zooza/trunk/admin/class-zooza-admin.php

    r3140354 r3140565  
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.0.8
     37     * @since    1.0.9
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
  • zooza/trunk/includes/class-zooza.php

    r3140354 r3140565  
    2323 * version of the plugin.
    2424 *
    25  * @since      1.0.8
     25 * @since      1.0.9
    2626 * @package    Zooza
    2727 * @subpackage Zooza/includes
     
    5252     * The current version of the plugin.
    5353     *
    54      * @since    1.0.8
     54     * @since    1.0.9
    5555     * @access   protected
    5656     * @var      string    $version    The current version of the plugin.
     
    7171            $this->version = ZOOZA_VERSION;
    7272        } else {
    73             $this->version = '1.0.8';
     73            $this->version = '1.0.9';
    7474        }
    7575        $this->plugin_name = 'zooza';
  • zooza/trunk/public/class-zooza-public.php

    r3140354 r3140565  
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.0.8
     37     * @since    1.0.9
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
  • zooza/trunk/zooza.php

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