Changeset 3305111
- Timestamp:
- 06/02/2025 02:26:19 PM (10 months ago)
- Location:
- aalivesite
- Files:
-
- 4 added
- 1 deleted
- 2 edited
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.0.1 (added)
-
tags/1.0.1/aalivesite.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/aalivesite.php (added)
-
trunk/plugin.php (deleted)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aalivesite/trunk/readme.txt
r1018220 r3305111 1 1 === AA Live Your Site === 2 Contributors: aaextention 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ashik685%40gmail%2ecom&lc=US&item_name=Donate%20AA%20Extension%20%21&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 4 Tags: aaextension,livesite , aaextention 5 Requires at least:3.0 6 Tested up to:4.0 7 Stable tag:1.0 8 Stable tag: 1.0 2 Contributors: aaextensions 3 Donate link: https://aaextensions.com 4 Tags: aaextensions,livesite 5 Requires at least: 5.2 6 Tested up to: 6.8.1 7 Stable tag: 1.0.1 9 8 License: GPLv2 or later 10 License URI: http ://www.gnu.org/licenses/gpl-2.0.html9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 12 A plugin to change urls after a migration from localhost to live or to a new domain. 13 14 ==Description== 15 16 <strong> How to use it </strong>< 17 18 Coming soon .. 19 20 <strong> Full Tutorial </strong>< 21 22 Coming soon 11 A lightweight WordPress plugin that safely updates all site URLs in your database after migrating from localhost to a live server or changing to a new domain. 23 12 24 13 25 <strong>Version </strong><br /> 14 == Description == 15 A lightweight WordPress plugin that safely updates all site URLs in your database after migrating from localhost to a live server or changing to a new domain. 26 16 27 1.0.0 17 18 = Features = 19 <ol> 20 <li>Update all site URLs across WordPress database tables</li> 21 <li>Safe Mode: Preview changes without modifying data</li> 22 <li>Backup database before URL update (requires server support)</li> 23 <li>Support for Elementor and other page builders</li> 24 <li>Works with multilingual and multi-language sites</li> 25 <li>Option to include custom tables for premium users</li> 26 <li>Elegant and user-friendly admin interface</li> 27 <li>Built-in Help and Troubleshooting tabs</li> 28 <li>Collapsible FAQ section within the settings page</li> 29 <li>Secure with nonce verification and permission checks</li> 30 </ol> 28 31 29 32 30 33 31 32 == Installation == 33 34 1. Install as regular WordPress plugin.<br /> 35 2. Go your plugin setting via WordPress Dashboard and find "<strong>AA Live Your Site</strong>" activate it.<br /> 36 37 <br /> 34 = How to use it = 35 <ol> 36 <li>Enter the old URL you want to replace (e.g., <code>https://oldsite.com</code>).</li> 37 <li>Enter the new URL to update to (e.g., <code>https://newsite.com</code>).</li> 38 <li>Optionally, check “Create database backup” to save your current database.</li> 39 <li>Optionally, enable “Safe Mode” to preview changes without applying them.</li> 40 <li>Optionally, check “Include custom tables” to update additional plugin data (premium feature).</li> 41 <li>Click “Update URLs” to start the replacement process.</li> 42 <li>Review the success or preview messages displayed after the operation.</li> 43 </ol> 38 44 39 45 40 46 41 == Screenshots == 47 = Installation = 48 <ol> 49 <li>Download the plugin ZIP file.</li> 50 <li>Go to your WordPress admin dashboard.</li> 51 <li>Navigate to <strong>Plugins > Add New</strong>.</li> 52 <li>Click <strong>Upload Plugin</strong> and choose the ZIP file.</li> 53 <li>Click <strong>Install Now</strong> and then <strong>Activate</strong>.</li> 54 <li>Access the plugin from the admin menu labeled <strong>Live Site</strong>.</li> 55 </ol> 56 57 =Screenshots = 42 58 43 59 Coming Soon .. 44 60 45 = = Changelog ==61 = Changelog = 46 62 47 48 = 1.0 = 49 * 2/11/2014 Initial release. 50 63 <ol> 64 <li><strong>Version 1.0.1</strong> (2025-06-02) 65 <ol type="a"> 66 <li>Version 1.0 - Initial release with URL update functionality.</li> 67 <li>Added Safe Mode to preview URL replacements without changes.</li> 68 <li>Included database backup option before updates.</li> 69 <li>Supported Elementor and multilingual sites.</li> 70 <li>Added premium feature: include custom tables for extended replacements.</li> 71 <li>Improved admin UI with Help, Troubleshooting tabs, and FAQ section.</li> 72 <li>Enhanced security with nonce verification and permission checks.</li> 73 </ol> 74 </li> 75 </ol>
Note: See TracChangeset
for help on using the changeset viewer.