Plugin Directory

Changeset 3354030


Ignore:
Timestamp:
09/01/2025 02:20:58 PM (4 months ago)
Author:
jetmonsters
Message:

Version: 1.1.4

Location:
mphb-styles/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mphb-styles/trunk/includes/template-editor/includes/templates.php

    r3019330 r3354030  
    1212
    1313    public function __construct() {
    14 
    15         $this->setupTemplates();
    1614
    1715        add_action('init', array($this, 'addTemplates'));
     
    4341
    4442    public function addTemplates() {
     43        $this->setupTemplates();
    4544        add_filter("theme_{$this->accommodationPostType}_templates", [$this, 'filterAccommodationTypeTemplatesDropdown'], 10, 4);
    4645        add_filter('theme_mphb_template_templates', [$this, 'filterTemplatesDropdown'], 10, 4);
  • mphb-styles/trunk/languages/mphb-styles.pot

    r3019330 r3354030  
    1 # Copyright (C) 2024 MotoPress
     1# Copyright (C) 2025 MotoPress
    22# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Hotel Booking Styles & Templates 1.1.2\n"
     5"Project-Id-Version: Hotel Booking Styles & Templates 1.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mphb-styles\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-01-08T14:29:32+03:00\n"
     12"POT-Creation-Date: 2025-08-12T15:13:04+03:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.5.0\n"
    1515"X-Domain: mphb-styles\n"
    1616
     
    1919msgstr ""
    2020
     21#. Plugin URI of the plugin
     22#. Author URI of the plugin
     23msgid "https://motopress.com/"
     24msgstr ""
     25
    2126#. Description of the plugin
    2227msgid "A set of tools to easily customize and style the booking forms, widgets, and accommodation type pages for the MotoPress Hotel Booking plugin."
     
    2530#. Author of the plugin
    2631msgid "MotoPress"
    27 msgstr ""
    28 
    29 #. Author URI of the plugin
    30 msgid "https://motopress.com/"
    3132msgstr ""
    3233
     
    224225msgstr ""
    225226
    226 #: includes/template-editor/includes/templates.php:26
     227#: includes/template-editor/includes/templates.php:24
    227228msgid "Hotel Booking Full Width"
    228229msgstr ""
    229230
    230 #: includes/template-editor/includes/templates.php:27
     231#: includes/template-editor/includes/templates.php:25
    231232msgid "Hotel Booking Canvas"
    232233msgstr ""
  • mphb-styles/trunk/mphb-styles.php

    r3329034 r3354030  
    55 * Plugin URI: https://motopress.com/
    66 * Description: A set of tools to easily customize and style the booking forms, widgets, and accommodation type pages for the MotoPress Hotel Booking plugin.
    7  * Version: 1.1.3
     7 * Version: 1.1.4
    88 * Author: MotoPress
    99 * Author URI: https://motopress.com/
     
    1919
    2020if (!defined('MPHB\Styles\VERSION')) {
    21     define('MPHB\Styles\VERSION', '1.1.3');
     21    define('MPHB\Styles\VERSION', '1.1.4');
    2222    define('MPHB\Styles\PLUGIN_URL', plugin_dir_url(__FILE__)); // With trailing slash
    2323
  • mphb-styles/trunk/readme.txt

    r3329034 r3354030  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.1.4, Aug 22 2025 =
     75* Improved compatibility with WordPress 6.8, addressing the _load_textdomain_just_in_time notice.
     76
    7477= 1.1.3, Jul 16 2025 =
    7578* Version bump.
Note: See TracChangeset for help on using the changeset viewer.