Skip to content

Commit

Permalink
Merge branch 'release/3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 4, 2018
2 parents c638b66 + 9eb25df commit 1826326
Show file tree
Hide file tree
Showing 191 changed files with 6,589 additions and 11,040 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md → CHANGELOG-v2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Craft CMS Changelog
# Release Notes for Craft CMS 2.x

## Unreleased
## 2.6.3014 - 2018-04-04

## Changed
- Renamed the Personal edition to “Solo”.
- Updated Redactor to 2.12.

### Fixed
- Fixed a bug where Rich Text fields weren’t respecting the `toolbarFixed` Redactor config option.
- Fixed a bug where Rich Text fields would not honor the `imageTag` config setting when inserting an image.
- Fixed a bug where the `modifyAssetFilename` hook was being run twice on asset upload. ([#2624](https://github.com/craftcms/cms/issues/2624)

### Security
- The `preventUserEnumeration` config setting is now applied to locked user accounts.
- Fixed a bug where an exception could expose a partial server path in some circumstances.

## 2.6.3013 - 2018-03-23

Expand Down
3,536 changes: 84 additions & 3,452 deletions CHANGELOG-v3.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Learn more about Craft at [craftcms.com](https://craftcms.com).

## How to Install Craft 3

See the Craft 3 documentation for [installation](https://github.com/craftcms/docs/blob/v3/en/installation.md) and [updating](https://github.com/craftcms/docs/blob/v3/en/upgrade.md) instructions.
See the Craft 3 documentation for [installation](https://docs.craftcms.com/v3/installation.html) and [updating](https://docs.craftcms.com/v3/upgrade.html) instructions.

## Resources

#### Official Resources
- [Craft 3 Documentation](https://github.com/craftcms/docs)
- [Craft 3 Documentation](https://docs.craftcms.com/v3/)
- [Craft 3 Class Reference](https://docs.craftcms.com/api/v3/)
- [Craft 3 Plugins](https://plugins.craftcms.com)
- [Demo site](https://demo.craftcms.com/)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.0.0-RC17.1",
"version": "3.0.0",
"keywords": [
"cms",
"craftcms",
Expand Down
2 changes: 1 addition & 1 deletion lib/axios/axios.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/axios/axios.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/bootstrap/js/bootstrap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/d3/d3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/d3/d3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/element-resize-detector/element-resize-detector.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/element-resize-detector/element-resize-detector.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fabric/fabric.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fabric/fabric.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/inputmask/jquery.inputmask.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/inputmask/jquery.inputmask.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery.payment/jquery.payment.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery.payment/jquery.payment.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery/jquery.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/picturefill/picturefill.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/picturefill/picturefill.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/punycode/punycode.js

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

2 changes: 1 addition & 1 deletion lib/punycode/punycode.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/selectize/selectize.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/selectize/selectize.js.map

Large diffs are not rendered by default.

0 comments on commit 1826326

Please sign in to comment.