Changeset 3266714
- Timestamp:
- 04/04/2025 05:28:44 AM (12 months ago)
- Location:
- birthday/trunk
- Files:
-
- 1 deleted
- 3 edited
-
birthday.php (modified) (2 diffs)
-
languages/birthday.pot (modified) (3 diffs)
-
phpcs.xml (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
birthday/trunk/birthday.php
r3257744 r3266714 4 4 * Plugin Name: Birthday 5 5 * Description: Enhance your customer experience with WooCommerce Birthday and start offering personalized birthday promotions! 6 * Version: 1.5. 56 * Version: 1.5.6 7 7 * Requires Plugins: woocommerce 8 8 * Author: Mini Plugins … … 60 60 define( 'BIRTHDAY_PLUGIN_FILE', __FILE__ ); 61 61 define( 'BIRTHDAY_PLUGIN_PATH', __DIR__ ); 62 define( 'BIRTHDAY_VERSION', '1.5. 5' );62 define( 'BIRTHDAY_VERSION', '1.5.6' ); 63 63 require_once __DIR__ . '/src/Plugin.php'; 64 64 /** -
birthday/trunk/languages/birthday.pot
r3137550 r3266714 1 # Copyright (C) 202 4 Sanjeev Aryal2 # This file is distributed under the same license as the Birthday plugin.1 # Copyright (C) 2025 Mini Plugins 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Birthday 1. 0.0\n"5 "Project-Id-Version: Birthday 1.5.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/birthday\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 4-05-03T08:05:37+00:00\n"12 "POT-Creation-Date: 2025-04-03T11:13:00+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 0.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: birthday\n" 16 16 17 17 #. Plugin Name of the plugin 18 18 #: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php 19 #: src/Plugin.php:69 19 #: src/class-wc-birthday-email.php:20 20 #: src/Plugin.php:180 21 #: src/Plugin.php:205 22 #: src/Plugin.php:226 20 23 msgid "Birthday" 21 24 msgstr "" … … 23 26 #. Description of the plugin 24 27 #: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php 25 msgid " It's your customer's birthday. Greet them with suprises."28 msgid "Enhance your customer experience with WooCommerce Birthday and start offering personalized birthday promotions!" 26 29 msgstr "" 27 30 28 31 #. Author of the plugin 29 32 #: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php 30 msgid " Sanjeev Aryal"33 msgid "Mini Plugins" 31 34 msgstr "" 32 35 33 36 #. Author URI of the plugin 34 37 #: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php 35 msgid "https:// www.sanjeebaryal.com.np"38 msgid "https://miniplugins.com" 36 39 msgstr "" 37 40 38 #: src/Plugin.php:75 41 #: src/class-wc-birthday-email.php:22 42 msgid "This email is sent to customers on their birthday." 43 msgstr "" 44 45 #: src/class-wc-birthday-email.php:26 46 msgid "Happy Birthday!" 47 msgstr "" 48 49 #: src/class-wc-birthday-email.php:27 50 msgid "Wishing you a Happy Birthday, {customer_name}!" 51 msgstr "" 52 53 #. translators: %1s - The Birthday For WooCommerce Plugin, %2s - Mini Plugins 54 #: src/Plugin.php:99 55 msgid "Get %1s to set the birthday coupons so that customers can use the coupon on their birthday only." 56 msgstr "" 57 58 #: src/Plugin.php:186 39 59 msgid "Select your birthday" 40 60 msgstr "" 61 62 #: src/Plugin.php:208 63 msgid "Enter your birthday in case you'd like to receive cool gifts, discounts etc. from us in your birthday. Format: YYYY-MM-DD" 64 msgstr "" 65 66 #: src/Plugin.php:249 67 msgid "Please enter your birthday." 68 msgstr "" 69 70 #: src/Pro.php:55 71 msgid "Check this box if the coupon can only be used by customers on their birthday." 72 msgstr "" 73 74 #: templates/birthday-email-template-html.php:8 75 msgid "Dear %s," 76 msgstr "" 77 78 #: templates/birthday-email-template-html.php:9 79 #: templates/birthday-email-template-plain.php:5 80 msgid "We hope you have a wonderful birthday and a fantastic year ahead!" 81 msgstr "" 82 83 #: templates/birthday-email-template-html.php:10 84 #: templates/birthday-email-template-plain.php:7 85 msgid "To celebrate your special day, we have a special offer just for you. Use coupon code \"HAPPY_BIRTHDAY\"" 86 msgstr "" 87 88 #: templates/birthday-email-template-html.php:11 89 msgid "Shop Now" 90 msgstr "" 91 92 #: templates/birthday-email-template-plain.php:3 93 msgid "Dear" 94 msgstr "" 95 96 #: templates/birthday-email-template-plain.php:11 97 msgid "Best regards," 98 msgstr "" -
birthday/trunk/readme.txt
r3257744 r3266714 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 1.5. 56 Stable tag: 1.5.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.5.6 - 4/3/2025 = 51 * Tweak - Update pot file to add missing strings 52 50 53 = 1.5.5 - 3/18/2025 = 51 54 * New - Flatpickr for date field
Note: See TracChangeset
for help on using the changeset viewer.