Changeset 3444336
- Timestamp:
- 01/21/2026 05:58:59 PM (2 months ago)
- Location:
- oxicat-onboarding-tours/trunk
- Files:
-
- 2 edited
-
oxicat-onboarding-tours.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oxicat-onboarding-tours/trunk/oxicat-onboarding-tours.php
r3444315 r3444336 3 3 * Plugin Name: Oxicat Onboarding Tours 4 4 * Description: Create onboarding tours for WordPress (admin and front-end) with step-by-step tooltips. 5 * Version: 2.1. 45 * Version: 2.1.5 6 6 * Author: OXICAT 7 7 * Author URI: https://www.oxicat.com/oxicat-onboarding-tours-wordpress-plugin … … 13 13 if (!defined('ABSPATH')) { exit; } 14 14 15 define('OXICONTO_VERSION', '2.1. 4');15 define('OXICONTO_VERSION', '2.1.5'); 16 16 define('OXICONTO_FILE', __FILE__); 17 17 define('OXICONTO_PATH', plugin_dir_path(__FILE__)); -
oxicat-onboarding-tours/trunk/readme.txt
r3444315 r3444336 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 2.1. 46 Stable tag: 2.1.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 = 2.1.5 = 28 * Add bundled French translation (fr_FR) 29 27 30 = 2.1.4 = 28 31 * Fix: add proper translation template (.pot)
Note: See TracChangeset
for help on using the changeset viewer.