Changeset 1567173
- Timestamp:
- 01/03/2017 02:17:46 PM (9 years ago)
- Location:
- zibbra/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
templates/payment-verify.php (modified) (2 diffs)
-
zibbra.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zibbra/trunk/readme.txt
r1562697 r1567173 52 52 == Changelog == 53 53 54 = 1.6.6 = 55 56 * Include header/footer on payment verification page 57 54 58 = 1.6.5 = 55 59 -
zibbra/trunk/templates/payment-verify.php
r1535746 r1567173 10 10 11 11 ?> 12 <?php get_zibbra_header(); ?> 13 12 14 <div id="payment-verify" class="container"> 13 15 <div class="text-center"> … … 30 32 }); 31 33 </script> 34 35 <?php get_zibbra_footer(); ?> -
zibbra/trunk/zibbra.php
r1562697 r1567173 6 6 * Plugin URI: http://wordpress.org/plugins/zibbra/ 7 7 * Description: Zibbra integration plugin for Wordpress 8 * Version: 1.6. 58 * Version: 1.6.6 9 9 * Author: Zibbra 10 10 * Author URI: https://www.zibbra.com … … 100 100 const FORM_ACTION = "zibbra"; 101 101 const ROLE = "customer"; 102 const VERSION = "1.6. 5";102 const VERSION = "1.6.6"; 103 103 104 104 private $controller = null;
Note: See TracChangeset
for help on using the changeset viewer.