Plugin Directory

Changeset 3305111


Ignore:
Timestamp:
06/02/2025 02:26:19 PM (10 months ago)
Author:
aaextention
Message:

Update the plugin

Location:
aalivesite
Files:
4 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • aalivesite/trunk/readme.txt

    r1018220 r3305111  
    11=== 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&currency_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
     2Contributors: aaextensions
     3Donate link: https://aaextensions.com
     4Tags: aaextensions,livesite
     5Requires at least: 5.2
     6Tested up to: 6.8.1
     7Stable tag: 1.0.1
    98License: GPLv2 or later
    10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
    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
     11A 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.
    2312
    2413
    25 <strong>Version </strong><br />
     14== Description ==
     15A 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.
    2616
    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>
    2831
    2932
    3033
    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>
    3844
    3945
    4046
    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 &gt; 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 =
    4258
    4359Coming Soon ..
    4460
    45 == Changelog ==
     61= Changelog =
    4662
    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.