Skip to content

Commit

Permalink
Fred 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Nov 12, 2020
1 parent 1d03fa3 commit abf9c30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "fred",
"description": "Frontend Editor",
"author": "John Peca",
"version": "1.2.0-pl",
"version": "1.2.1-pl",
"package": {
"menus": [
{
Expand Down
25 changes: 1 addition & 24 deletions core/components/fred/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
Changelog for Fred

## New in 1.2
- Theme designers can limit Elements, Blueprints, and their categories to specific MODX Templates
- Element and Blueprint screenshots are now handled via drag & drop, pasting from the clipboard, or uploading in your browser
- A `logout_url` system setting to specify a URL to use with front-end logins
- A keyboard shortcut to disable Fred (cmd/ctrl + shift + f)
- All Templates in Fred categories are now included when building Themes for distribution, even ones not specifically Fred-enabled
- Lexicon support for Element titles and descriptions for multi-language Themes
- Open the sidebar by default with the `sidebar_open` system setting (closable)
- Always have the sidebar open via a `force_sidebar` system setting
## Bug Fixes & Updates
- The Theme filter now persists across Manager page loads for Theme designers working on multiple themes in a single installation
- Exclude the `_data` directory inside the themes folder when building Themes
- Old screenshots are now deleted when replacing them for Elements or Blueprints
- Fixed a bug that prevented Template categories from being included in Themes
- Updated mobile screen sizes when Previewing Fred content
- MODX tags in forms were improperly encoded when saving in the Manager
- Fred no longer loads on Weblinks or Symlinks
- RTE configuration names with non-alphanumeric characters no longer show errors on the front-end
- Preserve new lines when pasting content
- Fixed rendering `{{template.theme_dir}}` when Previewing Fred content
- Fixed the Cancel button in Element settings to actually cancel changes without saving
- Users without Manager access no longer see the View in Manager menu item
Fred 1.2.1 fixes an annoying issue where all Elements appeared in all categories. While great for making sure you know what all your options are, we concur with the bug reporter that, indeed, it's a bit overzealous. You can find the other new additions and bug fixes in the original [1.2 release announcement](https://github.com/modxcms/fred/releases/tag/1.2.0-pl).
2 changes: 1 addition & 1 deletion core/components/fred/docs/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---------------------------------------
Fred
---------------------------------------
Version: 1.2.0
Version: 1.2.1
Author: John Peca <[email protected]>
---------------------------------------
Fred is a visual drag-and-drop front-end editor for MODX Revolution.
Expand Down
2 changes: 1 addition & 1 deletion core/components/fred/model/fred/fred.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Fred
{
const VERSION = '1.2.0-pl';
const VERSION = '1.2.1-pl';

public $modx = null;
public $namespace = 'fred';
Expand Down

0 comments on commit abf9c30

Please sign in to comment.