Skip to content

Commit 6e53a42

Browse files
authored
Merge pull request #179 from nebojsatomic/25.10
Set version 25.10
2 parents d78a99f + b023ab9 commit 6e53a42

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.version

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

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.09";
57+
protected $_version = "Ver. 25.10";
5858
protected $_translateCreator;
5959
protected $_translate = null;
6060
protected $translator = null;

src/tailwind.input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "tailwindcss";
2+
@plugin "@tailwindcss/typography";
23

34
@plugin "daisyui" {
45
themes: nord, retro, valentine, light, dark, dim, night;

0 commit comments

Comments
 (0)