Changeset 1465000
- Timestamp:
- 08/01/2016 12:41:59 PM (10 years ago)
- Location:
- opentickets-community-edition/trunk
- Files:
-
- 4 edited
-
assets/css/admin/base.css (modified) (1 diff)
-
assets/js/utils/backbone-modal.js (modified) (1 diff)
-
launcher.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
opentickets-community-edition/trunk/assets/css/admin/base.css
r1340883 r1465000 329 329 330 330 #order_data .all-tickets-button { margin-top:1em; } 331 332 /* modals */ 333 #wc-backbone-modal-dialog .wc-backbone-modal .wc-backbone-modal-content { margin:0; } -
opentickets-community-edition/trunk/assets/js/utils/backbone-modal.js
r1386561 r1465000 102 102 } 103 103 104 /* 104 105 $( '.wc-backbone-modal-content' ).css({ 105 106 'margin-top': '-' + ( $( '.wc-backbone-modal-content' ).height() / 2 ) + 'px', 106 107 'margin-left': '-' + ( $( '.wc-backbone-modal-content' ).width() / 2 ) + 'px' 107 108 }); 109 */ 108 110 109 111 return this; -
opentickets-community-edition/trunk/launcher.php
r1460807 r1465000 4 4 * Plugin URI: http://opentickets.com/ 5 5 * Description: Event Management and Online Ticket Sales Platform 6 * Version: 2.4. 36 * Version: 2.4.4 7 7 * Author: Quadshot Software LLC 8 8 * Author URI: http://quadshot.com/ … … 54 54 'fctm' => 'fc', 55 55 'always_reserve' => 0, 56 'version' => '2.4. 3',56 'version' => '2.4.4', 57 57 'min_wc_version' => '2.6.1', 58 58 'core_post_type' => 'qsot-event', -
opentickets-community-edition/trunk/readme.txt
r1460908 r1465000 2 2 Contributors: quadshot, loushou, coolmann 3 3 Donate link: http://opentickets.com/ 4 Tags: events, event management, tickets, ticket sales, ecommerce4 Tags: events, event management, event tickets, ticket sales, ecommerce, tickets 5 5 Requires at least: 4.0 6 6 Tested up to: Latest … … 16 16 = OpenTickets Community Edition = 17 17 18 [OpenTickets Community Edition](http://opentickets.com/community-edition "Event management and online ticket sales platform") ("OTCE") is a free open source WordPress plugin that allows you to publish events and sell tickets online. OTCE was created to allow people with WordPress websites to easily setup and sell tickets to their events.18 [OpenTickets Community Edition](http://opentickets.com/community-edition "Event management and online ticket sales platform") ("OTCE") is a free open source WordPress plugin that allows you to publish events and sell event tickets online. OTCE was created to allow people with WordPress websites to easily setup and sell tickets to their events. 19 19 20 20 OTCE is an alternative to other ticketing systems, that will reduce your overhead and eliminate service fees, because it is software you run on your own existing website. It was created for venues, artists, bands, nonprofits, festivals and event organizers who sell General Admission tickets. … … 22 22 OTCE runs on [WordPress](http://wordpress.org/ "Your favorite software") and requires [WooCommerce](http://woocommerce.com/ "Free WordPress based eCommerce Software") to operate. WooCommerce is a free open source ecommerce platform for WordPress. You can download your own copy of that from the [WooCommerce Wordpress.org Plugin Page](https://wordpress.org/plugins/woocommerce/) 23 23 24 With WordPress and WooCommerce installed, you can install the OTCE plugin and start selling tickets to your eventwihtin a few minutes. OTCE information and instructions are available on our website's [Community Edition page](http://opentickets.com/community-edition/ "Visit the Community Edition information page"), or you can watch some of our videos on how to get started on our [Videos page](http://opentickets.com/videos/ "Visit our videos page").24 With WordPress and WooCommerce installed, you can install the OTCE plugin and start selling event tickets wihtin a few minutes. OTCE information and instructions are available on our website's [Community Edition page](http://opentickets.com/community-edition/ "Visit the Community Edition information page"), or you can watch some of our videos on how to get started on our [Videos page](http://opentickets.com/videos/ "Visit our videos page"). 25 25 26 26 The OTCE plugin empowers you with tools to: … … 29 29 * Publish Events 30 30 * Display Calendar of Events 31 * Create and Sell Tickets32 * Allow Customers to keep Digital and/or Print Tickets33 * Checkin People to Events with a QR Reader34 * Ticket SalesReporting31 * Create and Sell Event Tickets 32 * Allow Customers to keep Digital and/or Print e-Tickets 33 * Checkin People to your Events with a QR Reader 34 * Event Ticket Reporting 35 35 36 36 There are also various [Enterprise Extensions](http://opentickets.com/extensions/ "See a list of the available Extensions") which add even more functionality to this robust core plugin. … … 171 171 172 172 == Changelog == 173 174 = 2.4.4 - 07/29/2016= 175 * fixing modal issues caused by changing in WooCommerce CSS 173 176 174 177 = 2.4.3 - 07/26/2016 =
Note: See TracChangeset
for help on using the changeset viewer.