Skip to content

Commit 1938496

Browse files
authored
Merge pull request #32 from soderlind/js/refactor
Major code refactoring and improvements
2 parents c7c2fe1 + caa4850 commit 1938496

File tree

14 files changed

+2101
-1315
lines changed

14 files changed

+2101
-1315
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
### 1.7.0
4+
5+
- Major code refactoring and improvements:
6+
- Added comprehensive JSDoc documentation
7+
- Improved error handling throughout the codebase
8+
- Enhanced IndexedDB implementation with private class fields
9+
- Added debouncing to search functionality
10+
- Improved intersection observer implementations
11+
- Better type checking and null safety
12+
- Modernized class structure and module organization
13+
314
### 1.6.9
415

516
- Update dependencies

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '9878ba2245702b087402');
1+
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '598e59804b1aee3f1164');

build/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soderlind/super-admin-all-sites-menu",
33
"description": "For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",
4-
"version": "1.6.9",
4+
"version": "1.7.0",
55
"keywords": [
66
"wordpress",
77
"multisite",

0 commit comments

Comments
 (0)