Skip to content

Commit

Permalink
XKit Patches: Fix patching 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 22, 2024
1 parent d3bc76a commit 9a32d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extensions/xkit_patches.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//* TITLE XKit Patches **//
//* VERSION 7.4.20 **//
//* VERSION 7.4.21 **//
//* DESCRIPTION Patches framework **//
//* DEVELOPER new-xkit **//

Expand Down Expand Up @@ -179,10 +179,10 @@ XKit.extensions.xkit_patches = new Object({
}, 1000);
},

run_order: ["7.8.1", "7.8.2", "7.9.0", "7.9.1", "7.9.2"],
run_order: ["7.8.1", "7.8.2", "7.9.0", "7.9.1", "7.9.2", "7.10.0"],

patches: {
"7.9.2": function() {
"7.10.0": function() {

/**
* Given a list of different collections in `items`, return all
Expand Down

0 comments on commit 9a32d0c

Please sign in to comment.