Skip to content

Commit

Permalink
fixed boxes shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipsesrl committed Jul 25, 2019
1 parent f1a5f23 commit fd16391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.udesly.com/
Tags: webflow to wordpress, editor, page builder, layout design, udesly, webflow
Requires at least: 5.0
Tested up to: 5.2.2
Stable tag: 2.0.0.1
Stable tag: 2.0.0.2
License: GPLv3 or later
License URI: https://www.udesly.com/terms-conditions-of-use/#udesly-wordpress-plugin
Requires PHP: 5.6.0
Expand Down
2 changes: 1 addition & 1 deletion includes/Boxes/Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function custom_columns($column, $post_id)

}

public static function render_udesly_box()
public static function render_udesly_box($atts)
{
$output = '';

Expand Down
2 changes: 1 addition & 1 deletion udesly-adapter-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Udesly Adapter
* Plugin URI: https://www.udesly.com
* Description: This is a support plugin for Udesly (Webflow to WordPress converter) that allows you to enable additional features for your theme.
* Version: 2.0.0.1
* Version: 2.0.0.2
* Author: Udesly
* Author URI: https://www.udesly.com
* License: GPL-2.0+
Expand Down

0 comments on commit fd16391

Please sign in to comment.