-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major update on WP-CLI and setup #826
Conversation
# Conflicts: # blocks/init/src/Blocks/components/copyright/copyright.php # blocks/init/src/Blocks/custom/site-footer/site-footer.php
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👏🏼
Left a question
@@ -12,7 +12,7 @@ export const CopyrightOptions = (attributes) => { | |||
|
|||
return ( | |||
<Toggle | |||
label={__('Copyright', 'eightshift-frontend-libs')} | |||
label={__('Copyright', '%g_textdomain%')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm probably missing something but how come this textdomain
convention is only used in this and site-footer-options.js
files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@piqusy what? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was all done for the other blocks in the previous PR so I fixed the additional changes Kanc did for this block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, it seems that I've clicked on a link for a single commit and saw just that small change 😄
1c3dfb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👏🏼
Left a suggestion
@@ -104,7 +104,7 @@ export const FeaturedContentOptions = ({ attributes, setAttributes }) => { | |||
}); | |||
}} | |||
|
|||
// placeholder={__('All', 'eightshift-frontend-libs')} | |||
// placeholder={__('All', '%g_textdomain%')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it stay or should it go?
* fixing global manifest and cssVariables functions * fixing getManifest function * fixing render methods * fixing renderPartial function * updating new wrapper * adding changelog --------- Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com> Bump glob-parent from 3.1.0 to 5.1.2 in /setup/create-wp-project (#783) Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v3.1.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Standardize Accessibility of Quote Blocks Across Browsers (#828) * added escaping function * change figure role to presentation * simplify the block to be interpreted same across the browsers Use existing copyright component in footer (#827) * use existing copyright component in footer * removed typography component from copyright * return getManifestByDir Bug/failure due to manifest selection (#822) * Revert "Frontend libs 9.5.0" * sync files * This regex ensures that only files named exactly manifest.json are matched --------- Co-authored-by: Goran Alković <77000136+goranalkovic-infinum@users.noreply.github.com> Major update on WP-CLI and setup (#826) * Major update on WP-CLI and setup fixes fixes fixes fixes fixes updating dependencies updating dependencies updating dependencies release
Dependant to Eightshift-libs@8.0.0
Changed
Components::getManifest
toComponents::getManifestByDir
method.Components::outputCssVariables($attributes, $manifest, $unique, $globalManifest)
toComponents::outputCssVariables($attributes, $manifest, $unique)
.renderPartial
torender
method.$this->renderWrapperView
toecho $renderContent;
.