Changeset 3466922
- Timestamp:
- 02/22/2026 02:58:05 PM (5 weeks ago)
- Location:
- wp-curtain-raiser
- Files:
-
- 12 added
- 2 edited
- 8 copied
-
tags/1.6.1 (copied) (copied from wp-curtain-raiser/trunk)
-
tags/1.6.1/README.txt (copied) (copied from wp-curtain-raiser/trunk/README.txt) (1 diff)
-
tags/1.6.1/css/wp-curtain-raiser-admin.css (copied) (copied from wp-curtain-raiser/trunk/css/wp-curtain-raiser-admin.css)
-
tags/1.6.1/css/wp-curtain-raiser-public.css (copied) (copied from wp-curtain-raiser/trunk/css/wp-curtain-raiser-public.css)
-
tags/1.6.1/includes (copied) (copied from wp-curtain-raiser/trunk/includes)
-
tags/1.6.1/js/wp-curtain-raiser-public.js (copied) (copied from wp-curtain-raiser/trunk/js/wp-curtain-raiser-public.js)
-
tags/1.6.1/languages (added)
-
tags/1.6.1/languages/wp-curtain-raiser-hi_IN.mo (added)
-
tags/1.6.1/languages/wp-curtain-raiser-hi_IN.po (added)
-
tags/1.6.1/languages/wp-curtain-raiser-mr_IN.mo (added)
-
tags/1.6.1/languages/wp-curtain-raiser-mr_IN.po (added)
-
tags/1.6.1/languages/wp-curtain-raiser.pot (added)
-
tags/1.6.1/uninstall.php (copied) (copied from wp-curtain-raiser/trunk/uninstall.php)
-
tags/1.6.1/wp-curtain-raiser.php (copied) (copied from wp-curtain-raiser/trunk/wp-curtain-raiser.php) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/languages (added)
-
trunk/languages/wp-curtain-raiser-hi_IN.mo (added)
-
trunk/languages/wp-curtain-raiser-hi_IN.po (added)
-
trunk/languages/wp-curtain-raiser-mr_IN.mo (added)
-
trunk/languages/wp-curtain-raiser-mr_IN.po (added)
-
trunk/languages/wp-curtain-raiser.pot (added)
-
trunk/wp-curtain-raiser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-curtain-raiser/tags/1.6.1/README.txt
r3466910 r3466922 6 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4.0 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-curtain-raiser/tags/1.6.1/wp-curtain-raiser.php
r3466910 r3466922 4 4 * Plugin URI: https://wordpress.org/plugins/wp-curtain-raiser/ 5 5 * Description: Adds an animated curtain-raiser overlay to your WordPress site for inaugural ceremonies. Trigger via ?curtain_ceremony=true. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Team Peenak 8 8 * Author URI: https://www.peenak.com/ … … 26 26 // Constants 27 27 // --------------------------------------------------------------------------- 28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6. 0' );28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6.1' ); 29 29 define( 'WP_CURTAIN_RAISER_FILE', __FILE__ ); 30 30 define( 'WP_CURTAIN_RAISER_DIR', plugin_dir_path( __FILE__ ) ); -
wp-curtain-raiser/trunk/README.txt
r3466910 r3466922 6 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4.0 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-curtain-raiser/trunk/wp-curtain-raiser.php
r3466910 r3466922 4 4 * Plugin URI: https://wordpress.org/plugins/wp-curtain-raiser/ 5 5 * Description: Adds an animated curtain-raiser overlay to your WordPress site for inaugural ceremonies. Trigger via ?curtain_ceremony=true. 6 * Version: 1.6. 06 * Version: 1.6.1 7 7 * Author: Team Peenak 8 8 * Author URI: https://www.peenak.com/ … … 26 26 // Constants 27 27 // --------------------------------------------------------------------------- 28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6. 0' );28 define( 'WP_CURTAIN_RAISER_VERSION', '1.6.1' ); 29 29 define( 'WP_CURTAIN_RAISER_FILE', __FILE__ ); 30 30 define( 'WP_CURTAIN_RAISER_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.