Commit 4cc8966f authored by Simon's avatar Simon

release 1.25.5

parent 9579ce28
......@@ -20,9 +20,9 @@
## Production
- build CSS & JS assets - `C:\web\dev.biuro\ npm run build`
- build new image `docker build -t biuro/web:1.25.4 .` (update version number)
- build new image `docker build -t biuro/web:1.25.5 .` (update version number)
- login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
- push image to docker repository - `docker push biuro/web:1.25.4`
- push image to docker repository - `docker push biuro/web:1.25.5`
## Production
- update biuro/web image version in .env file (staging or www)
......
......@@ -1147,7 +1147,7 @@ function handlePositionsLogs() {
global $apiURL;
global $userID;
$results = $wpdb->get_results( "SELECT * FROM wp_positions_logs WHERE updated IS NULL" );
$results = $wpdb->get_results( "SELECT * FROM wp_positions_logs WHERE updated IS NULL LIMIT 1000" );
$pool = Pool::create()->concurrency(10);
......
......@@ -3,6 +3,6 @@ Theme Name: Biuro
Author: Biuro
Author URI: https://www.biuro.lt/
Description: Biuro multiregion theme
Version: 1.25.4
Version: 1.25.5
Text Domain: biuro
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment