Skip to content

Commit

Permalink
Merge pull request #715 from modos189/0.38.1
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
modos189 committed Mar 18, 2024
2 parents 61b0c19 + 51cded4 commit 11442b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion core/total-conversion-build.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @author jonatkins
// @name IITC: Ingress intel map total conversion
// @version 0.38.0
// @version 0.38.1
// @description Total conversion for the ingress intel map.
// @run-at document-end

Expand All @@ -10,6 +10,10 @@ window.IITC = IITC;

window.script_info = plugin_info;
window.script_info.changelog = [
{
version: '0.38.1',
changes: ['Fix toolbar for some deprecated plugins', 'Fix dialogs on iitc boot'],
},
{
version: '0.38.0',
changes: [
Expand Down
6 changes: 5 additions & 1 deletion plugins/privacy-view.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// @author johnd0e
// @name Privacy view on Intel
// @category Misc
// @version 1.2.0
// @version 1.2.1
// @description Hide info from intel which shouldn't leak to players of the other faction.

/* global IITC -- eslint */
/* exported setup, changelog --eslint */

var changelog = [
{
version: '1.2.1',
changes: ['Fix plugin on mobile'],
},
{
version: '1.2.0',
changes: ['IITC.toolbox API is used to create plugin buttons and refactoring'],
Expand Down

0 comments on commit 11442b1

Please sign in to comment.