Skip to content

Commit

Permalink
update 1.1.12 to 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Oct 25, 2019
1 parent 2b73161 commit 10b241d
Show file tree
Hide file tree
Showing 241 changed files with 17,051 additions and 53,235 deletions.
40 changes: 40 additions & 0 deletions update/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
config/*
vendor/*
userfiles/language/
userfiles/css/
userfiles/media/*
userfiles/export/*
userfiles/import/*
userfiles/cache/*
userfiles/templates/liteness
userfiles/templates/dream
userfiles/templates/bricksite
storage/cache/*
cache/.htaccess
cache/*
old_mw/
phpinfo.php
.idea
.settings
.env
dwsync.xml
/userfiles/backup
/config/app.php
/config/database.php
/storage
/storage/.gitignore
/storage/.htaccess
/storage/app/.gitignore
/storage/framework/.gitignore
/storage/framework/cache/.gitignore
/storage/framework/sessions/.gitignore
/storage/framework/views/.gitignore
/storage/logs/.gitignore
/userfiles/img
/userfiles/install_log.txt
/userfiles/mw_content.json
/userfiles/install_item_log.txt
node_modules/
/userfiles/mw_content.json
/.settings
/.project
19 changes: 15 additions & 4 deletions update/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [1.1.13] - 2019-10-25
- Fixes on mw.dialog
- Fixes on Custom fields
- Fixes on Calendar module in Live Edit mode
- Fixes on Modal mw.tools.modal.get(...) is not a function when in mw.dialog
- Fixes on Testimonials module select image does not work
- Fixes on UI in RTL languages
- Fixes on Import from CSV
- Other fixes
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.12...1.1.13 "")


## [1.1.12] - 2019-10-10
- Various live edit fixes
- cannot save "edit as HTML"
Expand Down Expand Up @@ -43,6 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Other fixes
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.10...1.1.11 "")


## [1.1.10] - 2019-08-02
- Various live edit fixes
- Fixes on the new modal window
Expand Down Expand Up @@ -88,7 +102,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.7...1.1.8 "")



## [1.1.7] - 2019-06-21
- Icons for "Live Edit" sidebar
- Visual editor bug fixes and impovememnts like padding editor, erc
Expand All @@ -105,7 +118,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.6...1.1.7 "")



## [1.1.6] - 2019-05-21
- Module presets fix
- fix UI alignment of buttons
Expand All @@ -123,7 +135,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.5...1.1.6 "")



## [1.1.5] - 2019-05-02
- Sometimes the Dragging on Layouts doesn't work
- Fix flicking of handles
Expand Down Expand Up @@ -168,13 +179,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [see all changes....](https://github.com/microweber/microweber/compare/1.1.2...1.1.3 "")



## [1.1.2.1] - 2018-12-14
- Maintenance release
- Some fixes on the live edit
- Custom CSS editor now saves properly
- Added compatibility with Gramarly and Naptha browser plugins


## [1.1.2] - 2018-12-06
- Major update
- Many overall system improvements
Expand Down
100 changes: 100 additions & 0 deletions update/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"name": "microweber/microweber",
"type": "application",
"description": "New generation CMS with drag and drop",
"keywords": [
"cms",
"drag and drop",
"shop",
"blog",
"framework",
"laravel"
],
"repositories": [
{
"type": "composer",
"url": "https://packages.microweberapi.com/"
}, {
"type": "composer",
"url": "https://private-packages.microweberapi.com/"
}
],
"require": {
"composer/composer": "v1.8.5",
"composer/installers": "1.*",
"laravel/framework": "5.4.*",
"illuminate/contracts": "5.4.*",
"guzzlehttp/guzzle": "~6.0",
"laravel/socialite": "3.0.2",
"socialiteproviders/linkedin": "*",
"illuminate/support": "5.4.*",
"symfony/http-foundation": "3.4.*",
"vlucas/phpdotenv": "2.2",
"rcrowe/twigbridge": "^0.9.6",
"graham-campbell/markdown": "7.1.x-dev",
"keboola/csv": "1.1.*",
"league/omnipay": "2.*",
"omnipay/stripe": "~2.0",
"omnipay/paypal": "~2.0",
"omnipay/mollie": "3.*",
"ramsey/uuid": "3.0",
"paragonie/random_compat": "1.*",
"coduo/php-humanizer": "2.0.*",
"omnipay/common": "*",
"league/csv": "^7.2",
"giggsey/libphonenumber-for-php": "^7.6",
"laravelcollective/html": "5.4.*",
"ezyang/htmlpurifier": "^4.8",
"jeremeamia/superclosure": "2.*",
"arcanedev/seo-helper": "1.2",
"intervention/image": "^2.3",
"knplabs/knp-menu": "^2.2",
"jenssegers/agent": "~2.1",
"geoip2/geoip2": "~2.0",
"dompdf/dompdf": "0.8.2",
"nikic/php-parser": "3.1.5",
"doctrine/dbal": "2.5.3",
"microweber-templates/dream": "dev-master",
"microweber-templates/liteness": "dev-master",
"microweber-deps/recurr": "~3.1",
"microweber-deps/laravel-tagging": "~2.2",
"oyejorge/less.php": "1.*",
"aws/aws-sdk-php": "^3.0",
"mailerlite/mailerlite-api-v2-php-sdk": "*",
"finlet/flexmail": "*",
"phpoffice/phpspreadsheet": "*",
"nwidart/laravel-modules": "^1.27"
},
"require-dev": {
"fzaninotto/faker": "^1.9"
},
"autoload": {
"psr-4": {
"": "src/",
"App\\": "app/"
}
},
"scripts": {
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist",
"platform": {
"php": "5.6.4"
},
"github-protocols": [
"https",
"http",
"git"
]
},
"minimum-stability": "dev",
"homepage": "http://microweber.com",
"license": "MIT",
"support": {
"email": "[email protected]",
"irc": "irc://irc.freenode.org/microweber"
}
}
Loading

0 comments on commit 10b241d

Please sign in to comment.