Skip to content

Commit e3b1ed3

Browse files
include 24.2 branch to be listed (#76)
1 parent daf50c2 commit e3b1ed3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-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.2](../../tree/24.2)
1011
- [Oracle APEX 24.1](../../tree/24.1)
1112
- [Oracle APEX 23.2](../../tree/23.2)
1213
- [Oracle APEX 23.1](../../tree/23.1)
@@ -31,7 +32,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
3132
If you encounter any issues, please consider reporting them in the [Oracle Forums](https://apex.oracle.com/forum) to help us improve our product.
3233

3334
## License
34-
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
35+
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
3536

3637
Released under the Universal Permissive License v1.0 as shown at
3738
<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", "24.1"];
20+
allowedBranches = ["21.1", "21.2", "22.1", "22.2", "23.1", "23.2", "24.1", "24.2"];
2121

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

0 commit comments

Comments
 (0)