Plugin Directory

Changeset 3469453


Ignore:
Timestamp:
02/25/2026 01:03:53 PM (5 weeks ago)
Author:
adsimple
Message:

Bump version to 1.1.1 - Translation fixes (ro_RO, nl_NL)

Location:
chatreact/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chatreact/trunk/chatreact.php

    r3468481 r3469453  
    44 * Plugin URI:        https://www.chatreact.ai/docs/de/wordpress
    55 * Description:       Embed AI-powered chat widgets, contact forms, and FAQ accordions on your WordPress site.
    6  * Version:           1.1.0
     6 * Version:           1.1.1
    77 * Requires at least: 5.8
    88 * Requires PHP:      7.4
     
    2121
    2222// Plugin constants
    23 define( 'CHATREACT_VERSION', '1.1.0' );
     23define( 'CHATREACT_VERSION', '1.1.1' );
    2424define( 'CHATREACT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'CHATREACT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • chatreact/trunk/languages/chatreact.pot

    r3468481 r3469453  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ChatReact 1.1.0\n"
     5"Project-Id-Version: ChatReact 1.1.1\n"
    66"Report-Msgid-Bugs-To: https://chatreact.ai/support\n"
    77"POT-Creation-Date: 2026-01-31T00:00:00+00:00\n"
  • chatreact/trunk/readme.txt

    r3468508 r3469453  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    168168
    169169== 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
    170175
    171176= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.