Skip to content

Commit

Permalink
WordPress側の情報をmetaタグに出力する (#56)
Browse files Browse the repository at this point in the history
closes #55 




<!-- This is an auto-generated comment: release notes by OSS CodeRabbit
-->
### Summary by CodeRabbit

- New Feature: Added a "Meta tags" section in the WordPress settings
page, allowing users to input meta tags for Google Tag Manager.
- Refactor: Removed deprecated "Universal Analytics Account Setting"
section from the settings page.
- Refactor: Updated dependencies in the package screen helper and
removed the "ga-custom-dimensions" dependency.
- Refactor: Deprecated `ga-custom-dimensions.js` file and `Accounts`,
`Profiles`, and `Properties` classes in the `ga-communicator` package.
- New Feature: Introduced a new method `render_meta()` in the
`ScriptRenderer` class to render meta tags based on placeholder values.
<!-- end of auto-generated comment: release notes by OSS CodeRabbit -->
  • Loading branch information
fumikito committed Jan 11, 2024
2 parents 323447c + ccd666d commit b57bbde
Show file tree
Hide file tree
Showing 13 changed files with 270 additions and 259 deletions.
2 changes: 1 addition & 1 deletion assets/js/ga-communicator-setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*!
* Package screen helper.
*
* @deps wp-api-fetch, jquery, wp-i18n, ga-custom-dimensions, ga-sandbox
* @deps wp-api-fetch, jquery, wp-i18n, ga-sandbox
*/

const $ = jQuery;
Expand Down
1 change: 1 addition & 0 deletions assets/js/ga-custom-dimensions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*!
* Custom dimensions.
*
* @deprecated 3.6.0
* @package ga-communicator
* @handle ga-custom-dimensions
* @deps wp-api-fetch, wp-element, wp-components, wp-i18n
Expand Down
2 changes: 1 addition & 1 deletion dist/css/ga-communicator-setting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/map/ga-communicator-setting.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified languages/ga-communicator-ja.mo
Binary file not shown.
Loading

0 comments on commit b57bbde

Please sign in to comment.