Changeset 490001
- Timestamp:
- 01/14/2012 11:15:19 PM (14 years ago)
- Location:
- islamic-graphics/trunk
- Files:
-
- 12 added
- 2 edited
-
img/20/rahimaha.png (added)
-
img/20/rahimaha_w.png (added)
-
img/20/rahimahu.png (added)
-
img/20/rahimahu_w.png (added)
-
img/20/rahimahum.png (added)
-
img/20/rahimahum_w.png (added)
-
img/40/rahimaha.png (added)
-
img/40/rahimaha_w.png (added)
-
img/40/rahimahu.png (added)
-
img/40/rahimahu_w.png (added)
-
img/40/rahimahum.png (added)
-
img/40/rahimahum_w.png (added)
-
islamic_graphics.php (modified) (3 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
islamic-graphics/trunk/islamic_graphics.php
r489592 r490001 5 5 Plugin URI: http://plugins.muslimmatters.org 6 6 Description: 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. 57 Version: 1.0.6 8 8 Author: Mehzabeen Ibrahim 9 9 Author URI: http://imuslim.tv … … 50 50 // Add shortcodes 51 51 add_shortcode( 'alayhis', 'insert_islamic_graphic' ); 52 add_shortcode( 'rahimaha', 'insert_islamic_graphic' ); 53 add_shortcode( 'rahimahu', 'insert_islamic_graphic' ); 54 add_shortcode( 'rahimahum', 'insert_islamic_graphic' ); 52 55 add_shortcode( 'ranha', 'insert_islamic_graphic' ); 53 56 add_shortcode( 'ranhu', 'insert_islamic_graphic' ); … … 57 60 58 61 add_shortcode( 'alayhis_w', 'insert_islamic_graphic' ); 62 add_shortcode( 'rahimaha_w', 'insert_islamic_graphic' ); 63 add_shortcode( 'rahimahu_w', 'insert_islamic_graphic' ); 64 add_shortcode( 'rahimahum_w', 'insert_islamic_graphic' ); 59 65 add_shortcode( 'ranha_w', 'insert_islamic_graphic' ); 60 66 add_shortcode( 'ranhu_w', 'insert_islamic_graphic' ); -
islamic-graphics/trunk/readme.txt
r489592 r490001 2 2 Contributors: iMuslim 3 3 Donate 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, image4 Tags: 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 5 5 Requires at least: 2.0.2 6 6 Tested up to: 3.2.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 9 9 Shortcode for the insertion of graphics representing the common Islamic phrases: SAW, RA, SWT and AS, into Wordpress posts and pages. … … 15 15 Phrases included: 16 16 * 'alayhis salam 17 * rahimaha Allah 18 * rahimahu Allah 19 * rahimahum Allah 17 20 * radiallahu anha 18 21 * radiallahu anhu … … 39 42 The following are a list of possible values for shortcode_name, and the islamic phrases that will result when they are used: 40 43 * alayhis - 'alayhis salam 44 * rahimaha - rahimaha Allah 45 * rahimahu - rahimahu Allah 46 * rahimahum - rahimahum Allah 41 47 * ranha - radiallahu anha 42 48 * ranhu - radiallahu anhu … … 72 78 == Changelog == 73 79 80 = 1.0.6. = 81 Added images and codes for rahimahu Allah, rahimaha Allah and rahimahum Allah. 82 74 83 = 1.0.5 = 75 84 Images 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. … … 93 102 == Upgrade Notice == 94 103 104 = 1.0.6 = 105 Added images and codes for rahimahu Allah, rahimaha Allah and rahimahum Allah. 106 95 107 = 1.0.5 = 96 108 Changes have been made to improve the quality of embedded islamic images.
Note: See TracChangeset
for help on using the changeset viewer.