Skip to content

Commit b692230

Browse files
authored
Changes for 24.1 (#67)
* 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
1 parent 1d23c88 commit b692230

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This GitHub project contains starter apps, sample apps, sample code, and plug-in
77
## Branches
88
These branches contains starter apps, sample apps and so on for a specific version of Oracle APEX.
99

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

30+
## Issues
31+
If you encounter any issues, please consider reporting them in the [Oracle Forums](https://apex.oracle.com/forum) to help us improve our product.
32+
2933
## License
30-
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
34+
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
3135

3236
Released under the Universal Permissive License v1.0 as shown at
3337
<https://oss.oracle.com/licenses/upl/>.

docs/js/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
function loadAPEXVersions() {
1818
const apiURL = "https://api.github.com/repos/oracle/apex/branches",
1919
versionURL = getURLParamValue( "version" ),
20-
allowedBranches = ["21.1", "21.2", "22.1", "22.2", "23.1", "23.2"];
20+
allowedBranches = ["21.1", "21.2", "22.1", "22.2", "23.1", "23.2", "24.1"];
2121

2222
const applyVersions = function ( pData ) {
2323
const data = pData || [],

0 commit comments

Comments
 (0)