Changeset 3187905
- Timestamp:
- 11/13/2024 05:15:05 PM (17 months ago)
- Location:
- tradejournal/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
tradejournal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tradejournal/trunk/readme.txt
r3186730 r3187905 3 3 Tags: trade journal, trading, NinjaTrader, csv import, trading platform 4 4 Requires at least: 5.0 5 Tested up to: 6. 66 Stable tag: 1.0. 45 Tested up to: 6.7 6 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 72 72 == Changelog == 73 73 74 = 1.0.5 = 75 - Confirmed compatibility with WordPress 6.7. 76 - Fixed directory structure issue for correct release on WordPress Plugin Directory. 77 74 78 = 1.0.4 = 75 79 - Fixed nonce verification issue in trade form. … … 116 120 == Upgrade Notice == 117 121 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 118 125 = 1.0.4 = 119 126 - Security update: Improved nonce verification and input sanitization for trades data. -
tradejournal/trunk/tradejournal.php
r3185259 r3187905 3 3 Plugin Name: TradeJournal WP 4 4 Description: 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. 45 Version: 1.0.5 6 6 Author: Laith Sinawi 7 7 Author URI: https://sinawiwebdesign.com 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Tested up to: 6. 610 Tested up to: 6.7 11 11 */ 12 12
Note: See TracChangeset
for help on using the changeset viewer.