Skip to content
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

Release #1152

Merged
merged 21 commits into from
May 23, 2024
Merged

Release #1152

Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b856b84
Sync branch [skip ci]
pirate-bot May 14, 2024
468c3c8
Sync branch [skip ci]
pirate-bot May 14, 2024
c50062e
Update index.php
vytisbulkevicius May 16, 2024
2e20fdb
chore: replaced favicons with dashicons
GrigoreMihai May 17, 2024
1ea938f
chore: added renew notice dom cleanup on close
GrigoreMihai May 17, 2024
874cf97
chore: added proper links for license renew on lock notice
GrigoreMihai May 17, 2024
7c53f00
chore: optimized feature lock notice rendering
GrigoreMihai May 20, 2024
94c9181
removed leftover testing code
GrigoreMihai May 20, 2024
565348d
lint code
GrigoreMihai May 20, 2024
378fa1a
chore: mode the pro popup blocker to separate function
GrigoreMihai May 20, 2024
064c73b
lint code
GrigoreMihai May 20, 2024
7b5d823
fix: sql for subscriber
preda-bogdan May 20, 2024
cedcd06
chore: code style
preda-bogdan May 20, 2024
e6e85fb
chore(deps): bump codeinwp/themeisle-sdk from 3.3.21 to 3.3.22
dependabot[bot] May 20, 2024
106789c
Merge pull request #1155 from Codeinwp/dependabot/composer/developmen…
vytisbulkevicius May 21, 2024
7a58250
chore: addresed pr review changes
GrigoreMihai May 22, 2024
ebe416e
fix: widget not loading
preda-bogdan May 23, 2024
7ae84d2
Merge pull request #1154 from Codeinwp/fix/sql_data_save
vytisbulkevicius May 23, 2024
b94a05b
Merge pull request #1157 from Codeinwp/fix/widgets
vytisbulkevicius May 23, 2024
187c7f6
chore: added e2e test for pro chart lock
GrigoreMihai May 23, 2024
f131320
Merge pull request #1153 from Codeinwp/fix/470
vytisbulkevicius May 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint code
  • Loading branch information
GrigoreMihai committed May 20, 2024
commit 565348d79d7e823fe0215054a30014221ed10951
2 changes: 1 addition & 1 deletion classes/Visualizer/Render/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private function _renderLibrary() {
<h1 class="vizualizer-renew-notice-heading">Alert!</h1>
<p class="vizualizer-renew-notice-message">' . esc_html__( 'In order to edit premium charts, benefit from updates and support for Visualizer Premium plugin, please renew your license code or activate it.', 'visualizer' ) . ' </p>
<div class="vizualizer-renew-notice-buttons-container">
<a href="' . esc_url( $renew_license_url) . '" target="_blank">
<a href="' . esc_url( $renew_license_url) . '" target="_blank">
<button class="vizualizer-renew-notice-button vizualizer-renew-notice-renew-button">
<span class="dashicons dashicons-cart"></span>' . esc_html__( 'Renew License', 'visualizer' ) . '
</button>
Expand Down
Loading