Skip to content

Commit

Permalink
Merge branch 'main' into feat/useCurrentFileForPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
UnschooledGamer authored Aug 24, 2024
2 parents 0df91e6 + b4098b0 commit 71c2514
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 288 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log

## [1.10.4] (951)
## [1.10.4] (952)

- New
- Nested Files/Folder Creation
- Updated ace to latest version
- Improved displaying of Download count on Plugins page as well as on Sidebar
- Enhanced search functionality to allow searching across all available plugins from the "all" section of the plugin page.
- Added a new option on Help page for submiting bug reports.
- Added a new option on Help page for submitting bug reports.
- Fixes
- Fixed issue with the search bar on the plugin page
- Fixed issue with the search bar closing accidentally when clicking elsewhere on the screen
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<widget id="com.foxdebug.acode" android-versionCode="951" version="1.10.4"
<widget id="com.foxdebug.acode" android-versionCode="952" version="1.10.4"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"cordova-plugin-ftp": {},
"cordova-plugin-sdcard": {},
"cordova-plugin-browser": {},
"cordova-plugin-system": {},
"cordova-plugin-iap": {}
"cordova-plugin-iap": {},
"cordova-plugin-system": {}
},
"platforms": [
"android"
Expand Down
Loading

0 comments on commit 71c2514

Please sign in to comment.