Changeset 2461447
- Timestamp:
- 01/23/2021 01:45:34 PM (5 years ago)
- Location:
- bestbooks/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
bestbooks.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bestbooks/trunk/README.md
r2450065 r2461447 8 8 Requires at least: 2.9 9 9 Tested up to: 5.6 10 Stable tag: 2.3. 610 Stable tag: 2.3.7 11 11 12 12 Provides an accounting application framework for wordpress. … … 163 163 164 164 # Changelog 165 = 2.3.7= 166 * Fixed Ledger::alertTable not found error, to Ledger::alterTable 167 165 168 = 2.3.6= 166 169 * Modify table id column from tinyint to full int -
bestbooks/trunk/bestbooks.php
r2450065 r2461447 4 4 Plugin URI: http://wordpress.org/plugins/bestbooks/ 5 5 Description: The popular accounting framework 6 Version: 2.3. 66 Version: 2.3.7 7 7 Author: PressPage Entertainment Inc DBA PINGLEWARE 8 8 Author URI: https://pingleware.work … … 82 82 Journal::alterTable(); 83 83 ChartOfAccounts::alterTable(); 84 Ledger::al ertTable();84 Ledger::alterTable(); 85 85 Journal::alterTable(); 86 86 } // endif of is_admin() -
bestbooks/trunk/readme.txt
r2450065 r2461447 6 6 Requires at least: 2.9 7 7 Tested up to: 5.6 8 Stable tag: 2.3. 68 Stable tag: 2.3.7 9 9 10 10 Provides an accounting application framework for wordpress. … … 159 159 160 160 == Changelog == 161 = 2.3.7= 162 * Fixed Ledger::alertTable not found error, to Ledger::alterTable 163 161 164 = 2.3.6= 162 165 * Modify table id column from tinyint to full int
Note: See TracChangeset
for help on using the changeset viewer.