Skip to content

Commit

Permalink
SkeekS CMS 3.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 28, 2017
1 parent 67c79e9 commit 460b3aa
Show file tree
Hide file tree
Showing 16 changed files with 325 additions and 309 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ composer.phar
# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
/phpunit.xml

/console/runtime
/common/runtime
/frontend/runtime
/frontend/web/assets
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Процесс разработки.
==============

3.0.1
-----------------
* SkeekS CMS 3.2.2.1

3.0.1
-----------------
* SkeekS CMS 3.1.8
Expand Down
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
Base app on SkeekS CMS (Yii2)
================

[![skeeks!](http://en.cms.skeeks.com/uploads/all/35/fd/33/35fd33aa306823dbaf53a0142d43b3fa.png)](http://en.cms.skeeks.com)
[![skeeks!](https://cms.skeeks.com/uploads/all/35/fd/33/35fd33aa306823dbaf53a0142d43b3fa.png)](http://cms.skeeks.com)

##Links
* [Web site](http://en.cms.skeeks.com)
* [Web site (rus)](http://cms.skeeks.com)
* [Author](http://skeeks.com)
##Links*

* [Web site (SkeekS CMS)](https://cms.skeeks.com)
* [Docs (SkeekS CMS)](https://cms.skeeks.com/docs)
* [Author](https://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms/blob/master/CHANGELOG.md)

##Install

* [http://en.cms.skeeks.com/docs/install/installation-on-linux](http://en.cms.skeeks.com/docs/install/installation-on-linux)
* [http://marketplace.cms.skeeks.com/solutions/gotovyie-saytyi/191-korporativnyiy-sayt-skeeks_app-basic](http://marketplace.cms.skeeks.com/solutions/gotovyie-saytyi/191-korporativnyiy-sayt-skeeks_app-basic)

```bash
# Download latest version of composer
php -r "readfile('https://getcomposer.org/installer');" | php
Expand All @@ -40,17 +38,15 @@ php yii dbDumper/mysql/restore


##Demo
* [http://marketplace.cms.skeeks.com/solutions/gotovyie-saytyi/191-korporativnyiy-sayt-skeeks_app-basic](http://marketplace.cms.skeeks.com/solutions/gotovyie-saytyi/191-korporativnyiy-sayt-skeeks_app-basic)

##Screenshots
[![skeeks!](http://marketplace.cms.skeeks.com/uploads/all/11/46/fc/1146fc43f1f4663a70b9d1101e550863.png)](http://en.cms.skeeks.com)


##Screenshots
[![skeeks!](https://cms.skeeks.com/uploads/all/11/46/fc/1146fc43f1f4663a70b9d1101e550863.png)](http://cms.skeeks.com)


___

> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](http://skeeks.com)
<i>SkeekS CMS (Yii2) — quickly, easily and effectively!</i>
[skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)
> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](https://skeeks.com)
<i>SkeekS CMS (Yii2) — quickly, easily and effectively!</i>
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions common/config/.gitignore

This file was deleted.

86 changes: 0 additions & 86 deletions common/config/models.php

This file was deleted.

2 changes: 0 additions & 2 deletions common/runtime/.gitignore

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "skeeks/app-basic",
"description": "Base app on SkeekS CMS (Yii2)",
"keywords": ["framework", "cms", "skeeks", "sx", "app", "yii2"],
"homepage": "http://cms.skeeks.com",
"homepage": "https://cms.skeeks.com",
"type": "project",
"license": "GPL-3.0+",
"support": {
"issues": "http://cms.skeeks.com",
"docs": "http://en.cms.skeeks.com/docs",
"issues": "https://cms.skeeks.com",
"docs": "https://cms.skeeks.com/docs",
"source": "https://github.com/skeeks-cms/app-basic"
},
"authors": [
Expand Down
Loading

0 comments on commit 460b3aa

Please sign in to comment.