Skip to content

Commit

Permalink
Prepared the 4.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 22, 2015
1 parent e006bf8 commit 0486efb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Easybook/DependencyInjection/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class Application extends \Pimple
{
const VERSION = '5.0-DEV';
const VERSION = '4.9.0';

public function __construct()
{
Expand Down Expand Up @@ -328,7 +328,7 @@ public function getTitle($element)
* Renders any string as a Twig template. It automatically injects two global
* variables called 'book' and 'edition', which offer direct access to any
* book or edition configuration option.
*
*
* @param string $string The original content to render
* @param array $variables Optional variables passed to the template
*
Expand All @@ -353,7 +353,7 @@ public function renderString($string, $variables = array())

/**
* Renders any template (currently only supports Twig templates).
*
*
* @param string $template The template name (it can include a namespace)
* @param array $variables Optional variables passed to the template
* @param string $targetFile Optional output file path. If set, the rendered
Expand Down Expand Up @@ -471,7 +471,7 @@ public function getCustomCoverImage()
/**
* Looks for a file in several paths and it returns the absolute filepath
* of the first file occurrence or null if no file is found in those paths.
*
*
* @param array $file The name of the file to look for
* @param array $paths The paths where the file can exist
*
Expand Down

0 comments on commit 0486efb

Please sign in to comment.