Changeset 3469453
- Timestamp:
- 02/25/2026 01:03:53 PM (5 weeks ago)
- Location:
- chatreact/trunk
- Files:
-
- 3 edited
-
chatreact.php (modified) (2 diffs)
-
languages/chatreact.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chatreact/trunk/chatreact.php
r3468481 r3469453 4 4 * Plugin URI: https://www.chatreact.ai/docs/de/wordpress 5 5 * Description: Embed AI-powered chat widgets, contact forms, and FAQ accordions on your WordPress site. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 21 21 22 22 // Plugin constants 23 define( 'CHATREACT_VERSION', '1.1. 0' );23 define( 'CHATREACT_VERSION', '1.1.1' ); 24 24 define( 'CHATREACT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'CHATREACT_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
chatreact/trunk/languages/chatreact.pot
r3468481 r3469453 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ChatReact 1.1. 0\n"5 "Project-Id-Version: ChatReact 1.1.1\n" 6 6 "Report-Msgid-Bugs-To: https://chatreact.ai/support\n" 7 7 "POT-Creation-Date: 2026-01-31T00:00:00+00:00\n" -
chatreact/trunk/readme.txt
r3468508 r3469453 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 168 168 169 169 == Changelog == 170 171 = 1.1.1 = 172 * Fixed: Romanian translation updated to use WordPress glossary term "piesă" instead of "widget" 173 * Fixed: Dutch translation updated to use informal address (je/jouw) per WordPress NL style guide 174 * Added: Missing translations for Integration tab in Romanian and Dutch 170 175 171 176 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.