Plugin Directory

Changeset 3369623


Ignore:
Timestamp:
09/29/2025 10:49:23 AM (6 months ago)
Author:
wpdevel0per
Message:

Update to version 1.2.4 from GitHub

Location:
booking-software
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • booking-software/tags/1.2.4/booking-software.php

    r3369187 r3369623  
    11<?php
    22/**
    3  * Plugin Name:        Anolla - Booking Software
     3 * Plugin Name:        Anolla - Scheduling and Booking Software
    44 * Plugin URI:         https://anolla.com/en/software
    55 * Description:        Let clients book appointments 24/7 on your website with a booking widget, and manage all bookings easily.
    6  * Version:            1.2.3
     6 * Version:            1.2.4
    77 * Author:             Anolla
    88 * Author URI:         https://anolla.com
     
    2323final class Anolla_Booking_System
    2424{
    25     private const VERSION = '1.2.3';
     25    private const VERSION = '1.2.4';
    2626    private const API_BASE_URL = 'https://anolla.com/widget/wordpress?token=';
    2727    private const DASHBOARD_URL = 'https://anolla.com/app/wordpress/manage';
     
    107107       
    108108        $menu[] = array(
    109             __( 'Anolla Booking', 'booking-software' ),                 // Page title (in wordpress menu)
     109            __( 'Anolla', 'booking-software' ),                 // Page title (in wordpress menu)
    110110            'manage_options',                   // Capability
    111111            esc_url(self::DASHBOARD_URL),       // External URL
  • booking-software/tags/1.2.4/readme.txt

    r3369187 r3369623  
    1 === Anolla - Booking Software ===
     1=== Anolla - Scheduling and Booking Software ===
    22Contributors: wpdevel0per
    33Tags: booking system, booking software, scheduling software, appointments, calendar
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • booking-software/trunk/booking-software.php

    r3369187 r3369623  
    11<?php
    22/**
    3  * Plugin Name:        Anolla - Booking Software
     3 * Plugin Name:        Anolla - Scheduling and Booking Software
    44 * Plugin URI:         https://anolla.com/en/software
    55 * Description:        Let clients book appointments 24/7 on your website with a booking widget, and manage all bookings easily.
    6  * Version:            1.2.3
     6 * Version:            1.2.4
    77 * Author:             Anolla
    88 * Author URI:         https://anolla.com
     
    2323final class Anolla_Booking_System
    2424{
    25     private const VERSION = '1.2.3';
     25    private const VERSION = '1.2.4';
    2626    private const API_BASE_URL = 'https://anolla.com/widget/wordpress?token=';
    2727    private const DASHBOARD_URL = 'https://anolla.com/app/wordpress/manage';
     
    107107       
    108108        $menu[] = array(
    109             __( 'Anolla Booking', 'booking-software' ),                 // Page title (in wordpress menu)
     109            __( 'Anolla', 'booking-software' ),                 // Page title (in wordpress menu)
    110110            'manage_options',                   // Capability
    111111            esc_url(self::DASHBOARD_URL),       // External URL
  • booking-software/trunk/readme.txt

    r3369187 r3369623  
    1 === Anolla - Booking Software ===
     1=== Anolla - Scheduling and Booking Software ===
    22Contributors: wpdevel0per
    33Tags: booking system, booking software, scheduling software, appointments, calendar
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.