Plugin Directory

Changeset 3336529


Ignore:
Timestamp:
07/30/2025 10:22:58 AM (8 months ago)
Author:
masumbd
Message:

updated 2.5

Location:
bh-custom-preloader/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bh-custom-preloader/trunk/options.php

    r3282641 r3336529  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) {
     3    exit; // Exit if accessed directly.
     4}
    25define('BHPREDIRURI' , WP_PLUGIN_URL .'/' . plugin_basename(dirname(__FILE__)) . '/');
    36
  • bh-custom-preloader/trunk/plugin_main.php

    r3282667 r3336529  
    1111Author: Masum Billah
    1212Author URI: https://themesvila.com/
    13 Version: 2.4
     13Version: 2.5
    1414*/
    1515
  • bh-custom-preloader/trunk/preloader.php

    r3282604 r3336529  
    11<?php
    2 
     2if ( ! defined( 'ABSPATH' ) ) {
     3    exit; // Exit if accessed directly.
     4}
    35// A Custom function for get an option
    46if ( ! function_exists( 'bh_get_option' ) ) {
  • bh-custom-preloader/trunk/readme.txt

    r3283160 r3336529  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 2.4
     7Stable tag: 2.5
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    7979== Changelog ==
    8080
     81* 2.5 – Fixed Minor security Issues
    8182* 2.4 – Fixed Minor Issues
    8283* 2.3 – Added 8 CSS3 Preloader and Fixed Minor Issues
    83 * 2.2 – Compatible with WordPress 6.7 and Fixed Some Bugs
     84* 2.2 – Compatible with WordPress 6.8 and Fixed Some Bugs
    8485* 2.1 – 12 New Preloader Image Added
    8586* 2.0 – Added Setting Link and Fixed Issues
Note: See TracChangeset for help on using the changeset viewer.