Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoskov committed Feb 22, 2018
1 parent bb47ab9 commit 6b8058c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/plugins/pagebuilder/pagebuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class PageBuilder {

const version = '1.2.5';
const version = '1.3.0';

private $modx;
private $data;
Expand Down
2 changes: 1 addition & 1 deletion install/assets/plugins/PageBuilder.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Creates form for manage content sections
*
* @category plugin
* @version 1.2.5
* @version 1.3.0
* @author mnoskov
* @internal @properties &tabName=Tab name;text;Page Builder &addType=Add type;menu;dropdown,icons,images;dropdown &placement=Placement;menu;content,tab;tab
* @internal @events OnWebPageInit,OnManagerPageInit,OnDocFormRender,OnDocFormSave,OnBeforeEmptyTrash,OnDocDuplicate
Expand Down
2 changes: 1 addition & 1 deletion install/assets/snippets/PageBuilder.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* output content sections for current page
*
* @version 1.2.5
* @version 1.3.0
* @author mnoskov
* @category snippet
* @internal @properties
Expand Down

0 comments on commit 6b8058c

Please sign in to comment.