Plugin Directory

Changeset 3444336


Ignore:
Timestamp:
01/21/2026 05:58:59 PM (2 months ago)
Author:
ofredon
Message:

Add bundled French translation (fr_FR) + bump 2.1.5

Location:
oxicat-onboarding-tours/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oxicat-onboarding-tours/trunk/oxicat-onboarding-tours.php

    r3444315 r3444336  
    33 * Plugin Name: Oxicat Onboarding Tours
    44 * Description: Create onboarding tours for WordPress (admin and front-end) with step-by-step tooltips.
    5  * Version: 2.1.4
     5 * Version: 2.1.5
    66 * Author: OXICAT
    77 * Author URI: https://www.oxicat.com/oxicat-onboarding-tours-wordpress-plugin
     
    1313if (!defined('ABSPATH')) { exit; }
    1414
    15 define('OXICONTO_VERSION', '2.1.4');
     15define('OXICONTO_VERSION', '2.1.5');
    1616define('OXICONTO_FILE', __FILE__);
    1717define('OXICONTO_PATH', plugin_dir_path(__FILE__));
  • oxicat-onboarding-tours/trunk/readme.txt

    r3444315 r3444336  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 2.1.4
     6Stable tag: 2.1.5
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626== Changelog ==
     27= 2.1.5 =
     28* Add bundled French translation (fr_FR)
     29
    2730= 2.1.4 =
    2831* Fix: add proper translation template (.pot)
Note: See TracChangeset for help on using the changeset viewer.