Plugin Directory

Changeset 3062247

Timestamp:
04/01/2024 07:33:05 PM (4 months ago)
Author:
bobbingwide
Message:

oik-read-more v0.2.6 tested with WordPress 6.5-RC3

Location:
oik-read-more/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • oik-read-more/trunk/oik-read-more.php

    r2981769 r3062247  
    44Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-read-progressively-reveal-content/
    55Description: Implements [bw_more] shortcode to progressively reveal content
    6 Version: 0.2.5
     6Version: 0.2.
    77Author: bobbingwide
    88Author URI: https://bobbingwide.com/about-bobbing-wide
     
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
    14     Copyright 2014-2023 Bobbing Wide (email : herb@bobbingwide.com )
     14    Copyright 2014-202 Bobbing Wide (email : herb@bobbingwide.com )
    1515
    1616    This program is free software; you can redistribute it and/or modify
     
    3838}
    3939
     40
     41
     42
     43
    4044/**
    4145 * Implement "admin_notices" for oik-read-more to check plugin dependency
     
    5963function oik_rm_plugin_loaded() {
    6064  add_action( "admin_notices", "oik_rm_activation" );
    61   add_action( "oik_add_shortcodes", "oik_rm_init" );
     65  add_action( "oik_" );
    6266}
  • oik-read-more/trunk/readme.txt

    r2981769 r3062247  
    44Tags: shortcode, [bw_more], oik
    55Requires at least: 3.9
    6 Tested up to: 6.4-RC1
     6Tested up to: 6.
    77Stable tag: 0.2.5
    88License: GPLv2 or later
     
    5959
    6060== Upgrade Notice ==
    61 = 0.2.5 =
    62 Upgrade for support for PHP 8.1 and PHP 8.2
     61= 0.2. =
     62Upgrade for support for PHP 8.
    6363
    64 = 0.2.4 =
    65 Tested with WordPress 6.0.1 and WordPress Multi Site.
    66 
    67 = 0.2.3 =
    68 Tested with WordPress 5.3.1 and WordPress Multi Site.
    69 
    70 = 0.2.2 =
    71 Tested with WordPress 4.7.3 and WordPress Multisite. Tested with PHP 7.1. Now depends on oik v3.1 or higher.
    72 
    73 = 0.2.1 =
    74 Tested with WordPress 4.4 and WordPress Multisite. Now depends on oik v2.5 or higher
    75 
    76 = 0.2 =
    77 Tested up to WordPress 4.0
    78 
    79 = 0.1 =
    80 Tested up to WordPress 3.9
    8164
    8265== Changelog ==
    83 = 0.2.5 =
    84 * Changed: Support PHP 8.1 and PHP 8.2 #5
    85 * Tested: With WordPress 6.4-RC1 and WordPress Multisite
    86 * Tested: With PHP 8.0, PHP 8.1 and PHP 8.2
     66= 0.2.6 =
     67* Changed: Support PHP 8.3 #5
     68* Fixed: Only respond to oik_add_shortcodes after oik_loaded #6
     69* Tested: With WordPress 6.5-RC3 and WordPress Multisite
     70* Tested: With PHP 8.3
    8771* Tested: With PHPUnit 9.6
    88 
    89 = 0.2.4 =
    90 * Changed: Correct a comment
    91 * Tested: With WordPress 6.0.1 and WordPress Multi Site
    92 * Tested: With PHP 8.0
    93 
    94 = 0.2.3 =
    95 * Changed: Removed some commented out/redundant code
    96 * Tested: With WordPress 5.3.1 and WordPress Multi Site
    97 * Tested: With PHP 7.3 and PHP 7.4
    98 
    99 = 0.2.2 =
    100 * Changed: Depends on oik v3.1 or higher
    101 * Tested: With WordPress 4.7.3 and WordPress Multisite
    102 * Tested: With PHP 7.1
    103 
    104 = 0.2.1 =
    105 * Changed: Depends on oik v2.5 or higher
    106 * Tested: With WordPress 4.4 and WordPress MultiSite
    107 
    108 = 0.2 =
    109 * Changed: Does not need to set the plugin server for a plugin hosted on WordPress.org
    110 * Tested: With WordPress 4.0
    111 * Fixed: readme.txt file
    112  
    113 = 0.1 =
    114 * Added: New plugin implementing the [bw_more] shortcode
Note: See TracChangeset for help on using the changeset viewer.