Changeset 1311889
- Timestamp:
- 12/18/2015 07:01:07 PM (10 years ago)
- Location:
- wp-premium-posts/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-premium-posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-premium-posts/trunk/readme.txt
r1311851 r1311889 5 5 Requires at least: 3.5 6 6 Tested up to: 4.4 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 > This Plugin requires [Forms Management System - WordPress FrontEnd Posting & Contact Forms Builder Plugin](https://mostasharoon.org/forms-management-system/) and [Tajer- All In One eCommerce WordPress Plugin](https://mostasharoon.org/tajer/). 14 14 > We don't give any support for this plugin here, if you need any help please feel free to contact us through our [support page](https://mostasharoon.org/support/). 15 16 WP Premium Posts is a free add-on allows you to go beyond the frontend posting. You can charge for anything related to posting on your website!17 15 18 16 Features of the plugin include: … … 40 38 == Changelog == 41 39 40 = 1.1 = 41 * Tweak: Change the plugin description. 42 42 43 = 1.0 = 43 44 * initial release -
wp-premium-posts/trunk/wp-premium-posts.php
r1311851 r1311889 6 6 Plugin Name: WP Premium Posts 7 7 Plugin URI: https://mostasharoon.org 8 Description: Add options to Tajer and Forms Management System plugins in order to make them work together.9 Version: 1. 08 Description: WP Premium Posts allows you to go beyond the frontend posting. You can charge for anything related to posting on your website! 9 Version: 1.1 10 10 Author: Mohammed Thaer 11 11 Author URI: https://mostasharoon.org … … 13 13 */ 14 14 15 define( 'WPP_VERSION', '1. 0' );15 define( 'WPP_VERSION', '1.1' ); 16 16 17 17 // Check if Tajer is active. If not display warning message and don't do anything
Note: See TracChangeset
for help on using the changeset viewer.