Skip to content

Commit

Permalink
SwG Release 0.1.22.181 (#35808)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmicedcoffee committed Aug 25, 2021
1 parent 37c76e6 commit 6b5c951
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 61 deletions.
2 changes: 1 addition & 1 deletion third_party/subscriptions-project/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.180 */
/** Version: 0.1.22.181 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down
6 changes: 3 additions & 3 deletions third_party/subscriptions-project/swg-gaa.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.180 */
/** Version: 0.1.22.181 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down Expand Up @@ -1393,7 +1393,7 @@ class GaaMeteringRegwall {
* Gets publisher name from JSON-LD page config.
* @private
* @nocollapse
* @return {string}
* @return {string|undefined}
*/
static getPublisherNameFromJsonLdPageConfig_() {
const ldJsonElements = self.document.querySelectorAll(
Expand Down Expand Up @@ -1423,7 +1423,7 @@ class GaaMeteringRegwall {
* Gets publisher name from Microdata page config.
* @private
* @nocollapse
* @return {string}
* @return {string|undefined}
*/
static getPublisherNameFromMicrodataPageConfig_() {
const publisherNameElements = self.document.querySelectorAll(
Expand Down

0 comments on commit 6b5c951

Please sign in to comment.