Skip to content

Commit

Permalink
Merge pull request #94 from nebojsatomic/25.01
Browse files Browse the repository at this point in the history
Set version 25.01
  • Loading branch information
nebojsatomic authored Jan 29, 2025
2 parents e987ee7 + 7ee4657 commit 5cf9f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NetActionController extends Zend_Controller_Action
protected $_cacheEnabled = 1;
protected $_commentsAuto = 1;//should comments be auto added to each page or manual(0) - if there is no value from settings table, this is used
protected $_insideContentArea = true;//if objects should be absolute(false), or inside the content area only(true)
protected $_version = "Ver. 24.12";
protected $_version = "Ver. 25.01";
protected $_translateCreator;
protected $_translate = null;
protected $translator = null;
Expand Down

0 comments on commit 5cf9f53

Please sign in to comment.