Skip to content

Commit

Permalink
Release 10.34
Browse files Browse the repository at this point in the history
  • Loading branch information
techjewel committed May 5, 2024
1 parent 69ab9e9 commit 793c314
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions easy-code-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: easy-code-manager
* Version: 10.33
* Version: 10.34
* Requires PHP: 7.3
* Requires at least: 6.0
* Domain Path: /language
Expand All @@ -25,7 +25,7 @@

define('FLUENT_SNIPPETS_PLUGIN_PATH', plugin_dir_path(__FILE__));
define('FLUENT_SNIPPETS_PLUGIN_URL', plugin_dir_url(__FILE__));
define('FLUENT_SNIPPETS_PLUGIN_VERSION', '10.33');
define('FLUENT_SNIPPETS_PLUGIN_VERSION', '10.34');

class FluentCodeSnippetsBoot
{
Expand Down
21 changes: 15 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
=== FluentSnippets - The High-Performance file based Custom Code Snippet Plugin ===
=== FluentSnippets - The High-Performance file based Custom Code Snippets Plugin ===
Contributors: techjewel
Author URL: https://fluentsnippets.com
Tags: codes, functions, custom codes, php, footer
Tags: wp codes, functions, custom codes, php codes, code snippets
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.0 or higher
Requires PHP: 7.3 or higher
Tested up to: 6.4
Stable tag: 10.33
Requires PHP: 7.3
Tested up to: 6.5
Stable tag: 10.34

Add high-performance Code Snippets in your WordPress. Add header and footer scripts, PHP Snippets, Custom CSS /JS snippets with advanced conditional logic, and more...
Add header and footer scripts, PHP Snippets, Custom CSS /JS snippets with advanced conditional logic, and more...

== Description ==

Expand All @@ -34,6 +34,8 @@ With this native design, FluentSnippets is native, secure by design, and the mos
- **Custom Shortcode:** With custom shortcode of your snippets, you can create custom dynamic content blocks and use them across your site and manage them.
- **Stand-alone Mode:** The most interesting feature is the Stand-alone Mode. With this feature, you can add your snippets, activate the standalone mode, and then you can uninstall and delete the plugin and your snippets will still run via mu-plugins architecture and when you reactivate the plugin you can manage your snippets as before.

[youtube https://www.youtube.com/watch?v=-bQPZ23LSdQ]


### Powerful Smart Conditional Logics
We have added smart conditional logic to let you choose precisely where you want to execute your code. These conditional logics include
Expand Down Expand Up @@ -76,6 +78,8 @@ With this native design, FluentSnippets is native, secure by design, and the mos
- Dynamic Content to different types of places like before/after post content or footer
- Dynamic Shortcode

[youtube https://www.youtube.com/watch?v=5E1w4mGe3xw]

== Other Plugins By The Same Team ==
<ul>
<li><a href="https://wordpress.org/plugins/fluent-crm/" target="_blank">FluentCRM – Email Marketing, Newsletter, Email Automation and CRM Plugin for WordPress</a></li>
Expand Down Expand Up @@ -130,6 +134,11 @@ Absolutely not. Unlike other code snippets plugin, FluentSnippets does not use t

== Changelog ==

= 10.34 - May 05, 2024 =
- Fixed Script Conditions Issues
- Added Loading as File for Snippets
- Fixed PHP 8.x Compatibility Issues

= 10.33 - Jan 25, 2024 =
- Fixed Snippet Error Issue Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="fss_about">
<div class="fss_header">Contributors</div>
<div class="fss_content">
<p>FluentSnippets is powered by it's users like you. Feel free to contribute on Github. Thanks
<p>FluentSnippets is powered by it's users like you. <a target="_blank" rel="noopener" href="https://github.com/WPManageNinja/easy-code-manager">Feel free to contribute on Github</a>. Thanks
to
all of our contributors.</p>

Expand Down

0 comments on commit 793c314

Please sign in to comment.