File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function getName()
1010
1111 public function getVersion ()
1212 {
13- return '0.5.1 ' ;
13+ return '0.5.2 ' ;
1414 }
1515
1616 public function getDeveloper ()
@@ -27,8 +27,8 @@ public function hasCpSection()
2727 {
2828 return true ;
2929 }
30-
31- public function addTwigExtension ()
30+
31+ public function addTwigExtension ()
3232 {
3333 Craft::import ('plugins.postmaster.twigextensions.PostmasterTwigExtension ' );
3434
@@ -58,7 +58,7 @@ public function registerSiteRoutes()
5858
5959 return $ routes ;
6060 }
61-
61+
6262 public function registerCpRoutes ()
6363 {
6464 $ routes = array (
@@ -85,7 +85,7 @@ public function registerCpRoutes()
8585
8686 return $ routes ;
8787 }
88-
88+
8989 public function init ()
9090 {
9191 require_once 'autoload.php ' ;
@@ -109,4 +109,4 @@ public function init()
109109 }
110110 });
111111 }
112- }
112+ }
You can’t perform that action at this time.
0 commit comments