Changeset 2296819
- Timestamp:
- 05/02/2020 07:42:41 PM (6 years ago)
- Location:
- which-addon-for-elementor/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
which-addon-for-elementor.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
which-addon-for-elementor/trunk/readme.txt
r2257982 r2296819 1 1 === Which Elementor Addon === 2 2 Plugin Name: Which Addon for Elementor 3 Version: 1. 0.13 Version: 1.1.0 4 4 Author: obiPlabon 5 Author URI: https:// github.com/obiPlabon5 Author URI: https://obiplabon.im 6 6 Contributors: obiPlabon, gtarafdarr 7 Tags: Elementor Page Builder, Elementor addons, Elementor Widgets, Elementor Tools 7 8 Requires at least: 4.7 8 Tested up to: 5. 3.29 Tested up to: 5.4.1 9 10 Stable tag: trunk 10 11 Requires PHP: 5.4 … … 35 36 ## Looking For Your Feedback 😊 36 37 37 I’m looking for your suggestion and feedback on how I can help you in a better way without taking any hassle at your end. Feel free to [share your opinion](https:// fb.me/obiPlabon). Your opinion will inspire me to improve and new functionality. And please don't forget to share your feelings through [⭐️⭐️⭐️⭐️⭐️ ratting](https://wordpress.org/support/plugin/which-addon-for-elementor/reviews/#new-post) 😃38 I’m looking for your suggestion and feedback on how I can help you in a better way without taking any hassle at your end. Feel free to [share your opinion](https://obiplabon.im/contact/). Your opinion will inspire me to improve and new functionality. And please don't forget to share your feelings through [⭐️⭐️⭐️⭐️⭐️ ratting](https://wordpress.org/support/plugin/which-addon-for-elementor/reviews/#new-post) 😃 38 39 39 40 … … 53 54 4. Activate the plugin through the 'Plugins' screen in WordPress. 54 55 56 == Screenshots == 57 58 1. In Action - Which Elementor Addon 59 2. Settings Page - Which Elementor Addon 60 3. Editor View - Which Elementor Addon 61 4. Frontend View - Which Elementor Addon 55 62 56 63 == Changelog == 64 65 = 1.1.0 - 3 May 2020 = 66 67 - New: Only logged in users can see label now (*user suggested feature) - [share your idea](https://obiplabon.im/contact/) 57 68 58 69 = 1.0.1 - 10 March 2019 = -
which-addon-for-elementor/trunk/which-addon-for-elementor.php
r2257982 r2296819 2 2 /** 3 3 * Plugin Name: Which Elementor Addon 4 * Plugin URI: https:// github.com/obiPlabon4 * Plugin URI: https://obiplabon.im 5 5 * Description: <strong>Which Elementor Addon</strong> is a simple lightweight plugin. It will help you to find out the widget’s plugin name that you have used in creating your web pages/posts in the simplest way. 6 * Version: 1. 0.16 * Version: 1.1.0 7 7 * Author: obiPlabon 8 * Author URI: https:// fb.me/obiPlabon8 * Author URI: https://obiplabon.im 9 9 * License: GPLv2 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 47 47 * Plugin version 48 48 */ 49 const VERSION = '1. 0.1';49 const VERSION = '1.1.0'; 50 50 51 51 /** … … 291 291 292 292 public static function enqueue_scripts() { 293 if ( ! is_user_logged_in() ) { 294 return; 295 } 296 293 297 $enable_on = self::get_setting( 'enable_on', ['editor'] ); 294 298 if ( empty( $enable_on ) || ! ( in_array( 'editor', $enable_on ) || in_array( 'frontend', $enable_on ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.