Plugin Directory

Changeset 1137854


Ignore:
Timestamp:
04/18/2015 08:56:26 AM (11 years ago)
Author:
arsho
Message:

Changes to 1.7

Location:
wp-tide-height-calculator/tags/1.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-tide-height-calculator/tags/1.6/WP-Tide-Height-Calculator.php

    r1137805 r1137854  
    44Plugin URI: https://www.facebook.com/ars.shovon
    55Description: WP-Tide-Height-Calculator is a plugin that gives an indication of the height of the tide at certain times in the tidal phase. Add [tide] in any page/post to show the calculator.
    6 Version: 1.6
     6Version: 1.7
    77Author: Ahmedur Rahman Shovon
    88Author URI: http://www.shovon.info
    99License: GPL2
    1010*/
    11 function show_calculator(){
    12 echo '
     11function show_calculator($atts, $content=null){
     12return '
    1313        <style type="text/css">
    1414            .table {
  • wp-tide-height-calculator/tags/1.6/readme.txt

    r1137805 r1137854  
    55Requires at least: 2.0
    66Tested up to: 4.1
    7 Stable tag: 1.6
     7Stable tag: 1.7
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.