Changeset 1347718
- Timestamp:
- 02/10/2016 06:33:18 PM (10 years ago)
- Location:
- wp-premium-posts/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-premium-posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-premium-posts/trunk/readme.txt
r1311889 r1347718 5 5 Requires at least: 3.5 6 6 Tested up to: 4.4 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.1.1 = 41 * Fix: Tagging issue with WordPress.org. 42 40 43 = 1.1 = 41 44 * Tweak: Change the plugin description. -
wp-premium-posts/trunk/wp-premium-posts.php
r1311889 r1347718 7 7 Plugin URI: https://mostasharoon.org 8 8 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 9 Version: 1.1.1 10 10 Author: Mohammed Thaer 11 11 Author URI: https://mostasharoon.org … … 13 13 */ 14 14 15 define( 'WPP_VERSION', '1.1 ' );15 define( 'WPP_VERSION', '1.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.