Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Feb 5, 2018
1 parent 0218e92 commit 4410adc
Show file tree
Hide file tree
Showing 13 changed files with 4,635 additions and 22 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/symphonycms/symphony-2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/symphonycms/symphony-2/?branch=master)

- Version: 2.7.1
- Date: 1st February 2018
- [Release notes](https://www.getsymphony.com/download/releases/version/2.7.1/)
- [Github repository](https://github.com/symphonycms/symphony-2/tree/2.7.1)
- Version: 2.7.2
- Date: 5th February 2018
- [Release notes](https://www.getsymphony.com/download/releases/version/2.7.2/)
- [Github repository](https://github.com/symphonycms/symphony-2/tree/2.7.2)
- [MIT Licence](https://github.com/symphonycms/symphony-2/blob/master/LICENCE)

## Contents
Expand All @@ -26,7 +26,7 @@

## Overview

Symphony is a `PHP` & `MySQL` based CMS that utilises `XML` and `XSLT` as its core technologies. This repository represents version `2.7.1` and is considered stable.
Symphony is a `PHP` & `MySQL` based CMS that utilises `XML` and `XSLT` as its core technologies. This repository represents version `2.7.2` and is considered stable.

Useful places:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symphonycms/symphony-2",
"version": "2.7.1",
"version": "2.7.2",
"description": "Symphony is a PHP & MySQL based CMS that utilises XML and XSLT as its core technologies.",
"homepage": "https://www.getsymphony.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
define('DOCROOT', $clean_path);

// Required boot components
define('VERSION', '2.7.1');
define('VERSION', '2.7.2');
define('INSTALL', DOCROOT . '/install');

// Include autoloader:
Expand Down
2 changes: 1 addition & 1 deletion install/migrations/2.7.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public static function getVersion()

public static function getReleaseNotes()
{
return 'http://getsymphony.com/download/releases/version/2.7.1/';
return 'https://www.getsymphony.com/download/releases/version/2.7.1/';
}
}
14 changes: 14 additions & 0 deletions install/migrations/2.7.2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

class migration_272 extends Migration
{
public static function getVersion()
{
return '2.7.2';
}

public static function getReleaseNotes()
{
return 'https://www.getsymphony.com/download/releases/version/2.7.2/';
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symphonycms",
"version": "2.7.1",
"version": "2.7.2",
"homepage": "https://www.getsymphony.com",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions symphony/assets/css/devkit.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions symphony/assets/css/installer.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions symphony/assets/css/symphony.min.css

Large diffs are not rendered by default.

0 comments on commit 4410adc

Please sign in to comment.