Plugin Directory

Changeset 3416709


Ignore:
Timestamp:
12/10/2025 07:17:19 PM (3 months ago)
Author:
doc4
Message:

Updating to 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • limit-post-add-on/trunk/readme.txt

    r3416674 r3416709  
    44Requires at least: 2.7
    55Tested up to: 6.9
    6 Stable tag: 2.0
     6Stable tag: 2.1
    77Requires PHP: 5.4
    88License: GPL-2.0+
     
    1313== Description ==
    1414Note: This update requires that updating of your code:
    15 • Update 'the_content_limit();' with 'limit_post_add_on_the_content_limit();'
    16 • Update 'get_the_content();' with 'limit_post_add_on_get_the_content_limit();'
     15• Update 'the_content_limit();' with 'lpao_the_content();'
     16• Update 'get_the_content();' with 'lpao_get_the_content();'
    1717
    1818Limit-Post is one of the better WordPress post content limiters we have come across, both in terms of usability and size. Developed by labitacora.net Limit-Post provides excellent control over the post character-length and even adds the ability to create a "read more ..." link with a single line of code.
     
    36363. Log-in to the WordPress administration panel and visit the Plugins page.
    37374. Locate the Limit Post plugin and click on the activate link.
    38 5. Replace the_content(); with limit_post_add_on_the_content_limit(200, "continue..."); or
    39 6. Replace get_the_content(); with limit_post_add_on_get_the_content(200, "continue...");
     385. Replace the_content(); with lpao_the_content(200, "continue..."); or
     396. Replace get_the_content(); with lpao_get_the_content(200, "continue...");
    4040
    4141
     
    4343== Changelog ==
    4444
    45 = 12.0 =
     45= 2.1 =
     46* Shortened the function name
     47* Updated the readme.txt to reflect this
     48
     49= 2.0 =
    4650* Updated code to ensure functionality with WordPress 6.9
    4751* Updated Required Headers for readme.txt
Note: See TracChangeset for help on using the changeset viewer.