Changeset 3336529
- Timestamp:
- 07/30/2025 10:22:58 AM (8 months ago)
- Location:
- bh-custom-preloader/trunk
- Files:
-
- 4 edited
-
options.php (modified) (1 diff)
-
plugin_main.php (modified) (1 diff)
-
preloader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bh-custom-preloader/trunk/options.php
r3282641 r3336529 1 1 <?php 2 if ( ! defined( 'ABSPATH' ) ) { 3 exit; // Exit if accessed directly. 4 } 2 5 define('BHPREDIRURI' , WP_PLUGIN_URL .'/' . plugin_basename(dirname(__FILE__)) . '/'); 3 6 -
bh-custom-preloader/trunk/plugin_main.php
r3282667 r3336529 11 11 Author: Masum Billah 12 12 Author URI: https://themesvila.com/ 13 Version: 2. 413 Version: 2.5 14 14 */ 15 15 -
bh-custom-preloader/trunk/preloader.php
r3282604 r3336529 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) { 3 exit; // Exit if accessed directly. 4 } 3 5 // A Custom function for get an option 4 6 if ( ! function_exists( 'bh_get_option' ) ) { -
bh-custom-preloader/trunk/readme.txt
r3283160 r3336529 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 2. 47 Stable tag: 2.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 79 79 == Changelog == 80 80 81 * 2.5 – Fixed Minor security Issues 81 82 * 2.4 – Fixed Minor Issues 82 83 * 2.3 – Added 8 CSS3 Preloader and Fixed Minor Issues 83 * 2.2 – Compatible with WordPress 6. 7and Fixed Some Bugs84 * 2.2 – Compatible with WordPress 6.8 and Fixed Some Bugs 84 85 * 2.1 – 12 New Preloader Image Added 85 86 * 2.0 – Added Setting Link and Fixed Issues
Note: See TracChangeset
for help on using the changeset viewer.