mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
Prepare 3.1.31-dev
This commit is contained in:
@@ -18,7 +18,7 @@ before_script:
|
|||||||
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone --depth=50 --branch v3.1.30 git://github.com/smarty-php/smarty-phpunit.git
|
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd smarty-phpunit
|
- cd smarty-phpunit
|
||||||
|
@@ -1,4 +1,7 @@
|
|||||||
===== 3.1.30 ===== (07.08.2016)
|
===== 3.1.31-dev ===== (xx.xx.xx)
|
||||||
|
|
||||||
|
|
||||||
|
===== 3.1.30 ===== (07.08.2016)
|
||||||
|
|
||||||
07.08.2016
|
07.08.2016
|
||||||
- bugfix update of 04.08.2016 was incomplete
|
- bugfix update of 04.08.2016 was incomplete
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @version 3.1.30
|
* @version 3.1.31-dev
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -121,7 +121,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
|||||||
/**
|
/**
|
||||||
* smarty version
|
* smarty version
|
||||||
*/
|
*/
|
||||||
const SMARTY_VERSION = '3.1.30';
|
const SMARTY_VERSION = '3.1.31-dev/1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* define variable scopes
|
* define variable scopes
|
||||||
|
Reference in New Issue
Block a user