Skip to content

Commit a1b7b02

Browse files
authored
Merge pull request #186 from nebojsatomic/25.11
Release for November 2025
2 parents f1300ce + 2a5a361 commit a1b7b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.10
1+
25.11

src/legacy/dev-application/controllers/NeTFramework/NetActionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class NetActionController extends Zend_Controller_Action
5454
protected $_cacheEnabled = 1;
5555
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
5656
protected $_insideContentArea = true;//if objects should be absolute(false), or inside the content area only(true)
57-
protected $_version = "Ver. 25.10";
57+
protected $_version = "Ver. 25.11";
5858
protected $_translateCreator;
5959
protected $_translate = null;
6060
protected $translator = null;

0 commit comments

Comments
 (0)