Changeset 3485663
- Timestamp:
- 03/18/2026 12:26:08 PM (2 weeks ago)
- Location:
- inqiro
- Files:
-
- 3 edited
- 10 copied
-
tags/1.0.2 (copied) (copied from inqiro/trunk)
-
tags/1.0.2/assets (copied) (copied from inqiro/trunk/assets)
-
tags/1.0.2/assets/css/widget.css (copied) (copied from inqiro/trunk/assets/css/widget.css)
-
tags/1.0.2/includes (copied) (copied from inqiro/trunk/includes)
-
tags/1.0.2/inqiro.php (copied) (copied from inqiro/trunk/inqiro.php) (2 diffs)
-
tags/1.0.2/languages (copied) (copied from inqiro/trunk/languages)
-
tags/1.0.2/readme-de.txt (copied) (copied from inqiro/trunk/readme-de.txt) (2 diffs)
-
tags/1.0.2/readme.txt (copied) (copied from inqiro/trunk/readme.txt) (2 diffs)
-
tags/1.0.2/templates (copied) (copied from inqiro/trunk/templates)
-
tags/1.0.2/uninstall.php (copied) (copied from inqiro/trunk/uninstall.php)
-
trunk/inqiro.php (modified) (2 diffs)
-
trunk/readme-de.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inqiro/tags/1.0.2/inqiro.php
r3485656 r3485663 4 4 * Plugin URI: https://inqiro.de 5 5 * Description: Der KI-Chatbot, der deine Website kennt. Installieren. Aktivieren. Fertig. 6 * Version: 1.0. 06 * Version: 1.0.2 7 7 * Author: Thorsten Kötzsch 8 8 * Author URI: https://thorstenkoetzsch.de … … 18 18 } 19 19 20 define( 'INQIRO_VERSION', '1.0. 1' );20 define( 'INQIRO_VERSION', '1.0.2' ); 21 21 define( 'INQIRO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'INQIRO_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
inqiro/tags/1.0.2/readme-de.txt
r3485656 r3485663 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 157 157 == Changelog == 158 158 159 = 1.0.2 = 160 * Fix version Konstante. 161 159 162 = 1.0.1 = 160 163 * CSS-Verbesserungen am Chat-Widget. -
inqiro/tags/1.0.2/readme.txt
r3485656 r3485663 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 156 156 == Changelog == 157 157 158 = 1.0.2 = 159 * Fix version constant. 160 158 161 = 1.0.1 = 159 162 * CSS improvements for the chat widget. -
inqiro/trunk/inqiro.php
r3485656 r3485663 4 4 * Plugin URI: https://inqiro.de 5 5 * Description: Der KI-Chatbot, der deine Website kennt. Installieren. Aktivieren. Fertig. 6 * Version: 1.0. 06 * Version: 1.0.2 7 7 * Author: Thorsten Kötzsch 8 8 * Author URI: https://thorstenkoetzsch.de … … 18 18 } 19 19 20 define( 'INQIRO_VERSION', '1.0. 1' );20 define( 'INQIRO_VERSION', '1.0.2' ); 21 21 define( 'INQIRO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'INQIRO_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
inqiro/trunk/readme-de.txt
r3485656 r3485663 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 157 157 == Changelog == 158 158 159 = 1.0.2 = 160 * Fix version Konstante. 161 159 162 = 1.0.1 = 160 163 * CSS-Verbesserungen am Chat-Widget. -
inqiro/trunk/readme.txt
r3485656 r3485663 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 156 156 == Changelog == 157 157 158 = 1.0.2 = 159 * Fix version constant. 160 158 161 = 1.0.1 = 159 162 * CSS improvements for the chat widget.
Note: See TracChangeset
for help on using the changeset viewer.