Beep v1.5.1: Elementor widget, logo/icon settings with live preview, CSS isolation, JS fixes

This commit is contained in:
Krystie
2026-05-29 21:45:41 -07:00
parent 97ca5e1714
commit 94f063f09a
10 changed files with 623 additions and 211 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Plugin Name: Beep
* Description: A Twitter-style microblog for WordPress, with likes, replies, and Gravatars. Use the [beep_feed] shortcode on any page.
* Version: 1.4.1
* Version: 1.5.1
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Sami Ahmed
@@ -14,7 +14,7 @@ if (!defined('ABSPATH')) {
exit;
}
define('BEEP_VERSION', '1.4.1');
define('BEEP_VERSION', '1.5.1');
define('BEEP_FILE', __FILE__);
define('BEEP_DIR', plugin_dir_path(__FILE__));
define('BEEP_URL', plugin_dir_url(__FILE__));