Plugin Directory

Changeset 3187905


Ignore:
Timestamp:
11/13/2024 05:15:05 PM (17 months ago)
Author:
laith3
Message:

Tagging version 1.0.5 for compatibility with WordPress 6.7

Location:
tradejournal/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tradejournal/trunk/readme.txt

    r3186730 r3187905  
    33Tags: trade journal, trading, NinjaTrader, csv import, trading platform
    44Requires at least: 5.0
    5 Tested up to: 6.6
    6 Stable tag: 1.0.4
     5Tested up to: 6.7
     6Stable tag: 1.0.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7272== Changelog ==
    7373
     74= 1.0.5 =
     75- Confirmed compatibility with WordPress 6.7.
     76- Fixed directory structure issue for correct release on WordPress Plugin Directory.
     77
    7478= 1.0.4 =
    7579- Fixed nonce verification issue in trade form.
     
    116120== Upgrade Notice ==
    117121
     122= 1.0.5 =
     123- Compatibility update for WordPress 6.7. Recommended for all users to ensure plugin stability with the latest WordPress version.
     124
    118125= 1.0.4 =
    119126- Security update: Improved nonce verification and input sanitization for trades data.
  • tradejournal/trunk/tradejournal.php

    r3185259 r3187905  
    33Plugin Name: TradeJournal WP
    44Description: TradeJournal WP imports trades from NinjaTrader CSV files, creating detailed journal entries for each trading day. Includes trade management, P&L calculation, responsive tables, lightbox for screenshots, and compatibility with custom post types and block-based themes. Track performance, analyze setups, and organize screenshots easily within WordPress.
    5 Version: 1.0.4
     5Version: 1.0.5
    66Author: Laith Sinawi
    77Author URI: https://sinawiwebdesign.com
    88License: GPL2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 Tested up to: 6.6
     10Tested up to: 6.7
    1111*/
    1212
Note: See TracChangeset for help on using the changeset viewer.