Skip to content

Commit

Permalink
1.503.964
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyba committed Nov 24, 2024
1 parent 5294624 commit a894d34
Show file tree
Hide file tree
Showing 35 changed files with 21,159 additions and 22,042 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Proxy manager - Change Log

## 1.503.964 Development Latest
- :star: Updated dependencies

## 1.485.258 Stable
- :star: NodeJS installation version updated to 20.12.1

Expand Down
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- <a href="https://nodejs.org/en/download/">Node.js</a> 6+版

### Windows
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.485.258-setup.exe">代理管理安装器</a>.
下载 <a href="https://lum-lpm.com/static/lpm/luminati-proxy-manager-v1.503.964-setup.exe">代理管理安装器</a>.

### Linux/MacOS
- 安装 Node.js 20.12.1版 (最好用x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please report issues or bugs to your account manager or from our [help center](h
## Installation

### Windows
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.485.258/luminati-proxy-manager-v1.485.258-setup.exe)
Download the [Proxy Manager installer](https://github.com/luminati-io/luminati-proxy/releases/download/v1.503.964/luminati-proxy-manager-v1.503.964-setup.exe)

### Linux/MacOS - Install script
- Run the setup script to install
Expand Down
1 change: 1 addition & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// LICENSE_CODE ZON ISC
'use strict'; /*jslint node:true, esnext:true*/
require('../util/conf.js');
require('./polyfill.js');
const lpm_util = require('../util/lpm_util.js');
const lpm_config = require('../util/lpm_config.js');
const Lum_node_index = require('./lum_node_index.js');
Expand Down
2 changes: 1 addition & 1 deletion bin/lpm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $(id -u) = 0 ]; then
IS_ROOT=1
fi
LUM=0
VERSION="1.485.258"
VERSION="1.503.964"
if [ -f "/usr/local/hola/zon_config.sh" ]; then
LUM=1
fi
Expand Down
5 changes: 5 additions & 0 deletions bin/polyfill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node
// LICENSE_CODE ZON ISC
'use strict'; /*jslint node:true, esnext:true*/
if (!('hasOwn' in Object))
Object.hasOwn = Object.call.bind(Object.hasOwnProperty);
9,117 changes: 6,102 additions & 3,015 deletions bin/pub/b2ce73624dfadc59b017.app.js → bin/pub/7033b373e00c6e07b546.app.js

Large diffs are not rendered by default.

Loading

0 comments on commit a894d34

Please sign in to comment.