Plugin Directory

Changeset 2461447


Ignore:
Timestamp:
01/23/2021 01:45:34 PM (5 years ago)
Author:
phkcorp2005
Message:

fixed Ledger:alertTable to Ledger::alterTable not found error

Location:
bestbooks/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bestbooks/trunk/README.md

    r2450065 r2461447  
    88Requires at least: 2.9
    99Tested up to: 5.6
    10 Stable tag: 2.3.6
     10Stable tag: 2.3.7
    1111
    1212Provides an accounting application framework for wordpress.
     
    163163
    164164# Changelog
     165= 2.3.7=
     166* Fixed Ledger::alertTable not found error, to Ledger::alterTable
     167
    165168= 2.3.6=
    166169* Modify table id column from tinyint to full int
  • bestbooks/trunk/bestbooks.php

    r2450065 r2461447  
    44Plugin URI: http://wordpress.org/plugins/bestbooks/
    55Description: The popular accounting framework
    6 Version: 2.3.6
     6Version: 2.3.7
    77Author: PressPage Entertainment Inc DBA PINGLEWARE
    88Author URI: https://pingleware.work
     
    8282        Journal::alterTable();
    8383        ChartOfAccounts::alterTable();
    84         Ledger::alertTable();
     84        Ledger::alterTable();
    8585        Journal::alterTable();
    8686    } // endif of is_admin()
  • bestbooks/trunk/readme.txt

    r2450065 r2461447  
    66Requires at least: 2.9
    77Tested up to: 5.6
    8 Stable tag: 2.3.6
     8Stable tag: 2.3.7
    99
    1010Provides an accounting application framework for wordpress.
     
    159159
    160160== Changelog ==
     161= 2.3.7=
     162* Fixed Ledger::alertTable not found error, to Ledger::alterTable
     163
    161164= 2.3.6=
    162165* Modify table id column from tinyint to full int
Note: See TracChangeset for help on using the changeset viewer.