Skip to content

Commit 2d6f4e8

Browse files
authored
Merge pull request #5 from codexilab/develop
v1.0.3: minor changes
2 parents 702690f + 383c1e8 commit 2d6f4e8

25 files changed

+54
-54
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 XenoTrue
3+
Copyright (c) 2021 CodexiLab
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# XenoTrue Online Banners
1+
# Banners
22
An Osclass plugin to manage banners and its positions in the site.
33

4-
![XenoTrue Online Banners](https://i.imgur.com/kCN4ofw.png)
4+
![Banners](https://i.imgur.com/kCN4ofw.png)
55

66
## Copyright and Licenses
7-
Copyright 2020 XenoTrue. Code released under the MIT license.
7+
Copyright 2021 CodexiLab. Code released under the MIT license.

banners/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# XenoTrue Online Banners
1+
# Banners
22
====================
33

4+
## [1.0.3] 2021-10-02
5+
6+
### Changed
7+
8+
- Window sizes to +100px larger.
9+
- Name of project.
10+
411
## [1.0.2] 2020-08-21
512

613
### Fixed

banners/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 XenoTrue
3+
Copyright (c) 2021 CodexiLab
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

banners/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

banners/ajax/ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2020 XenoTrue
6+
* Copyright (c) 2021 CodexiLab
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

banners/classes/datatables/BannersDataTable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2020 XenoTrue
6+
* Copyright (c) 2021 CodexiLab
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal
@@ -172,7 +172,7 @@ private function processData($banners)
172172

173173
$banner = '';
174174
if ($aRow['b_image']) {
175-
$banner = '<div class="text-center"><a href="#" onclick="show_banner(\''.BANNERS_ROUTE_SOURCES.$aRow['s_name'].'.'.$aRow['s_extension'].'\');return false;">' . __('View', BANNERS_PREF) . '</a><br>'.$aRow['s_content_type'].'</div>';
175+
$banner = '<div class="text-center"><a href="#" onclick="show_banner(\''.BANNERS_ROUTE_SOURCES.$aRow['s_name'].'.'.$aRow['s_extension'].'\');return false;">' . __('View', BANNERS_PREF) . '</a><div>'.$aRow['s_content_type'].'</div></div>';
176176
} else {
177177
$banner = '<div class="text-center">'.htmlentities("</script>").'</div>';
178178
}

banners/controller/admin/advertisers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2020 XenoTrue
6+
* Copyright (c) 2021 CodexiLab
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

banners/controller/admin/banners.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2020 XenoTrue
6+
* Copyright (c) 2021 CodexiLab
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

banners/controller/admin/positions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* MIT License
55
*
6-
* Copyright (c) 2020 XenoTrue
6+
* Copyright (c) 2021 CodexiLab
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)