Skip to content

Commit

Permalink
Merge pull request #28 from smalltowndev/release-v0.8.2
Browse files Browse the repository at this point in the history
Release v0.8.2
  • Loading branch information
lushkant authored Jan 21, 2024
2 parents bfd5649 + 7855779 commit 96b62f8
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 6 deletions.
28 changes: 28 additions & 0 deletions assets/css/admin-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
border-color: rgb(38, 57, 227);
}

.rsfv .menu-title {
font-weight: bold;
}

.rsfv .forminp .description {
display: block;
margin-top: 10px;
Expand Down Expand Up @@ -294,9 +298,33 @@
.rsfv.getpro .tab-content .rsfv-button {
display: inline-block;
margin-top: 10px;
font-size: 18px;
padding: 4px 20px;
}

.rsfv .sidebar .upgrade-box {
background: #fff;
border: 1px solid #dcdcdc;
padding: 5px 30px 25px;
}


.rsfv .sidebar .upgrade-box > * {
margin-bottom: 15px;
}

.rsfv .sidebar .upgrade-box .desc {
font-size: 15px;
}

.rsfv .sidebar .upgrade-box .button.button-primary {
font-size: 16px;
width: 100%;
padding: 6px 0;
text-align: center;
}


@media screen and ( min-width: 1920px ) {
.rsfv.getpro form {
height: auto;
Expand Down
3 changes: 2 additions & 1 deletion includes/Settings/Views/html-admin-settings-getpro.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
</ul>
<p><?php esc_html_e( '.. and more coming soon.', 'rsfv' ); ?></p>
<h1 class="offer-highlight">Grab it with the early bird deal with a lifetime version for just <strong>$69.99 (For first few customers)</strong>.</h1>
<a href="<?php echo esc_url( get_admin_url() . 'options-general.php?page=rsfv-settings-addons' ); ?>" class="rsfv-button button-primary"><?php esc_html_e( 'Explore RSFV Pro', 'rsfv' ); ?></a>
<p>p.s. You can buy it directly from the dashboard here, by visiting the <a href="<?php echo esc_url( get_admin_url() . 'options-general.php?page=rsfv-settings-addons' ); ?>">addons page</a>.</p>
<a href="https://smalltowndev.com/really-simple-featured-video?utm_campaign=settings-protab&utm_source=rsfv-plugin" target="_blank" class="rsfv-button button-primary"><?php esc_html_e( 'Explore RSFV Pro', 'rsfv' ); ?></a>
</div>
38 changes: 38 additions & 0 deletions includes/Settings/Views/html-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,44 @@
</div>
</form>
<div class="sidebar">
<?php if ( ! class_exists( '\RSFV_Pro\Plugin' ) ) : ?>
<div class="upgrade-box">
<div>
<h3>🚀 &nbsp;Grab the Pro version with our Early Bird Lifetime Deal</h3>
<p class="desc">We recently released RSFV Pro plugin to support additional features, where we can continue to keep them maintained and updated.</p>
</div>
<div>
<p class="desc"><strong>Our Pro plugin includes these features -</strong></p>
<ul>
<li>✅ <strong>Change Video Aspect Ratio</strong></li>
<li>✅ <strong>Change Video Order at Woo Product CPT</strong></li>
<li>✅ <strong>Requests for Theme Compatibility</strong></li>
<li>✅ <strong>Priority Support</strong></li>
</ul>
</div>
<div>
<p class="desc">More features to come in the future, to name a few -</p>
<ul>
<li>🏗️ Elementor support</li>
<li>🏗️ Divi Support</li>
<li>🏗️ Featured Video Blocks for Full Site Editing </li>
<li>🏗️ And more Woo customizations</li>
</ul>
</div>

<div>
<a class="button button-primary" href="https://smalltowndev.com/really-simple-featured-video?utm_campaign=settings-sidebar&utm_source=rsfv-plugin" target="_blank">Grab this deal</a>
</div>

<div>
<p><em>Lifetime deal is available for first few customers only, thank you for supporting our launch, you are not just any supporters but truly the founders of our small business.</em></p>
<p><strong>Krishna</strong>, Creator of Really Simple Featured Video</p>

<p><strong>Have questions?</strong> Please mail us at <a href="mailto:support@smalltowndev.com">support@smalltowndev.com</a>, and we will get back to you at the earliest :)</p>

</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: smalltowndev, lushkant
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.4.2
Stable tag: 0.8.1
Stable tag: 0.8.2
Tags: featured, video, featured video, woocommerce, product-video, video embed, youtube, dailymotion, vimeo, woo, cpt
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -94,10 +94,15 @@ Yes, and is available for purchase from the plugin settings in your /wp-admin Da
Yes, as long as the theme you use follows standard WordPress/WooCommerce way of handling post thumbnails, this plugin should work without any problems.

= Where can I get help? =
You can get help by reaching out to us at [our website](https://smalltowndev.com/really-simple-featured-video/?utm_source=wporg&utm_medium=referral&utm_campaign=readme) or support forums here.
For the free version of this plugin, support is limited to support forums here.
And if you're a Pro user, you can directly send us a mail at [support@smalltowndev.com](mailto:support@smalltowndev.com) for any query you may have, and we will get back to you at the earliest.

== Changelog ==

= 0.8.2 - January 21, 2023 =
- New: RSFV Pro announcement at sidebar
- Improvement: Minor code changes

= 0.8.1 - December 16, 2023 =
- New: Support for Pro add on
- Fix: Warning at reading $product
Expand Down
6 changes: 3 additions & 3 deletions really-simple-featured-video.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Really Simple Featured Video
* Plugin URI: https://github.com/smalltowndev/really-simple-featured-video
* Plugin URI: https://smalltowndev.com/really-simple-featured-video
* Description: Upload featured videos for WordPress posts, pages & WooCommerce products.
* Version: 0.8.1
* Version: 0.8.2
* Author: Small Town Dev, Krishna Kant Chourasiya
* Author URI: https://smalltowndev.com
* License: GPL2
Expand All @@ -16,7 +16,7 @@

defined( 'ABSPATH' ) || exit;

define( 'RSFV_VERSION', '0.8.1' );
define( 'RSFV_VERSION', '0.8.2' );
define( 'RSFV_PLUGIN_FILE', __FILE__ );
define( 'RSFV_PLUGIN_URL', plugin_dir_url( RSFV_PLUGIN_FILE ) );
define( 'RSFV_PLUGIN_DIR', plugin_dir_path( RSFV_PLUGIN_FILE ) );
Expand Down

0 comments on commit 96b62f8

Please sign in to comment.