Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Bump rewrite code version to reflect new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Gamble committed Nov 16, 2015
1 parent 1ac0401 commit 4812ef5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

abstract class BL_CustomGrid_Model_Grid_Rewriter_Abstract extends BL_CustomGrid_Object
{
const REWRITE_CODE_VERSION = 3; // bump this value when significant changes are made to the rewriting code
const REWRITE_CODE_VERSION = 4; // bump this value when significant changes are made to the rewriting code

/**
* Return the fixed base of the rewriting class names used by the extension
Expand Down

0 comments on commit 4812ef5

Please sign in to comment.