Plugin Directory

Changeset 3393460


Ignore:
Timestamp:
11/11/2025 08:13:04 AM (5 weeks ago)
Author:
themefic
Message:

update 4.7.11

Location:
beaf-before-and-after-gallery
Files:
233 added
3 edited

Legend:

Unmodified
Added
Removed
  • beaf-before-and-after-gallery/trunk/before-and-after-gallery.php

    r3392429 r3393460  
    44 * Plugin URI: https://themefic.com/plugins/beaf/
    55 * Description: Would you like to show a comparison of two images? With BEAF, you can easily create before and after image sliders or galleries. Elementor Supported.
    6  * Version: 4.7.10
     6 * Version: 4.7.11
    77 * Tested up to: 6.8
    88 * Author: Themefic
     
    3434    public function define_constants() {
    3535        define( 'BEAF_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    36         define( 'BEAF_VERSION', '4.7.10' );
     36        define( 'BEAF_VERSION', '4.7.11' );
    3737        define( 'BEAF_ADMIN_PATH', BEAF_PLUGIN_PATH . 'admin/' );
    3838        define( 'BEAF_INC_PATH', BEAF_PLUGIN_PATH . 'inc/' );
  • beaf-before-and-after-gallery/trunk/inc/class-sidebar-banner.php

    r3392429 r3393460  
    4848            add_filter('cron_schedules', array($this, 'bafg_custom_cron_interval'));
    4949           
    50             add_action( 'init', function (){
    51 
    52                 if (!wp_next_scheduled('bafg_sidebar_banner__schedule')) {
    53                     wp_schedule_event(time(), 'bafg_every_day', 'bafg_sidebar_banner__schedule');
    54                 }
    55                
    56             });
     50            if (!wp_next_scheduled('bafg_sidebar_banner__schedule')) {
     51                wp_schedule_event(time(), 'bafg_every_day', 'bafg_sidebar_banner__schedule');
     52            }
    5753           
    5854            add_action('bafg_sidebar_banner__schedule', array($this, 'bafg_sidebar_banner__schedule_callback'));
  • beaf-before-and-after-gallery/trunk/readme.txt

    r3392429 r3393460  
    33Tags: before after, before after elementor, before after slider, before and after slider, elementor before and after slider
    44Requires at least: 4.0
    5 Stable tag: 4.7.10
     5Stable tag: 4.7.11
    66Tested up to: 6.8
    77Requires PHP: 7.4
     
    337337== Changelog ==
    338338
     339= 4.7.11 – 11/11/2025 =
     340
     341- Fixed: Minor design issue resolved.
     342
    339343= 4.7.10 – 09/11/2025 =
    340344
    341345- Updated: Information in readme.txt file.
    342346- Improved: System stability and performance.
    343 - Improved: Compatibility with Elementor version 3.35.
     347- Improved: Compatibility with Elementor version 3.33.
    344348- Updated: Code escaping and security improvements.
    345349
Note: See TracChangeset for help on using the changeset viewer.