Skip to content

Commit

Permalink
Merge pull request #689 from Pixilib/gaelo1-legacy-dev
Browse files Browse the repository at this point in the history
Gaelo1 legacy dev
  • Loading branch information
salimkanoun committed Sep 18, 2023
2 parents 32d8aac + 3b8561b commit 54193ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/GaelO1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'Gaelo1-publish'

on:
push:
branches:
- dev
- master
tags:
- '*'

Expand Down
4 changes: 2 additions & 2 deletions src/includes/jsLibrairies.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.js" crossorigin></script>

<!-- GaelO Uploader -->
<script src="https://unpkg.com/[email protected].11/dist/bundle.js" crossorigin ></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].11/dist/main.css" crossorigin >
<script src="https://unpkg.com/[email protected].15/dist/bundle.js" crossorigin ></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].15/dist/main.css" crossorigin >

<script type="text/javascript" src="assets/javascripts/gaelO.js"></script>
<link rel="stylesheet" href="assets/css/gaelO-specific.css">
Expand Down
4 changes: 2 additions & 2 deletions src/includes/jsLibrairies_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.js" crossorigin></script>

<!-- GaelO Uploader -->
<script src="https://unpkg.com/[email protected].11/dist/bundle.js" crossorigin ></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].11/dist/main.css" crossorigin >
<script src="https://unpkg.com/[email protected].15/dist/bundle.js" crossorigin ></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].15/dist/main.css" crossorigin >

<!-- GaelO CSS -->
<?php $uploaderVersion="3.7"?>
Expand Down
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @package GaelO
* @author Salim Kanoun <[email protected]>
*/
define('GAELO_VERSION', '1.11.11');
define('GAELO_VERSION', '1.11.12');
header('content-type: text/html; charset=utf-8');
header("X-Robots-Tag: noindex, nofollow");
require_once('vendor/autoload.php');
Expand Down

0 comments on commit 54193ab

Please sign in to comment.