Plugin Directory

Changeset 3045568


Ignore:
Timestamp:
03/05/2024 11:07:11 AM (2 years ago)
Author:
cssigniterteam
Message:

Update to version 2.4.1 from GitHub

Location:
cssigniter-shortcodes
Files:
40 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cssigniter-shortcodes/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • cssigniter-shortcodes/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • cssigniter-shortcodes/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • cssigniter-shortcodes/assets/screenshot-1.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • cssigniter-shortcodes/tags/2.4.1/ci-shortcodes.php

    r2611607 r3045568  
    66 * Author: The CSSIgniter Team
    77 * Author URI: https://www.cssigniter.com/
    8  * Version: 2.4.0
     8 * Version: 2.4.1
    99 * Text Domain: cssigniter-shortcodes
    1010 * Domain Path: languages
     
    2626
    2727if ( ! defined( 'CI_SHORTCODES_VERSION' ) ) {
    28     define( 'CI_SHORTCODES_VERSION', '2.4.0' );
     28    define( 'CI_SHORTCODES_VERSION', '2.4.1' );
    2929}
    3030
  • cssigniter-shortcodes/tags/2.4.1/readme.txt

    r2994973 r3045568  
    88Requires at least: 5.0
    99Tested up to: 6.4
    10 Stable tag: 2.4.0
     10Stable tag: 2.4.1
    1111
    1212This plugin defines and allows you to use a lot of useful shortcodes. Need a button? Sure. A message box? You know we have it.
     
    4444
    4545== Changelog ==
     46
     47= 2.4.1 =
     48* Fixed deprecation warning "Required parameter follows optional parameter" in PHP 8
    4649
    4750= 2.4.0 =
  • cssigniter-shortcodes/trunk/ci-shortcodes.php

    r2611607 r3045568  
    66 * Author: The CSSIgniter Team
    77 * Author URI: https://www.cssigniter.com/
    8  * Version: 2.4.0
     8 * Version: 2.4.1
    99 * Text Domain: cssigniter-shortcodes
    1010 * Domain Path: languages
     
    2626
    2727if ( ! defined( 'CI_SHORTCODES_VERSION' ) ) {
    28     define( 'CI_SHORTCODES_VERSION', '2.4.0' );
     28    define( 'CI_SHORTCODES_VERSION', '2.4.1' );
    2929}
    3030
  • cssigniter-shortcodes/trunk/readme.txt

    r2994973 r3045568  
    88Requires at least: 5.0
    99Tested up to: 6.4
    10 Stable tag: 2.4.0
     10Stable tag: 2.4.1
    1111
    1212This plugin defines and allows you to use a lot of useful shortcodes. Need a button? Sure. A message box? You know we have it.
     
    4444
    4545== Changelog ==
     46
     47= 2.4.1 =
     48* Fixed deprecation warning "Required parameter follows optional parameter" in PHP 8
    4649
    4750= 2.4.0 =
Note: See TracChangeset for help on using the changeset viewer.