Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.9 #26

Merged
merged 38 commits into from
May 5, 2022
Merged

v1.9 #26

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
880976c
Repo graphics
devowhippit Feb 10, 2022
495c56b
Add copy url to announcement and fix issue with missing web share ID
devowhippit Feb 14, 2022
af66722
Clean unused assets
devowhippit Feb 14, 2022
e082857
v1.8.1
devowhippit Feb 14, 2022
5eb17c2
Update newsletter script to toggle aria attribute of success message …
devowhippit Feb 17, 2022
00ed2e2
Fix newsletter alert status colors
devowhippit Feb 17, 2022
d54bb51
Fix heading links for Safari click issue
devowhippit Feb 17, 2022
8cb3532
Rebuild styles
devowhippit Feb 17, 2022
57ac3a1
v1.8.2
devowhippit Feb 17, 2022
565c76b
Add hard copy of registered taxonomies from Custom Post Type UI plugin
devowhippit Feb 23, 2022
9e16fd0
Register post type and custom fields for Jobs
devowhippit Feb 23, 2022
3dc47d3
Gather Content Template Sync Integration, Mappings, and Configuration
devowhippit Feb 23, 2022
ccf6fc6
Add Jobs content REST routes, user interface, and structured data
devowhippit Mar 23, 2022
3168d3b
Update Programs archive and Announcements
devowhippit Mar 24, 2022
1fb15d9
Formatting updates
devowhippit Mar 24, 2022
9cb12e0
Update XML sitemaps config
devowhippit Mar 24, 2022
2c42b6b
Maintenance; WordPress 5.9.2, Composer, and Plugins
devowhippit Mar 24, 2022
ee765c8
Archive and Short Code Revisions
devowhippit Mar 25, 2022
e377f45
Job Feature QA fixes
devowhippit Mar 30, 2022
93fa835
Local login
devowhippit Apr 20, 2022
3216331
Accessibility Improvements
devowhippit Apr 27, 2022
1e25fea
Maintenance; WordPress 5.9.3, Composer, Plugin, NPM updates
devowhippit Apr 27, 2022
1168226
v1.9.0
devowhippit Apr 29, 2022
9c3d320
Add alt text to readme image
devowhippit Apr 29, 2022
e48bff8
Update visibility configuration for the archive template
devowhippit Apr 29, 2022
26f8eb0
Update Limit Login Attempts
devowhippit Apr 29, 2022
c1339a4
v1.9.1
devowhippit Apr 29, 2022
a26ea3d
Disable public taxonomy pages
devowhippit May 4, 2022
1cec452
v1.9.2
devowhippit May 4, 2022
3eaf863
Accessibility updates and other bug fixes
devowhippit May 4, 2022
2600355
v1.9.3
devowhippit May 4, 2022
afcdc60
Make previous query vars public
devowhippit May 4, 2022
d0f46d8
v1.9.4
devowhippit May 4, 2022
ed34266
Move breadcrumbs for programs
devowhippit May 5, 2022
5d22e21
v1.9.5
devowhippit May 5, 2022
a42645a
Add image roles and title information to accommodation icons
devowhippit May 5, 2022
dc13065
v1.9.6
devowhippit May 5, 2022
4c85323
Merge branch 'main' into env/workingnycdev
devowhippit May 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
/wp-content/themes/*twenty*/
/wp-content/themes/*twenty*/*
/wp-content/plugins/hello.php
/wp-content/plugins/wp-auto-login/*
/wp-content/mu-plugins/wp-login
/wp-content/mu-plugins/wp-login/*

# WP-Engine Specific #
######################
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Working NYC

![](open-graph.png)
![Image of person using the Working NYC website with their phone.](open-graph.png)

[Working NYC](https://working.nyc.gov) helps New Yorkers connect to the services and resources they need to find a new or better job. The site accommodates NYC residents...

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nyco/working-nyc",
"description": "Find and connect to services and resources that can help you prepare for and get a job.",
"version": "1.8.2",
"version": "1.9.6",
"authors": [
{
"name": "NYC Opportunity",
Expand All @@ -18,20 +18,20 @@
"require": {
"nyco/wp-assets": "^1.4",
"nyco/wp-config": "^1",
"spatie/schema-org": "^3",
"nyco/wp-gc-templates-sync": "^0.0.2",
"spatie/schema-org": "3.8.0",
"timber/timber": "^1",
"wpackagist-plugin/acf-to-rest-api": "*",
"wpackagist-plugin/adminimize": "*",
"wpackagist-plugin/aryo-activity-log": "*",
"wpackagist-plugin/custom-post-type-ui": "*",
"wpackagist-plugin/gathercontent-import": "3.1.14",
"wpackagist-plugin/google-authenticator": "*",
"wpackagist-plugin/limit-login-attempts-reloaded": "*",
"wpackagist-plugin/loggedin": "*",
"wpackagist-plugin/members": "*",
"wpackagist-plugin/rollbar": "*",
"wpackagist-plugin/simple-custom-post-order": "*",
"wpackagist-plugin/taxonomy-terms-order": "*",
"wpackagist-plugin/wordpress-importer": "*",
"wpackagist-plugin/wp-all-export": "*",
"wpackagist-plugin/wp-all-import": "*",
"wpackagist-plugin/wp-bitly": "*",
Expand All @@ -41,11 +41,11 @@
},
"require-dev": {
"filp/whoops": "*",
"nyco/wp-login": "^0.0.1",
"squizlabs/php_codesniffer": "*",
"whoops/soap": "*",
"wpackagist-plugin/query-monitor": "*",
"wpackagist-plugin/redis-cache": "*",
"wpackagist-plugin/wp-auto-login": "*",
"wpackagist-plugin/wp-crontrol": "*"
},
"scripts": {
Expand Down
Loading