Skip to content

Commit

Permalink
Fred 1.1.0-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Aug 21, 2019
1 parent a77e82b commit 460a69d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0-rc3",
"version": "1.1.0-pl",
"package": {
"menus": [
{
Expand Down
4 changes: 2 additions & 2 deletions core/components/fred/docs/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---------------------------------------
Fred
---------------------------------------
Version: 1.0.0
Version: 1.1.0
Author: John Peca <[email protected]>
---------------------------------------
Fred is a visual drag-and-drop front-end editor for MODX Revolution.
Expand All @@ -16,7 +16,7 @@ UPGRADE NOTES
If you are upgrading from a previous release to the following versions, please note the important changes:

------------
-> rc1
-> rc1
------------
Make sure all Themes are named uniquely, and any Elements, Blueprints, Element categories, or Blueprint categories within a Themes likewise have unique names. You can share names across Themes, except for the Theme name itself.

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.1.0-rc';
const VERSION = '1.1.0-pl';

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

0 comments on commit 460a69d

Please sign in to comment.