Changeset 3130956
- Timestamp:
- 08/05/2024 10:35:52 AM (17 months ago)
- Location:
- nd-booking/trunk
- Files:
-
- 3 edited
-
addons/elementor/search/index.php (modified) (1 diff)
-
nd-booking.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nd-booking/trunk/addons/elementor/search/index.php
r2827791 r3130956 5 5 class nd_booking_search_element extends \Elementor\Widget_Base { 6 6 7 public function get_name() { return ' search'; }7 public function get_name() { return 'ndsearch'; } 8 8 public function get_title() { return __( 'search', 'nd-booking' ); } 9 9 public function get_icon() { return 'fa fa-hands-helping'; } -
nd-booking/trunk/nd-booking.php
r2827791 r3130956 3 3 Plugin Name: Hotel Booking 4 4 Description: The plugin is used to manage your booking. To get started: 1) Click the "Activate" link to the left of this description. 2) Follow the documentation for installation for use the plugin in the better way. 5 Version: 3. 45 Version: 3.5 6 6 Plugin URI: https://nicdark.com 7 7 Author: Nicdark -
nd-booking/trunk/readme.txt
r2827791 r3130956 3 3 Tags: booking, hotel, travel, book 4 4 Requires at least: 4.5 5 Tested up to: 6. 06 Stable tag: 3. 45 Tested up to: 6.6 6 Stable tag: 3.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 == Changelog == 22 23 = 3.5 = 24 * added new css rules 22 25 23 26 = 3.4 =
Note: See TracChangeset
for help on using the changeset viewer.