Plugin Directory

Changeset 3485663


Ignore:
Timestamp:
03/18/2026 12:26:08 PM (2 weeks ago)
Author:
inqiro
Message:

Release 1.0.2 - fix version constant

Location:
inqiro
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • inqiro/tags/1.0.2/inqiro.php

    r3485656 r3485663  
    44 * Plugin URI: https://inqiro.de
    55 * Description: Der KI-Chatbot, der deine Website kennt. Installieren. Aktivieren. Fertig.
    6  * Version: 1.0.0
     6 * Version: 1.0.2
    77 * Author: Thorsten Kötzsch
    88 * Author URI: https://thorstenkoetzsch.de
     
    1818}
    1919
    20 define( 'INQIRO_VERSION', '1.0.1' );
     20define( 'INQIRO_VERSION', '1.0.2' );
    2121define( 'INQIRO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'INQIRO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • inqiro/tags/1.0.2/readme-de.txt

    r3485656 r3485663  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    157157== Changelog ==
    158158
     159= 1.0.2 =
     160* Fix version Konstante.
     161
    159162= 1.0.1 =
    160163* CSS-Verbesserungen am Chat-Widget.
  • inqiro/tags/1.0.2/readme.txt

    r3485656 r3485663  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    156156== Changelog ==
    157157
     158= 1.0.2 =
     159* Fix version constant.
     160
    158161= 1.0.1 =
    159162* CSS improvements for the chat widget.
  • inqiro/trunk/inqiro.php

    r3485656 r3485663  
    44 * Plugin URI: https://inqiro.de
    55 * Description: Der KI-Chatbot, der deine Website kennt. Installieren. Aktivieren. Fertig.
    6  * Version: 1.0.0
     6 * Version: 1.0.2
    77 * Author: Thorsten Kötzsch
    88 * Author URI: https://thorstenkoetzsch.de
     
    1818}
    1919
    20 define( 'INQIRO_VERSION', '1.0.1' );
     20define( 'INQIRO_VERSION', '1.0.2' );
    2121define( 'INQIRO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'INQIRO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • inqiro/trunk/readme-de.txt

    r3485656 r3485663  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    157157== Changelog ==
    158158
     159= 1.0.2 =
     160* Fix version Konstante.
     161
    159162= 1.0.1 =
    160163* CSS-Verbesserungen am Chat-Widget.
  • inqiro/trunk/readme.txt

    r3485656 r3485663  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    156156== Changelog ==
    157157
     158= 1.0.2 =
     159* Fix version constant.
     160
    158161= 1.0.1 =
    159162* CSS improvements for the chat widget.
Note: See TracChangeset for help on using the changeset viewer.