Skip to content

Commit

Permalink
Changes for 24.1 (#67)
Browse files Browse the repository at this point in the history
* include 24.1 branch to be listed

* added link to 24.1 branch & added note for issue reporting

* updated copyright year

* adjusted forum link to use shortcut
  • Loading branch information
Dani3lSun authored Jun 17, 2024
1 parent 1d23c88 commit b692230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This GitHub project contains starter apps, sample apps, sample code, and plug-in
## Branches
These branches contains starter apps, sample apps and so on for a specific version of Oracle APEX.

- [Oracle APEX 24.1](../../tree/24.1)
- [Oracle APEX 23.2](../../tree/23.2)
- [Oracle APEX 23.1](../../tree/23.1)
- [Oracle APEX 22.2](../../tree/22.2)
Expand All @@ -26,8 +27,11 @@ This project welcomes contributions from the community. Before submitting a pull
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process.

## Issues
If you encounter any issues, please consider reporting them in the [Oracle Forums](https://apex.oracle.com/forum) to help us improve our product.

## License
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
Copyright (c) 2021, 2024 Oracle and/or its affiliates.

Released under the Universal Permissive License v1.0 as shown at
<https://oss.oracle.com/licenses/upl/>.
Expand Down
2 changes: 1 addition & 1 deletion docs/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
function loadAPEXVersions() {
const apiURL = "https://api.github.com/repos/oracle/apex/branches",
versionURL = getURLParamValue( "version" ),
allowedBranches = ["21.1", "21.2", "22.1", "22.2", "23.1", "23.2"];
allowedBranches = ["21.1", "21.2", "22.1", "22.2", "23.1", "23.2", "24.1"];

const applyVersions = function ( pData ) {
const data = pData || [],
Expand Down

0 comments on commit b692230

Please sign in to comment.