Changeset 3125092
- Timestamp:
- 07/25/2024 09:12:05 AM (17 months ago)
- Location:
- project-pages
- Files:
-
- 55 added
- 2 edited
-
tags/1.2.4 (added)
-
tags/1.2.4/ProjectPages.php (added)
-
tags/1.2.4/css (added)
-
tags/1.2.4/css/ProjectPages.Admin.css (added)
-
tags/1.2.4/css/ProjectPages.Admin.min.css (added)
-
tags/1.2.4/css/semantic.min.css (added)
-
tags/1.2.4/css/spectrum.css (added)
-
tags/1.2.4/css/themes (added)
-
tags/1.2.4/css/themes/default (added)
-
tags/1.2.4/css/themes/default/assets (added)
-
tags/1.2.4/css/themes/default/assets/fonts (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.eot (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.otf (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.svg (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.ttf (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.woff (added)
-
tags/1.2.4/css/themes/default/assets/fonts/icons.woff2 (added)
-
tags/1.2.4/css/themes/default/assets/images (added)
-
tags/1.2.4/css/themes/default/assets/images/flags.png (added)
-
tags/1.2.4/i (added)
-
tags/1.2.4/i/projectpages.png (added)
-
tags/1.2.4/i/white-image.png (added)
-
tags/1.2.4/includes (added)
-
tags/1.2.4/includes/ProjectPages.Config.Init.php (added)
-
tags/1.2.4/includes/ProjectPages.DAL.php (added)
-
tags/1.2.4/includes/ProjectPages.MetaBoxes.php (added)
-
tags/1.2.4/includes/wh.config.lib.php (added)
-
tags/1.2.4/js (added)
-
tags/1.2.4/js/ProjectPages.js (added)
-
tags/1.2.4/js/ProjectPages.min.js (added)
-
tags/1.2.4/js/libs (added)
-
tags/1.2.4/js/libs/LICENSE (added)
-
tags/1.2.4/js/libs/semantic (added)
-
tags/1.2.4/js/libs/semantic.min.js (added)
-
tags/1.2.4/js/libs/semantic/sidebar.min.css (added)
-
tags/1.2.4/js/libs/semantic/sidebar.min.js (added)
-
tags/1.2.4/js/libs/semantic/transition.min.css (added)
-
tags/1.2.4/js/libs/semantic/transition.min.js (added)
-
tags/1.2.4/js/libs/semantic/visibility.min.js (added)
-
tags/1.2.4/js/libs/spectrum.js (added)
-
tags/1.2.4/js/ppv2-admin-notification.js (added)
-
tags/1.2.4/lang (added)
-
tags/1.2.4/lang/projectpages-en_GB.mo (added)
-
tags/1.2.4/lang/projectpages-en_GB.po (added)
-
tags/1.2.4/lang/projectpages-en_US.mo (added)
-
tags/1.2.4/lang/projectpages-en_US.po (added)
-
tags/1.2.4/readme.txt (added)
-
tags/1.2.4/templates (added)
-
tags/1.2.4/templates/archive-projectpage_DEFAULT.php (added)
-
tags/1.2.4/templates/archive-projectpage_USETHEMESTYLES.php (added)
-
tags/1.2.4/templates/projectpages-footer.php (added)
-
tags/1.2.4/templates/single-projectpage_DEFAULT.php (added)
-
tags/1.2.4/templates/single-projectpage_USETHEMESTYLES.php (added)
-
tags/1.2.4/templates/taxonomy-projectpage_DEFAULT.php (added)
-
trunk/ProjectPages.php (modified) (3 diffs)
-
trunk/js/ppv2-admin-notification.js (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
project-pages/trunk/ProjectPages.php
r3049219 r3125092 4 4 Plugin URI: http://woodyhayday.com/projects/project-pages/ 5 5 Description: Project Pages is the simplest way to share your projects beautifully. 6 Version: 1.2. 36 Version: 1.2.4 7 7 Author: <a href="http://woodyhayday.com">Woody Hayday</a> 8 8 */ … … 709 709 710 710 ?> 711 712 <div class="notice notice-info"> 713 <p><strong><?php _e('Project Pages v2.0 big launch release is imminent!', 'project-pages'); ?></strong></p> 714 <p>Hold onto your hat, v2.0 of Project Pages will be released in the next two weeks, check out <a href="https://projectpages.io" target="_blank">ProjectPages.io</a> to see the full reboot details. <a href="https://projectpages.io/join/" target="_blank">Join the waitlist here</a>.</p> 715 </div> 711 716 712 717 <p id="sbDesc"><?php _e('Below you can choose global settings for ProjectPages.','projectpages'); ?></p> … … 1141 1146 } 1142 1147 1143 #================== / Useful Functions ?> 1148 #================== / Useful Functions 1149 1150 1151 1152 1153 // v2.0 announcement 1154 add_action('admin_notices', 'ppv2_admin_notification'); 1155 1156 function ppv2_admin_notification() { 1157 1158 // Check if the user has dismissed the notification 1159 if (!get_user_meta(get_current_user_id(), 'ppv2_admin_notification_dismissed', true)) { 1160 ?> 1161 <div class="notice notice-warning is-dismissible"> 1162 <p><strong><?php _e('Project Pages v2.0 big launch release is imminent!', 'project-pages'); ?></strong></p> 1163 <p>Hold onto your hat, v2.0 of Project Pages will be released in the next two weeks, check out <a href="https://projectpages.io" target="_blank">ProjectPages.io</a> to see the full reboot details. <a href="https://projectpages.io/join/" target="_blank">Join the waitlist here</a>.</p> 1164 </div> 1165 <?php 1166 } 1167 1168 } 1169 1170 // Hook to handle the dismissal of the admin notice 1171 add_action('wp_ajax_dismiss_ppv2_admin_notification', 'dismiss_ppv2_admin_notification'); 1172 1173 function dismiss_ppv2_admin_notification() { 1174 if (isset($_POST['dismiss']) && $_POST['dismiss'] === 'true') { 1175 // Set a user meta to mark the notification as dismissed 1176 update_user_meta(get_current_user_id(), 'ppv2_admin_notification_dismissed', true); 1177 } 1178 wp_die(); // This is required to terminate immediately and return a proper response 1179 } 1180 1181 add_action('admin_enqueue_scripts', 'enqueue_ppv2_admin_notification_script'); 1182 1183 function enqueue_ppv2_admin_notification_script($hook) { 1184 // Only enqueue on admin pages 1185 wp_enqueue_script('ppv2-admin-notification', plugin_dir_url(__FILE__) . 'js/ppv2-admin-notification.js', array('jquery'), null, true); 1186 wp_localize_script('ppv2-admin-notification', 'adminNotification', array( 1187 'ajax_url' => admin_url('admin-ajax.php'), 1188 'nonce' => wp_create_nonce('dismiss_ppv2_admin_notification_nonce'), 1189 )); 1190 } 1191 -
project-pages/trunk/readme.txt
r3049219 r3125092 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.4.3 7 Stable tag: trunk7 Stable tag: 1.2.4 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 ###v2.0 Release Imminent! 16 17 Hold onto your hat, v2.0 of Project Pages will be released in the next two weeks, check out [ProjectPages.io](https://projectpages.io) to see the full reboot details. 18 19 [Join the waitlist to get emailed when it's live!](https://projectpages.io/join/) 14 20 15 21 ###Project Pages are beautiful, no-nonsense portfolio pages for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.