Plugin Directory

Changeset 3266714


Ignore:
Timestamp:
04/04/2025 05:28:44 AM (12 months ago)
Author:
sanzeeb3
Message:

Version 1.5.6

Location:
birthday/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • birthday/trunk/birthday.php

    r3257744 r3266714  
    44 * Plugin Name: Birthday
    55 * Description: Enhance your customer experience with WooCommerce Birthday and start offering personalized birthday promotions!
    6  * Version: 1.5.5
     6 * Version: 1.5.6
    77 * Requires Plugins: woocommerce
    88 * Author: Mini Plugins
     
    6060    define( 'BIRTHDAY_PLUGIN_FILE', __FILE__ );
    6161    define( 'BIRTHDAY_PLUGIN_PATH', __DIR__ );
    62     define( 'BIRTHDAY_VERSION', '1.5.5' );
     62    define( 'BIRTHDAY_VERSION', '1.5.6' );
    6363    require_once __DIR__ . '/src/Plugin.php';
    6464    /**
  • birthday/trunk/languages/birthday.pot

    r3137550 r3266714  
    1 # Copyright (C) 2024 Sanjeev Aryal
    2 # 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.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Birthday 1.0.0\n"
     5"Project-Id-Version: Birthday 1.5.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/birthday\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-05-03T08:05:37+00:00\n"
     12"POT-Creation-Date: 2025-04-03T11:13:00+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.10.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: birthday\n"
    1616
    1717#. Plugin Name of the plugin
    1818#: 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
    2023msgid "Birthday"
    2124msgstr ""
     
    2326#. Description of the plugin
    2427#: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php
    25 msgid "It's your customer's birthday. Greet them with suprises."
     28msgid "Enhance your customer experience with WooCommerce Birthday and start offering personalized birthday promotions!"
    2629msgstr ""
    2730
    2831#. Author of the plugin
    2932#: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php
    30 msgid "Sanjeev Aryal"
     33msgid "Mini Plugins"
    3134msgstr ""
    3235
    3336#. Author URI of the plugin
    3437#: C:/laragon/www/dev/wp-content/plugins/birthday/birthday.php
    35 msgid "https://www.sanjeebaryal.com.np"
     38msgid "https://miniplugins.com"
    3639msgstr ""
    3740
    38 #: src/Plugin.php:75
     41#: src/class-wc-birthday-email.php:22
     42msgid "This email is sent to customers on their birthday."
     43msgstr ""
     44
     45#: src/class-wc-birthday-email.php:26
     46msgid "Happy Birthday!"
     47msgstr ""
     48
     49#: src/class-wc-birthday-email.php:27
     50msgid "Wishing you a Happy Birthday, {customer_name}!"
     51msgstr ""
     52
     53#. translators: %1s - The Birthday For WooCommerce Plugin, %2s - Mini Plugins
     54#: src/Plugin.php:99
     55msgid "Get %1s to set the birthday coupons so that customers can use the coupon on their birthday only."
     56msgstr ""
     57
     58#: src/Plugin.php:186
    3959msgid "Select your birthday"
    4060msgstr ""
     61
     62#: src/Plugin.php:208
     63msgid "Enter your birthday in case you'd like to receive cool gifts, discounts etc. from us in your birthday. Format: YYYY-MM-DD"
     64msgstr ""
     65
     66#: src/Plugin.php:249
     67msgid "Please enter your birthday."
     68msgstr ""
     69
     70#: src/Pro.php:55
     71msgid "Check this box if the coupon can only be used by customers on their birthday."
     72msgstr ""
     73
     74#: templates/birthday-email-template-html.php:8
     75msgid "Dear %s,"
     76msgstr ""
     77
     78#: templates/birthday-email-template-html.php:9
     79#: templates/birthday-email-template-plain.php:5
     80msgid "We hope you have a wonderful birthday and a fantastic year ahead!"
     81msgstr ""
     82
     83#: templates/birthday-email-template-html.php:10
     84#: templates/birthday-email-template-plain.php:7
     85msgid "To celebrate your special day, we have a special offer just for you. Use coupon code \"HAPPY_BIRTHDAY\""
     86msgstr ""
     87
     88#: templates/birthday-email-template-html.php:11
     89msgid "Shop Now"
     90msgstr ""
     91
     92#: templates/birthday-email-template-plain.php:3
     93msgid "Dear"
     94msgstr ""
     95
     96#: templates/birthday-email-template-plain.php:11
     97msgid "Best regards,"
     98msgstr ""
  • birthday/trunk/readme.txt

    r3257744 r3266714  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 1.5.5
     6Stable tag: 1.5.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 1.5.6 - 4/3/2025 =
     51* Tweak - Update pot file to add missing strings
     52
    5053= 1.5.5 - 3/18/2025 =
    5154* New - Flatpickr for date field
Note: See TracChangeset for help on using the changeset viewer.