Plugin Directory

Changeset 3466922


Ignore:
Timestamp:
02/22/2026 02:58:05 PM (5 weeks ago)
Author:
fitehal
Message:

Release 1.6.1: add Hindi (hi_IN) and Marathi (mr_IN) translations and language files

Location:
wp-curtain-raiser
Files:
12 added
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • wp-curtain-raiser/tags/1.6.1/README.txt

    r3466910 r3466922  
    66Tested up to: 6.9.1
    77Requires PHP: 7.4.0
    8 Stable tag: 1.6.0
     8Stable tag: 1.6.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-curtain-raiser/tags/1.6.1/wp-curtain-raiser.php

    r3466910 r3466922  
    44 * Plugin URI:  https://wordpress.org/plugins/wp-curtain-raiser/
    55 * Description: Adds an animated curtain-raiser overlay to your WordPress site for inaugural ceremonies. Trigger via ?curtain_ceremony=true.
    6  * Version:     1.6.0
     6 * Version:     1.6.1
    77 * Author:      Team Peenak
    88 * Author URI:  https://www.peenak.com/
     
    2626// Constants
    2727// ---------------------------------------------------------------------------
    28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6.0' );
     28define( 'WP_CURTAIN_RAISER_VERSION', '1.6.1' );
    2929define( 'WP_CURTAIN_RAISER_FILE',    __FILE__ );
    3030define( 'WP_CURTAIN_RAISER_DIR',     plugin_dir_path( __FILE__ ) );
  • wp-curtain-raiser/trunk/README.txt

    r3466910 r3466922  
    66Tested up to: 6.9.1
    77Requires PHP: 7.4.0
    8 Stable tag: 1.6.0
     8Stable tag: 1.6.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-curtain-raiser/trunk/wp-curtain-raiser.php

    r3466910 r3466922  
    44 * Plugin URI:  https://wordpress.org/plugins/wp-curtain-raiser/
    55 * Description: Adds an animated curtain-raiser overlay to your WordPress site for inaugural ceremonies. Trigger via ?curtain_ceremony=true.
    6  * Version:     1.6.0
     6 * Version:     1.6.1
    77 * Author:      Team Peenak
    88 * Author URI:  https://www.peenak.com/
     
    2626// Constants
    2727// ---------------------------------------------------------------------------
    28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6.0' );
     28define( 'WP_CURTAIN_RAISER_VERSION', '1.6.1' );
    2929define( 'WP_CURTAIN_RAISER_FILE',    __FILE__ );
    3030define( 'WP_CURTAIN_RAISER_DIR',     plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.