Changeset 3133236
- Timestamp:
- 08/09/2024 01:12:28 PM (19 months ago)
- Location:
- compare-plugins-with-latest-version
- Files:
-
- 43 added
- 1 deleted
- 1 edited
-
tags/5.3 (added)
-
tags/5.3/.gitignore (added)
-
tags/5.3/Compare-files-plugin-text.png (added)
-
tags/5.3/Compare-files.png (added)
-
tags/5.3/LICENSE (added)
-
tags/5.3/compare-plugins-with-latest-version.php (added)
-
tags/5.3/cplv-file-not-found.txt (added)
-
tags/5.3/cplv-load-admin.php (added)
-
tags/5.3/cplv-load-common-function.php (added)
-
tags/5.3/cplv-load-comparescreen-file.php (added)
-
tags/5.3/css (added)
-
tags/5.3/css/all.css (added)
-
tags/5.3/css/bootstrap.min.css (added)
-
tags/5.3/css/font-awesome.min.css (added)
-
tags/5.3/css/load-compare-screen.css (added)
-
tags/5.3/extract (added)
-
tags/5.3/images (added)
-
tags/5.3/images/bv_logo.png (added)
-
tags/5.3/images/loaderimage.gif (added)
-
tags/5.3/images/logo.png (added)
-
tags/5.3/js (added)
-
tags/5.3/js/bootstrap.min.js (added)
-
tags/5.3/js/compare-screen.js (added)
-
tags/5.3/js/extract-package.js (added)
-
tags/5.3/lib (added)
-
tags/5.3/lib/cplv.class.Diff.php (added)
-
tags/5.3/readme.txt (added)
-
tags/5.3/webfonts (added)
-
tags/5.3/webfonts/fa-brands-400.eot (added)
-
tags/5.3/webfonts/fa-brands-400.svg (added)
-
tags/5.3/webfonts/fa-brands-400.ttf (added)
-
tags/5.3/webfonts/fa-brands-400.woff (added)
-
tags/5.3/webfonts/fa-brands-400.woff2 (added)
-
tags/5.3/webfonts/fa-regular-400.eot (added)
-
tags/5.3/webfonts/fa-regular-400.svg (added)
-
tags/5.3/webfonts/fa-regular-400.ttf (added)
-
tags/5.3/webfonts/fa-regular-400.woff (added)
-
tags/5.3/webfonts/fa-regular-400.woff2 (added)
-
tags/5.3/webfonts/fa-solid-900.eot (added)
-
tags/5.3/webfonts/fa-solid-900.svg (added)
-
tags/5.3/webfonts/fa-solid-900.ttf (added)
-
tags/5.3/webfonts/fa-solid-900.woff (added)
-
tags/5.3/webfonts/fa-solid-900.woff2 (added)
-
tags/5.5 (deleted)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
compare-plugins-with-latest-version/trunk/readme.txt
r3133224 r3133236 27 27 * File extension is available in the setting section of the WordPress plugin such that the users are able to exercise preference over file comparison. 28 28 29 == Installation ==30 31 Minimum Requirements32 33 * WordPress 4.4 or greater34 * PHP version 5.2.4 or greater35 * MySQL version 5.0 or greater36 37 Install38 39 Using The WordPress Dashboard40 41 1. Navigate to "Plugins -> Add New" from your dashboard42 2. Search for "Compare Plugins with Latest Version"43 3. Click "Install Now" button of this plugin44 4. Activate the plugin45 46 Manual installation47 48 1. Upload the 'Compare Plugins with Latest Version' folder to the '/wp-content/plugins/' directory.49 2. Activate the plugin through the 'Plugins' tab from WordPress admin.50 3. After activation Go to Plugins tab from WordPress admin. From this tab, you can see "Compare files with new Plugins" link with the new update vesion alert of each plugins.51 29 52 30 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.