word-games-theme 1.8.5 → 1.8.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/blog/share.yml +1 -0
- data/_data/footer/en/data.json +5 -1
- data/_data/header/en/data.json +174 -52
- data/_data/wordgames/en/five_letter_word_finder.json +449 -93
- data/_data/wordgames/en/root.json +222 -229
- data/_data/wordleSolver/en/resultData.json +2 -1
- data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
- data/_includes/WordPointTables/table.html +1 -4
- data/_includes/author_bio.html +39 -18
- data/_includes/authorpagehead/index.html +37 -0
- data/_includes/autogenerated/content.html +1 -3
- data/_includes/custom-head.html +9 -1
- data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
- data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
- data/_includes/footer/index.html +7 -9
- data/_includes/head/index.html +45 -10
- data/_includes/header/blogHeader.html +1 -1
- data/_includes/header/index.html +4 -4
- data/_includes/howto.html +1 -1
- data/_includes/repeat-letters.html +50 -186
- data/_includes/script.html +9 -2
- data/_includes/section/commonPage.html +13 -18
- data/_includes/section/{news.html → faq.html} +2 -2
- data/_includes/section/feature.html +18 -4
- data/_includes/section/home.html +57 -62
- data/_includes/section/wordGroup.html +2 -7
- data/_includes/section/xyzGroup.html +1 -1
- data/_includes/wordfinderstrategy/content.html +1 -5
- data/_includes/xyzpages/xyz.html +12 -8
- data/_layouts/aboutUs.html +136 -0
- data/_layouts/allAuthors.html +121 -0
- data/_layouts/allpages.html +0 -1
- data/_layouts/author.html +410 -0
- data/_layouts/autogencontent.html +0 -3
- data/_layouts/default.html +1 -11
- data/_layouts/disclaimer.html +28 -0
- data/_layouts/page.html +0 -45
- data/_layouts/page2.html +0 -44
- data/_layouts/post.html +28 -2
- data/_layouts/privacyPolicy.html +27 -0
- data/_layouts/termAndCondition.html +28 -4
- data/_layouts/tools.html +7 -1
- data/_layouts/wordMeaning.html +25 -17
- data/_layouts/xyzpages.html +2 -6
- data/assets/css/blog.css +128 -212
- data/assets/css/bootstrap-icons.css +42 -0
- data/assets/css/bootstrap.min.css +2521 -524
- data/assets/css/content.css +34 -49
- data/assets/css/font/bootstrap-icons.css +1981 -0
- data/assets/css/font/bootstrap-icons.json +1955 -0
- data/assets/css/font/bootstrap-icons.scss +1993 -0
- data/assets/css/fonts/bootstrap-icons.woff +0 -0
- data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
- data/assets/css/game.css +60 -57
- data/assets/css/multiple-word-anagram-solver.css +14 -15
- data/assets/css/style.css +583 -285
- data/assets/css/wordGroup.css +380 -17
- data/assets/css/wordleSolver.css +22 -22
- data/assets/css/wordsInCertainPosition.css +20 -32
- data/assets/images/wordswithletters-logo.webp +0 -0
- data/assets/js/adBlocker.js +0 -1
- data/assets/js/default.js +3 -6
- data/assets/js/theme.js +45 -0
- data/assets/js/wordScrabble-test.js +0 -3
- data/assets/js/words-starting-with.js +0 -4
- metadata +21 -37
- data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
- data/_data/wordgames/da/four_letter_word_finder.json +0 -196
- data/_data/wordgames/de/four_letter_word_finder.json +0 -196
- data/_data/wordgames/es/four_letter_word_finder.json +0 -196
- data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
- data/_data/wordgames/id/four_letter_word_finder.json +0 -196
- data/_data/wordgames/it/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
- data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
- data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
- data/_data/wordgames/th/four_letter_word_finder.json +0 -196
- data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
- data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
- data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
- data/_includes/section/home2.html +0 -174
- data/_layouts/other-lang-scrabble.html +0 -170
- data/assets/css/advancedFilter.css +0 -215
- data/assets/css/feature.css +0 -58
- data/assets/css/footer.css +0 -161
- data/assets/css/home.css +0 -538
- data/assets/css/news.css +0 -48
- data/assets/css/testhome.css +0 -417
- data/assets/css/wordScrabble.css +0 -4
@@ -0,0 +1,37 @@
|
|
1
|
+
<head>
|
2
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
3
|
+
{% for post in posts %}
|
4
|
+
{%- include /authors/authors.html -%}
|
5
|
+
{% if authorName contains page.authorName %}
|
6
|
+
{% capture author_info %}{% assign author = authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %}
|
7
|
+
{% capture author_name %}{% assign author = authorName %}{{ author }}{% endcapture %}
|
8
|
+
|
9
|
+
{% assign authorPageTitle = author_info %}
|
10
|
+
{% assign author_name = author_name %}
|
11
|
+
{%- endif -%}
|
12
|
+
{% endfor %}
|
13
|
+
|
14
|
+
|
15
|
+
{%- assign title = newtitle -%}
|
16
|
+
{%- assign description = pagedescription-%}
|
17
|
+
|
18
|
+
|
19
|
+
<meta charset="UTF-8" />
|
20
|
+
<link rel="shortcut icon" href="{{favicon}}" />
|
21
|
+
<link rel="canonical" href="{{site.url | append: page.url}}" />
|
22
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
23
|
+
<meta name="keywords" content="{{site.keyboard}}" />
|
24
|
+
<meta name="description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}" />
|
25
|
+
<meta name="og:description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}" />
|
26
|
+
<meta property="og:title" content="{{ authorPageTitle | default: page.title }}" />
|
27
|
+
<meta property="og:type" content="profile" />
|
28
|
+
<meta property="og:locale" content="en_US" />
|
29
|
+
<meta property="og:site_name" content="{{site.name }}" />
|
30
|
+
<meta property="og:url" content="{{site.url | append: page.url}}" />
|
31
|
+
<meta name="author" content="{{ author_name | default: page.title }}" />
|
32
|
+
<title>{{authorPageTitle | default: page.title}}</title>
|
33
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
34
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" />
|
35
|
+
<link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
|
36
|
+
{%- include google-analytics.html -%}
|
37
|
+
</head>
|
data/_includes/custom-head.html
CHANGED
@@ -62,7 +62,15 @@
|
|
62
62
|
<meta property="og:url" content="{{site.url | append: page.url}}" />
|
63
63
|
<meta name="author" content="{{ site.author_name }}" />
|
64
64
|
<title>{{title}}</title>
|
65
|
-
|
65
|
+
{%- if site.removeBootstrapIcons !=
|
66
|
+
true -%}
|
67
|
+
<link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
|
68
|
+
{%- endif -%}
|
69
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
|
70
|
+
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
66
71
|
<link rel="stylesheet" href="/assets/css/blog.css">
|
67
72
|
{%- include google-analytics.html -%}
|
73
|
+
|
74
|
+
|
75
|
+
|
68
76
|
</head>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<style>
|
2
|
+
.authors-list {
|
3
|
+
border-top: 1px solid rgb(224, 224, 224);
|
4
|
+
margin-top: 100px;
|
5
|
+
padding: 100px;
|
6
|
+
}
|
7
|
+
|
8
|
+
.featurePageAuthor {
|
9
|
+
display: flex;
|
10
|
+
flex-direction: column;
|
11
|
+
width: 100%;
|
12
|
+
justify-content: center;
|
13
|
+
}
|
14
|
+
|
15
|
+
.featurePageAuthor .author-meta {
|
16
|
+
width: 500px;
|
17
|
+
margin: 0 auto;
|
18
|
+
padding-bottom: 5rem;
|
19
|
+
}
|
20
|
+
|
21
|
+
.featurePageAuthor .author-meta .authorName {
|
22
|
+
font-size: 20px;
|
23
|
+
padding: 1rem 0px;
|
24
|
+
font-weight: 900;
|
25
|
+
}
|
26
|
+
|
27
|
+
.featurePageAuthor .author-img {
|
28
|
+
width: 100px;
|
29
|
+
height: 100px;
|
30
|
+
border-radius: 100%;
|
31
|
+
}
|
32
|
+
|
33
|
+
.featurePageAuthor .author_bio {
|
34
|
+
font-size: 16px;
|
35
|
+
}
|
36
|
+
</style>
|
37
|
+
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
38
|
+
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
39
|
+
<section class="authors-list">
|
40
|
+
<div class="container">
|
41
|
+
<div class="row">
|
42
|
+
<div class="col-md-12">
|
43
|
+
{%- if featureData.author -%}
|
44
|
+
<h1 class="mb-4 text-center authors-heading font-weight-bolder">About The Author</h1>
|
45
|
+
{%- endif -%}
|
46
|
+
<div class="row">
|
47
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
48
|
+
{% assign seen_authors = '' %}
|
49
|
+
{% for post in site.posts %}
|
50
|
+
{% unless seen_authors contains post.author %}
|
51
|
+
{% assign seen_authors = seen_authors | append: post.author | append: ',' %}
|
52
|
+
{% assign featureAuthor = featureData.author | downcase %}
|
53
|
+
{%- include /authors/authors.html -%}
|
54
|
+
{%- assign name = authorName | downcase -%}
|
55
|
+
{%- if name contains featureAuthor -%}
|
56
|
+
<div class="featurePageAuthor">
|
57
|
+
<a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
|
58
|
+
<img class="author-img" loading="lazy" src="{{ image }}" height="35px" width="35px"
|
59
|
+
alt="{{ authorName}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif
|
60
|
+
-%} />
|
61
|
+
</a>
|
62
|
+
<div class="author-meta">
|
63
|
+
<p class="mb-0 authorName">
|
64
|
+
<a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}">
|
65
|
+
{{authorName}}
|
66
|
+
</a>
|
67
|
+
</p>
|
68
|
+
<p class="author_bio mb-0">{{bio}}</p>
|
69
|
+
</div>
|
70
|
+
</div>
|
71
|
+
{%- endif -%}
|
72
|
+
{% endunless %}
|
73
|
+
{% endfor %}
|
74
|
+
|
75
|
+
{%- if featureData.contributors -%}
|
76
|
+
<h2 class="mb-4 w-100 text-center authors-heading font-weight-bolder">Contributors</h2>
|
77
|
+
{%- endif -%}
|
78
|
+
|
79
|
+
<div class="d-flex justify-content-center w-100" style="gap:10px">
|
80
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
81
|
+
{% assign seen_authors = '' %}
|
82
|
+
{% for post in site.posts %}
|
83
|
+
{% unless seen_authors contains post.author %}
|
84
|
+
{% assign seen_authors = seen_authors | append: post.author | append: ',' %}
|
85
|
+
{% for contributor in featureData.contributors %}
|
86
|
+
{%- assign contributorAuthor = contributor.name | downcase -%}
|
87
|
+
{%- include /authors/authors.html -%}
|
88
|
+
{%- assign name = authorName | downcase -%}
|
89
|
+
|
90
|
+
{%- if name contains contributorAuthor -%}
|
91
|
+
|
92
|
+
<a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
|
93
|
+
<img loading="lazy" src="{{ image }}" alt="{{ authorName}}"
|
94
|
+
style="border-radius:100%; width: 50px; height: 50px;" />
|
95
|
+
</a>
|
96
|
+
|
97
|
+
{%- endif -%}
|
98
|
+
{% endfor %}
|
99
|
+
{% endunless %}
|
100
|
+
{% endfor %}
|
101
|
+
</div>
|
102
|
+
|
103
|
+
</div>
|
104
|
+
</div>
|
105
|
+
</div>
|
106
|
+
</div>
|
107
|
+
</section>
|
@@ -136,9 +136,9 @@
|
|
136
136
|
</div>
|
137
137
|
</div>
|
138
138
|
</form>
|
139
|
-
{%- include filterWords/index.html -%}
|
140
139
|
</div>
|
141
140
|
<div class="col-md-10 mx-auto p-0 mt-3">
|
141
|
+
{%- include filterWords/index.html -%}
|
142
142
|
<div id="certain_pos_count"></div>
|
143
143
|
<div id="certain_pos_words_data"></div>
|
144
144
|
<div class="alert" role="alert" id="certain_pos_error_msg" style="font-size: 15px; padding:15px"></div>
|
data/_includes/footer/index.html
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
{% for data in dataToShow.social %}
|
54
54
|
<li>
|
55
55
|
<a id="{{data.url}}" href="{{data.url}}" target="_blank" aria-label="{{ data.url }}">
|
56
|
-
<img src="{{data.icon}}" width="
|
56
|
+
<img src="{{data.icon}}" width="20px" height="20px" alt="share_icon">
|
57
57
|
</img>
|
58
58
|
</a>
|
59
59
|
</li>
|
@@ -63,7 +63,7 @@
|
|
63
63
|
|
64
64
|
{%- if site.internationalization -%}
|
65
65
|
<center>
|
66
|
-
<button id="
|
66
|
+
<button id="int-modal-btn" type="button" class="drop-down-btn" data-toggle="modal"
|
67
67
|
data-target="#staticBackdrop">
|
68
68
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
69
69
|
<path
|
@@ -88,9 +88,8 @@
|
|
88
88
|
<div class="modal-header">
|
89
89
|
<h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
|
90
90
|
</h5>
|
91
|
-
<button id="
|
92
|
-
|
93
|
-
<span style="font-size: 25px" aria-hidden="true">×</span>
|
91
|
+
<button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
|
92
|
+
<span aria-hidden="true">×</span>
|
94
93
|
</button>
|
95
94
|
</div>
|
96
95
|
<div class="modal-body px-md-5">
|
@@ -171,7 +170,7 @@
|
|
171
170
|
{%- else -%}
|
172
171
|
{%- if site.internationalizationall -%}
|
173
172
|
<center>
|
174
|
-
<button id="
|
173
|
+
<button id="int-modal-btn" type="button" class="drop-down-btn" data-toggle="modal"
|
175
174
|
data-target="#staticBackdrop">
|
176
175
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
177
176
|
<path
|
@@ -187,9 +186,8 @@
|
|
187
186
|
<div class="modal-header">
|
188
187
|
<h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
|
189
188
|
</h5>
|
190
|
-
<button
|
191
|
-
aria-
|
192
|
-
<span style="font-size: 25px" aria-hidden="true">×</span>
|
189
|
+
<button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
|
190
|
+
<span aria-hidden="true">×</span>
|
193
191
|
</button>
|
194
192
|
</div>
|
195
193
|
<div class="modal-body px-md-5">
|
data/_includes/head/index.html
CHANGED
@@ -1,26 +1,61 @@
|
|
1
1
|
{% assign file = page.fileName %}
|
2
2
|
{% assign lang = page.lang %}
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
|
+
{% assign favicon = site.favicon %}
|
4
5
|
|
5
6
|
<head>
|
6
7
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
7
8
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
8
|
-
<meta charset="
|
9
|
+
<meta charset="utf-8" />
|
10
|
+
|
11
|
+
<link rel="shortcut icon" href="{{favicon}}" />
|
9
12
|
|
10
13
|
{% include seo.html %}
|
11
14
|
<link rel="canonical" href="{{site.url | append: page.url}}">
|
12
15
|
{%- if site.keyboard -%}
|
13
16
|
<meta name="keywords" content="{{site.keyboard}}" />
|
14
17
|
{%- endif -%}
|
15
|
-
|
16
|
-
|
18
|
+
|
19
|
+
{%- if site.removeBootstrapIcons !=
|
20
|
+
true -%}
|
21
|
+
<link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
|
22
|
+
{%- endif -%}
|
23
|
+
|
17
24
|
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
18
|
-
<link rel="stylesheet" href="
|
19
|
-
|
20
|
-
|
21
|
-
<link rel="stylesheet" href="
|
22
|
-
|
23
|
-
|
25
|
+
<link rel="stylesheet" href="/assets/css/style.css">
|
26
|
+
|
27
|
+
{%- if page.layout == "autogencontent"-%}
|
28
|
+
<link rel="stylesheet" href="/assets/css/content.css">
|
29
|
+
{%- endif -%}
|
30
|
+
|
31
|
+
{%- if page.layout == 'page' or page.layout == 'page2' -%}
|
32
|
+
<link rel="stylesheet" href="/assets/css/wordGroup.css">
|
33
|
+
{%- endif -%}
|
34
|
+
|
35
|
+
{%- if page.layout == 'xyzpages' -%}
|
36
|
+
<link rel="stylesheet" href="/assets/css/wordGroup.css">
|
37
|
+
{%- endif -%}
|
38
|
+
|
39
|
+
{%- if page.wordle == 'solver' -%}
|
40
|
+
<style>
|
41
|
+
.trywordle {
|
42
|
+
color: #fff;
|
43
|
+
background-color: #404040;
|
44
|
+
padding: 12px 100px;
|
45
|
+
border-radius: 50px;
|
46
|
+
}
|
47
|
+
|
48
|
+
.trywordle:hover {
|
49
|
+
color: #fff !important;
|
50
|
+
}
|
51
|
+
</style>
|
52
|
+
{%- endif -%}
|
53
|
+
|
54
|
+
{%- if site.show_allow_ad_blocker_pop -%}
|
55
|
+
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
56
|
+
{%- endif -%}
|
57
|
+
|
58
|
+
<link rel="manifest" href="/manifest.json">
|
24
59
|
|
25
60
|
{% include cssfile/links.html %}
|
26
61
|
|
@@ -39,6 +74,7 @@
|
|
39
74
|
"logo": "{{site.siteurl}}{{site.favicon}}"
|
40
75
|
}
|
41
76
|
</script>
|
77
|
+
|
42
78
|
<script type="application/ld+json">
|
43
79
|
{
|
44
80
|
"@context": "http://schema.org",
|
@@ -84,7 +120,6 @@
|
|
84
120
|
{%- include Rating/structureddata.html -%}
|
85
121
|
{%- endif -%}
|
86
122
|
|
87
|
-
{%- include google-analytics.html -%}
|
88
123
|
|
89
124
|
<script>
|
90
125
|
if ('serviceWorker' in navigator) {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
20
20
|
<ul class="navbar-nav ml-auto">
|
21
21
|
{%- for item in site.data.blog.nav.navItems -%}
|
22
|
-
<li class="nav-item">
|
22
|
+
<li class="nav-item" id="navbarDropdown">
|
23
23
|
<a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
|
24
24
|
</li>
|
25
25
|
{% endfor %}
|
data/_includes/header/index.html
CHANGED
@@ -20,12 +20,12 @@
|
|
20
20
|
<div class="nav-item">
|
21
21
|
<a class="nav-link" href="/blog">Blog</a>
|
22
22
|
</div>
|
23
|
-
<div class="nav-item dropdown">
|
23
|
+
<div class="nav-item dropdown" id="navbarDropdown">
|
24
24
|
<span class="nav-link dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown">
|
25
25
|
More
|
26
26
|
</span>
|
27
27
|
{%- if dataToShow.megaMenu -%}
|
28
|
-
<div class="dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
|
28
|
+
<div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
|
29
29
|
{%- for item in dataToShow.megaMenu.dropdown -%}
|
30
30
|
<div class="catPad mb-4">
|
31
31
|
<div style="margin: 0 0 20px;" class="text-muted">{{item.categoryName}}</div>
|
@@ -49,11 +49,11 @@
|
|
49
49
|
<li class="nav-item">
|
50
50
|
<a class="nav-link" href="/blog">Blog</a>
|
51
51
|
</li>
|
52
|
-
<li class="nav-item dropdown">
|
52
|
+
<li class="nav-item dropdown" id="navbarDropdown">
|
53
53
|
<span class="nav-link dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" role="button">
|
54
54
|
More
|
55
55
|
</span>
|
56
|
-
<div class="top_tool_bar dropdown-menu" aria-labelledby="navbarDropdown">
|
56
|
+
<div class="top_tool_bar dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
|
57
57
|
{% for item in dataToShow.more %}
|
58
58
|
<a class="dropdown-item" href="{{item.url}}">
|
59
59
|
{{item.name}}
|
data/_includes/howto.html
CHANGED