Plugin Directory

Changeset 1567173


Ignore:
Timestamp:
01/03/2017 02:17:46 PM (9 years ago)
Author:
zibbra
Message:

Release version 1.6.6

Location:
zibbra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zibbra/trunk/readme.txt

    r1562697 r1567173  
    5252== Changelog ==
    5353
     54= 1.6.6 =
     55
     56* Include header/footer on payment verification page
     57
    5458= 1.6.5 =
    5559
  • zibbra/trunk/templates/payment-verify.php

    r1535746 r1567173  
    1010
    1111?>
     12<?php get_zibbra_header(); ?>
     13
    1214<div id="payment-verify" class="container">
    1315    <div class="text-center">
     
    3032    });
    3133</script>
     34
     35<?php get_zibbra_footer(); ?>
  • zibbra/trunk/zibbra.php

    r1562697 r1567173  
    66 * Plugin URI: http://wordpress.org/plugins/zibbra/
    77 * Description: Zibbra integration plugin for Wordpress
    8  * Version: 1.6.5
     8 * Version: 1.6.6
    99 * Author: Zibbra
    1010 * Author URI: https://www.zibbra.com
     
    100100        const FORM_ACTION = "zibbra";
    101101        const ROLE = "customer";
    102         const VERSION = "1.6.5";
     102        const VERSION = "1.6.6";
    103103       
    104104        private $controller = null;
Note: See TracChangeset for help on using the changeset viewer.