Skip to content

Commit

Permalink
Merge pull request #100 from oceanwp/revision
Browse files Browse the repository at this point in the history
Revision
  • Loading branch information
eramits authored Jul 3, 2024
2 parents 073f55d + 19ce921 commit 8a5c179
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Changelog ==

= 2.3.0 - JUL 03 2024 =
- Fixed: Potential vulnerability patched: Report by Patchstack from June 25th 2024.
Updated: WordPress version for compatibility.

= 2.2.9 - JUN 05 2024 =
- Fixed: Potential vulnerability patched: Wordfence report from Jun 3rd 2024. A special thanks goes towards the Wordfence team for doublechecking everything as always.
- Fixed: WordPress Widgets: Flickr: if widget in use more than once on a page, images display with a single widget only.
Expand Down
2 changes: 1 addition & 1 deletion includes/widgets/flickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function widget( $args, $instance ) {
if ( $id ) : ?>
<div class="oceanwp-flickr-wrap">
<div id="<?php echo $unique_id; ?>" class="oceanwp-flickr-container" data-user-id="<?php echo esc_attr( $id ); ?>" data-max-photos="<?php echo intval( $number ); ?>"></div>
<p class="flickr_stream_wrap"><a class="follow_btn" href="http://www.flickr.com/photos/<?php echo strip_tags( $id ); ?>"><?php esc_html_e( 'View stream on flickr', 'ocean-extra' ); ?></a></p>
<p class="flickr_stream_wrap"><a class="follow_btn" href="http://www.flickr.com/photos/<?php echo esc_attr(strip_tags($id)); ?>"><?php esc_html_e( 'View stream on flickr', 'ocean-extra' ); ?></a></p>
</div>
<?php
endif;
Expand Down
4 changes: 2 additions & 2 deletions languages/ocean-extra.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Ocean Extra plugin.
msgid ""
msgstr ""
"Project-Id-Version: Ocean Extra 2.2.9\n"
"Project-Id-Version: Ocean Extra 2.3.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ocean-extra\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-06-05T07:21:26+00:00\n"
"POT-Creation-Date: 2024-07-03T05:42:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: ocean-extra\n"
Expand Down
4 changes: 2 additions & 2 deletions ocean-extra.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: Ocean Extra
* Plugin URI: https://oceanwp.org/extension/ocean-extra/
* Description: Add extra features and flexibility to your OceanWP theme for a turbocharged premium experience and full control over every aspect of your website.
* Version: 2.2.9
* Version: 2.3.0
* Author: OceanWP
* Author URI: https://oceanwp.org/
* Requires at least: 5.6
* Tested up to: 6.5.3
* Tested up to: 6.5.5
* Text Domain: ocean-extra
* Domain Path: /languages
*
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: oceanwp, apprimit, wpfleek
Tags: widgets, meta box, metaboxes, metabox, oceanwp
Requires at least: 5.6
Tested up to: 6.5.3
Stable tag: 2.2.9
Tested up to: 6.5.5
Stable tag: 2.3.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -216,6 +216,10 @@ You can report problems on [this support forum](https://wordpress.org/support/pl

== Changelog ==

= 2.3.0 - JUL 03 2024 =
- Fixed: Potential vulnerability patched: Report by Patchstack from June 25th 2024.
Updated: WordPress version for compatibility.

= 2.2.9 - JUN 05 2024 =
- Fixed: Potential vulnerability patched: Wordfence report from Jun 3rd 2024. A special thanks goes towards the Wordfence team for doublechecking everything as always.
- Fixed: WordPress Widgets: Flickr: if widget in use more than once on a page, images display with a single widget only.
Expand Down

0 comments on commit 8a5c179

Please sign in to comment.