Changeset 2627043
- Timestamp:
- 11/10/2021 01:19:47 AM (4 years ago)
- File:
-
- 1 edited
-
bonus-plus-wp/tags/2.2/bonus-plus-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bonus-plus-wp/tags/2.2/bonus-plus-wp.php
r2627042 r2627043 Β 15 15 * WP requires at least: 5.0 16 16 * Tested up to: 5.8 17 Β * Version: 2. 1Β 17 * Version: 2.2 18 18 */ 19 19 namespace BPWP; β¦ β¦ Β 28 28 public static function init() 29 29 { 30 Β define('BPWP_PLUGIN_VERSION', '2. 1');Β 30 define('BPWP_PLUGIN_VERSION', '2.2'); 31 31 32 32 require_once __DIR__ . '/functions.php';
Note: See TracChangeset
for help on using the changeset viewer.