Changeset 2140204
- Timestamp:
- 08/15/2019 08:05:05 PM (7 years ago)
- Location:
- very-simple-wp-popup/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (5 diffs)
-
admin/views/vswpp-settings.php (modified) (1 diff)
-
admin/vswpp-class-submenu.php (modified) (1 diff)
-
uninstall.php (modified) (2 diffs)
-
very-simple-wp-popup-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
very-simple-wp-popup/trunk/README.txt
r2140133 r2140204 1 === Very Simple WordPressPopup ===1 === Very Simple wp Popup === 2 2 Contributors: jchaves 3 Version: 1. 33 Version: 1.2 4 4 Tags: popup, pop-up 5 5 Stable tag: trunk … … 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Very Simple WordPressPopup12 Very Simple wp Popup 13 13 14 14 == Description == 15 15 16 Very Simple WordPressPopup is a plugin to create customized popus easily by means of a simple form.16 Very Simple wp Popup is a plugin to create customized popus easily by means of a simple form. 17 17 18 18 This is how it works: … … 28 28 Installation for General Use 29 29 30 * Upload the Very Simple WordPressPopup plugin to your blog, activate it, then go to menu Settings and then select VSWP Popup.30 * Upload the Very Simple wp Popup plugin to your blog, activate it, then go to menu Settings and then select VSWP Popup. 31 31 * In a post or page use the shortcode `[vswppopup ID=xxxxxxxxxxx title=xxxxxxxxxxxx]` to create a popup link. 32 32 … … 35 35 1. screenshot-1.jpg 36 36 2. screenshot-2.jpg 37 3. screenshot-3.jpg 38 4. screenshot-4.jpg 37 39 38 40 == Changelog == … … 40 42 = 1.2.0 29.07.2019 = 41 43 * Various **bug fixes** 42 = 1.3.0 15.08.2919 =43 * Various **bug fixes** -
very-simple-wp-popup/trunk/admin/views/vswpp-settings.php
r2140120 r2140204 15 15 16 16 <!-- Specify details about the contribution --> 17 <input type="hidden" name="item_name" value="Very Sinple WordPress Popup (WordPressplugin)">17 <input type="hidden" name="item_name" value="Very Sinple wp Popup (wp plugin)"> 18 18 <input type="hidden" name="currency_code" value="EUR"> 19 19 -
very-simple-wp-popup/trunk/admin/vswpp-class-submenu.php
r2129250 r2140204 43 43 public function add_options_page() { 44 44 add_options_page( 45 'Very Simple WordPressPopup',45 'Very Simple wp Popup', 46 46 'VSWP Popup', 47 47 'manage_options', -
very-simple-wp-popup/trunk/uninstall.php
r2129250 r2140204 18 18 * 19 19 * For more information, see the following discussion: 20 * https://github.com/tommcfarlin/ WordPress-Plugin-Boilerplate/pull/123#issuecomment-2854191320 * https://github.com/tommcfarlin/wp-Plugin-Boilerplate/pull/123#issuecomment-28541913 21 21 * 22 22 * @link https://github.com/jschaves/ … … 25 25 * @package Very_Simple_Wp_Popup 26 26 */ 27 // If uninstall not called from WordPress, then exit.27 // If uninstall not called from wp, then exit. 28 28 if ( ! defined('WP_UNINSTALL_PLUGIN' ) ) { 29 29 exit(); -
very-simple-wp-popup/trunk/very-simple-wp-popup-settings.php
r2140120 r2140204 4 4 * The plugin bootstrap file 5 5 * 6 * This file is read by WordPressto generate the plugin information in the plugin6 * This file is read by wp to generate the plugin information in the plugin 7 7 * admin area. This file also includes all of the dependencies used by the plugin, 8 8 * registers the activation and deactivation functions, and defines a function … … 13 13 * @package Very_Simple_Wp_Popup 14 14 * 15 * @w ordpress-plugin16 * Plugin Name: Very Simple WordPressPopup15 * @wp-plugin 16 * Plugin Name: Very Simple wp Popup 17 17 * Plugin URI: https://github.com/jschaves/very-simple-wp-popup 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPressadmin area.18 * Description: This is a short description of what the plugin does. It's displayed in the wp admin area. 19 19 * Version: 1.0.0 20 20 * Author: Juan Chaves
Note: See TracChangeset
for help on using the changeset viewer.