PluginProbe
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager / 1.2
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager v1.2
10.56 1.2.1 10 10.1 10.2 10.3 10.31 10.32 10.33 10.34 10.50 10.51 10.52 10.53 10.55 9.0 9.0.1 9.4 trunk 1.0.0 1.1 1.2
easy-code-manager / includes / html / lowerECMPlusVersion.html.php

lowerECMPlusVersion.html.php in FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager 1.2, at includes/html/lowerECMPlusVersion.html.php

48 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // No direct access
4 defined( 'ABSPATH' ) or die( 'Access Denied' );
5
6 $ecmpPluginData = get_plugin_data(ECM_PLUS_FILE, false, false);
7 ?>
8 <div class="notice notice-error cjt-installation-notice cjt-installation-notice-custom">
9 <p>
10 <h3><strong>You still need to update Easy Code Manager PLUS to version <?php echo ECMCI::VERSION; ?></strong></h3>
11 The risk of stability issues will increase if you continue to use an earlier version of Easy Code Manager PLUS with a newer version of Easy Code Manager free.
12 <br />
13 <br />
14 Please update by following the steps below.
15 <br />
16 <br />
17 <strong>STEPS:</strong>
18 <ol>
19 <li>Go to the <a href="<?php echo admin_url('plugins.php'); ?>">Plugins page</a></li>
20 <li>Click the 'Setup' link under Easy Code Manager PLUS</li>
21 <li>Copy and paste the license key you would have received via email during your subscription purchase</li>
22 <li>Enter your full name, and then click the Activate button</li>
23 <li>Update Easy Code Manager PLUS</li>
24 <li>Clear out your browser cache</li>
25 </ol>
26 Easy Code Manager and Easy Code Manager PLUS should both be at version <?php echo ECMCI::VERSION; ?>
27 <br />
28 <br />
29 <strong>RECOMMENDATIONS:</strong>
30 <br />
31 <br />
32 If your Easy Code Manager PLUS subscription has expired, it is highly recommended to purchase a new subscription. You will then receive a new license key to enter. <a href="https://easy-code-manager.com/pricing" title="Get the latest version of ECM PLUS" target="_blank">Click here to Purchase</a>.
33 <br />
34 Otherwise, if you prefer to keep Easy Code Manager PLUS at the older 1.1 version, then manually download and install the previous: <a href=" https://downloads.wordpress.org/plugin/easy-code-manager.1.1.zip" title="Download ECM FREE 1.1">Easy Code Manager version 1.1</a> and do not update to anything higher.
35 <br />
36 Besides missing out on brand new features and important updates and fixes, leaving it at an earlier version will not ensure future stability.
37 <br />
38 <br />
39 <strong>HAVE YOU CLEARED YOUR BROWSER CACHE?</strong>
40 <br />
41 <br />
42 After updating, if the Easy Code Manager user interface (UI) does not look quite right, you may need to fully clear out your browser cache so Easy Code Manager can pull in any new scripts and stylesheets.
43 <br />
44 <br />
45 <a href="#" class="dismiss-warning">Dismiss</a>
46 </p>
47 </div>
48