Plugin Directory

Changeset 490001


Ignore:
Timestamp:
01/14/2012 11:15:19 PM (14 years ago)
Author:
iMuslim
Message:

Upload v 1.0.6 - new images added

Location:
islamic-graphics/trunk
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • islamic-graphics/trunk/islamic_graphics.php

    r489592 r490001  
    55Plugin URI: http://plugins.muslimmatters.org
    66Description: Shortcodes for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages.
    7 Version: 1.0.5
     7Version: 1.0.6
    88Author: Mehzabeen Ibrahim
    99Author URI: http://imuslim.tv
     
    5050// Add shortcodes
    5151add_shortcode( 'alayhis', 'insert_islamic_graphic' );
     52add_shortcode( 'rahimaha', 'insert_islamic_graphic' );
     53add_shortcode( 'rahimahu', 'insert_islamic_graphic' );
     54add_shortcode( 'rahimahum', 'insert_islamic_graphic' );
    5255add_shortcode( 'ranha', 'insert_islamic_graphic' );
    5356add_shortcode( 'ranhu', 'insert_islamic_graphic' );
     
    5760
    5861add_shortcode( 'alayhis_w', 'insert_islamic_graphic' );
     62add_shortcode( 'rahimaha_w', 'insert_islamic_graphic' );
     63add_shortcode( 'rahimahu_w', 'insert_islamic_graphic' );
     64add_shortcode( 'rahimahum_w', 'insert_islamic_graphic' );
    5965add_shortcode( 'ranha_w', 'insert_islamic_graphic' );
    6066add_shortcode( 'ranhu_w', 'insert_islamic_graphic' );
  • islamic-graphics/trunk/readme.txt

    r489592 r490001  
    22Contributors: iMuslim
    33Donate link: http://muslimmatters.org/become-an-ansaar/
    4 Tags: islam, islamic, muslim, arabic, prophet, muhammad, sallalahu 'alayhi wa salam, radiallahu anhu, radiallahu anhum, alayhis salam, subhanahu wa ta ala, SAW, RA, AS, SWT, shortcode, post, page, plugin, images, image
     4Tags: islam, islamic, muslim, arabic, prophet, muhammad, sallalahu 'alayhi wa salam, radiallahu anhu, radiallahu anhum, alayhis salam, subhanahu wa ta ala, rahimaha Allah, rahimahu Allah, rahimahum Allah, SAW, RA, AS, SWT, shortcode, post, page, plugin, images, image
    55Requires at least: 2.0.2
    66Tested up to: 3.2.1
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88
    99Shortcode for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages.
     
    1515Phrases included:
    1616* 'alayhis salam
     17* rahimaha Allah
     18* rahimahu Allah
     19* rahimahum Allah
    1720* radiallahu anha
    1821* radiallahu anhu
     
    3942The following are a list of possible values for shortcode_name, and the islamic phrases that will result when they are used:
    4043* alayhis   - 'alayhis salam
     44* rahimaha  - rahimaha Allah
     45* rahimahu  - rahimahu Allah
     46* rahimahum - rahimahum Allah
    4147* ranha     - radiallahu anha
    4248* ranhu     - radiallahu anhu
     
    7278== Changelog ==
    7379
     80= 1.0.6. =
     81Added images and codes for rahimahu Allah, rahimaha Allah and rahimahum Allah.
     82
    7483= 1.0.5 =
    7584Images have been resized to prevent aliasing. Function now includes condition: when 'h' <= 20, 20 pixel tall images are used, else 40 pixel tall images are used.
     
    93102== Upgrade Notice ==
    94103
     104= 1.0.6 =
     105Added images and codes for rahimahu Allah, rahimaha Allah and rahimahum Allah.
     106
    95107= 1.0.5 =
    96108Changes have been made to improve the quality of embedded islamic images.
Note: See TracChangeset for help on using the changeset viewer.